Scripting entire database.

  • Thread starter Thread starter AkAlan via AccessMonster.com
  • Start date Start date
A

AkAlan via AccessMonster.com

Hi, I am leaving my current job and want to be able to take a copy of the SQL
tables,views, etc with me. I don't need all the data in the tables. I know
how to individualy script objects but is there a way to bulk script the
database so when I get to my next job I can recreate it. Thanks for any help
 
I would recommend SQL Compare for this... otherwise, you can generate
scripts for each object and sub-object, but that will be annoying.

On a side note, are you sure you're not violating any NDA or IP laws? that
can seriously burn you in the future.
 
Back
Top