Ok,
this is going to sound like a stupid question to some, so apologies to those.
Ok, I am building a website in .net and Microsoft SQL. the site is almost ready to go live.
But like all websites, there is continually development and updates.
so, my question is as far a development
what's the best way to update the dev database, and then the live.
for example, I use management studio to update the database. do I need to update the dev, then the live one manually.
Or is it normal practice to script the table updates on the dev, and then use the script on the live database. Or
is there a way to update the dev, and generate a script of changes for the live database.
any input on this would be greatly appreciated
this is going to sound like a stupid question to some, so apologies to those.
Ok, I am building a website in .net and Microsoft SQL. the site is almost ready to go live.
But like all websites, there is continually development and updates.
so, my question is as far a development
what's the best way to update the dev database, and then the live.
for example, I use management studio to update the database. do I need to update the dev, then the live one manually.
Or is it normal practice to script the table updates on the dev, and then use the script on the live database. Or
is there a way to update the dev, and generate a script of changes for the live database.
any input on this would be greatly appreciated
Comment