Posts
Sort by recent activity
Insert Semicolon Issue with CTEs
SQL Prompt's "Insert semicolon" function behaves weirdly when a CTE is a the start of a control loop. For example, if I have this code:IF (1=1) BEGIN WITH numbers AS ( SELECT 1 AS num UNION...
Schema-Model Folder in SSMS Add-in
I'm trying out the SSMS add-in with a a SCA project which I set up in VS 2017. When I review the available files under "Migrations", I do not see the Schema-Model folder:Is the folder created but...
Is Post-Deployment File Grouping Possible?
My Post-Deployment folder is starting to get very large. I would like to put the scripts into subfolders to make it easier to find particular scripts. Can SQL Change Management Automation work wi...
Edit Multiple Items?
Hello -
I'm working with v3 extensively for the first time today. In v2, you were able to make edits to multiple fields via a popup dialog box. This allowed for the save operation to be issued ju...
Support for Multiple SSMS Instances
Is support for multiple SSMS instances something that is planned? I usually have SSMS windows abound on my PC, but alas SQL Source Control only likes one...
Vault?
Are there any plans to add SourceGear's Vault as a supported source control system?
WaffleGenerator in 1.2
Hi,
I've used the waffle generator in the past. I've upgraded to 1.2, and now it is not available... :?
I checked CodePlex, and the the latest available release is from 5/9. Is there a 1.2 comp...
Options? (Esp. display font)
This is the first time that I'm using the 3.x Beta. Up to now I've been using v2.
In v2, there was an options menu, which allowed one to change things like the display font, etc. I don't see anyt...
Exit Code 110
I have a daily backup job which emails me a report. I receive the email saying "SUCCESS:...", but the SQL Server job history has the job marked as failed with the folllowing error text: "SQL Back...