Posts
Sort by recent activity
SQL Tests not recognized
I have copied a database that has tSQLt tests defined in it to another SQL server. SQL Test would run these tests fine at the original location. After installing the DB on the new server I go to Ad...
Vault 7 Support
Hi,
We need to upgrade our Source Gear Vault installation to 7.1 in order to use it with Visual Studio 2013. Does anyone know if Vault 7.1 will work with the latest version of Source Control? Any ...
Table Documentation
Before using SQL Source Control I would have one script file per object. The file would also contain comments related to function, change history, notes, author etc. The script file would be source...
Comments at start of procedure ignored
Hi,
If I create a SP as follows and then do an ALTER PROCEDURE {tab} SQL Prompt fills in the procedure code but leaves out the first comment. If the comments are moved after the CREATE PROCEDURE li...
Column Picker on INSERT Statement
If I key in
INSERT INTO MyTable(
I get the colum the list of columns as suggestions but the Column Picker is not available. Selecting the columns individually is fine when there are only a few colu...