Posts
Sort by recent activity
Doesn't drop items when deploying to Scripts folder
When we deploy changes from a database to a Scripts folder containing a Visual Studio solution with sub-projects, any objects to be dropped aren't handled correctly.Instead of deleting the .sql fil...
Stop putting schema name in filename
We have our database projects in Visual Studio.VS puts objects in a folder structure of database / schema / objecttype / scriptfile ; so a view in the gold schema would have a path of "MyDatabase/g...