25 pts.
 SQL saving off data created to copy into new database
Data is created in one SQL DB for testing and then a new DB is created. Is there a way to save the data you need for testing in the new DB, so you don't have to create it each and everytime for testing?? Any suggestions would bew appreciated.  Thanks...

Software/Hardware used:
ASKED: January 11, 2010  3:34 PM
UPDATED: January 12, 2010  9:01 AM

Answer Wiki:
You would need to use T/SQL commands to copy the records into the NewDB. Then import those records back into the database as needed. Most most reliable way would be script our the commands and run the script each time. It will take a little longer to setup this way, but it will give you the most reliable results.
Last Wiki Answer Submitted:  January 12, 2010  6:45 am  by  Denny Cherry   64,550 pts.
All Answer Wiki Contributors:  Denny Cherry   64,550 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _