The problem When using the Visual Studio SQL Compare to compare your database schema to your physical database it returns heaps of false positives, where […]
Post Deployment Script, 72006: Fatal scripting error: Incorrect syntax was encountered while parsing
The Problem You create a post deployment script, with a statement like; [sql] :r .\Static Data\Insert Seed Values.sql [/sql] The system throws an error and […]
Create Visual Studio Project with the correct directory structure
This ones just for me. I have been using TFS and when I read the best practice documentation for how to setup your projects I […]