Posts
Sort by recent activity
What permissions are required on custom snippets folder?
Failed to import snippets from SSMS: Error: Unhandled exception: System.UnauthorizedAccessException: Access to the path 'C:\MyFolder\SQLPrompt\Snippets' is denied. at System.IO.FileStream.Validat...
How to set IgnoreSystemNamedConstraintNames option in Visual Studio 2019 SCA extension
After creating the project SCA identifies all the system named constraints as differences and then creates a migration script for these differences. I also need to ignore Sequence START WITH value ...