Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Deploying Database Scripts

$
0
0
I'm trying to get a feel for how database scripts are deployed. Currently, we are putting scripts into a release folder to be deployed with the next build (2-4 weeks) or to upgrade local developers' dbs. The issue is that trying to run them in the correct order is difficult when there are alot. I was thinking of creating a Master script that would have all the scripts listed in the correct order to run them. Then they could open and run via sqlcmd mode in SSMS. The issue is I don't know what folder they are in. I set a variable at the top that they would have to manually change before running the script (along with setting SQLCMD Mode). Since they are 'only ' developers ;-), I didn't want to overload them with too many things to do. I'm just wondering what other people are doing.Thanks,Mike

Viewing all articles
Browse latest Browse all 3145

Trending Articles