View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 05:52 AM
spamproof2005@yahoo.com
 
Posts: n/a
Default How to copy Database Structure from one db to another w/o affecting data

Is there a way to copy the structure from one database to another
without affecting the actual data?

For example, I added new fields and stored procedures to a db in my
development environment. There are a lot of them.

I now want to make the same changes to my production environment db but
don't want to affect the data. Only the fields, stored procs &
constraints and stuff pertaining to the structure of the db should be
changed.

Does anyone know of a program that can do this or can this be done in
MS SQL Enterprise Manager.

Any help would be appreciated.

7078895

Reply With Quote