anorthcote
Programmer
Hi,
I am dealing with the SQL side of a Visual Studio project that is being developed further. I have copied the existing live database to a development server to build the new structure.
What I need is to be able to script the changes to the structure to deploy them to the live server when needed without effecting the existing data.
I know I can script the entire database but this will either drop the existing tables - thus deleting the live data or, by specifing no to 'drop tables' will try and create them, but if they already exist won't this fail?
I need a way of doing this without buying third party products like 'SQLCompare' or 'SQL Change Manager'
Can anyone help?
I am dealing with the SQL side of a Visual Studio project that is being developed further. I have copied the existing live database to a development server to build the new structure.
What I need is to be able to script the changes to the structure to deploy them to the live server when needed without effecting the existing data.
I know I can script the entire database but this will either drop the existing tables - thus deleting the live data or, by specifing no to 'drop tables' will try and create them, but if they already exist won't this fail?
I need a way of doing this without buying third party products like 'SQLCompare' or 'SQL Change Manager'
Can anyone help?