I'm looking for a tool or some way to generate tables scripts without constraint for a SQL server 2005 DB. My goal is make a snapshot of DB having one script file for each table with create and insert statements. I want to create a new DB just using these script files, but in order ti run them, the table scripts must not have any constraints.
Thanks Dom