I have a fairly large SQL Server 2005 database, which is under constant development. Each time, so often, I either get a new developer, or need to deploy large-scale schema changes to a production server.
My main problem is deploying schema + data updates on development machines from the "main" development copy.
Are there any built-in functions or tools to publish schema + data in this way? I would like it to take as little time as possible. Can this be done from SSMS?
Thank you in advance for your time.
source share