How can we help you today? How can we help you today?
SloopJohnB
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...
2 followers 2 comments 0 votes
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...
2 followers 2 comments 0 votes
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...
2 followers 2 comments 0 votes
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...
1 follower 1 comment 0 votes
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...
4 followers 4 comments 0 votes
Vault?
Are there any plans to add SourceGear's Vault as a supported source control system?
5 followers 5 comments 0 votes
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...
3 followers 3 comments 0 votes
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...
5 followers 17 comments 0 votes
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...
2 followers 2 comments 0 votes