You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
when my company adds a new client I need to copy an existing database into a new database. mostly table schemas and stored procs plus several lookup tables that will include the data contained in them. I would like to automate this process.
where's a good place to start?
tia,
mcnewsw8
Erland Sommarskog
unread,
May 3, 2013, 3:39:31 PM5/3/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Keep your code under version control, including the INSERT-files for the
lookup tables, and build the databases from scripts, as well as update the
existing databases from scripts.