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
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
Comment