Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Please Help:How to do a proper migration script in SQL Server 2000?

Hello all,

I recently graduated and started work at a company. I was just assigned with an incredibly important task that I need advice with. I just arrived in this Java project were anyone who knew anything left the company. This project uses an SQL server DB.
We are launching a newer version of this software soon and there are changes to be made to the DB table structure of the old version if someone wants to use the new version of the app. My manager wants me to write a migration script that will modify/alter the table structure of the DB without compromising the data. This tool will be deployed on customer sites, yikes.
I would like to know if the pros of SQL can give me advice on how to proceed. Can I simply compare the table structure of the old tables with the new ones and write alter queries? Or is there a smarter way to do this? Perhaps a tool?
And what should I watch out for?

Thanks
Newbie2sql
[950 byte] By [newbie2sql] at [2007-11-11 10:14:39]
# 1 Re: Please Help:How to do a proper migration script in SQL Server 2000?
Red Gate makes some good tools for synchronizing database schema and data: http://www.redgate.com/
Phil Weber at 2007-11-11 23:43:24 >
# 2 Re: Please Help:How to do a proper migration script in SQL Server 2000?
Thanks I will take a look into it !
newbie2sql at 2007-11-11 23:44:24 >