
Microsoft's SQL Server Management Studio allows you to have a project to organize scripts and also lets you add "External Tools" that can interact with your projects. The downside is: when a large amount of scripts from a project need to be executed, they must be opened and executed one by one. I found an article that executed all of the scripts in the project that works great when all of the scripts need to be executed, but I needed a tool that could executed the scripts in a specified order.
|