How can we help you today? How can we help you today?
MCTSQL
When will SSMS Integration Pack 2.1 be compatible with SSMS v18+ ?
I have been getting the following InstallFailure message ever since I migrated to SSMS v18+."Cannot install SSMS Integration Pack 2.1 - SSMS 2012, 2014, 2016 or 2017 required"
2 followers 2 comments 0 votes
SQL Prompt beta download for SSMS 18 ?
If it exists, I'd be willing to play with a beta release of SQL Prompt that's compatible with SSMS 18. Any chance of making such a thing available?
1 follower 1 comment 0 votes
NON-ISSUE Database Qualifier Change in Synonym Not Detected
This is a non-issue. Please ignore. I had the "Ignore Database and server name in synonyms" enabled. I recently encountered a synonym containing a database qualifier (database.dbo.object). When I r...
0 followers 0 comments 0 votes
SQL Test 1.5.0.79 Disables Red Gate Menu Bar Visibility
As stated in the subject, there's an undesired side-effect upon an update installation of SQL Test 1.5.0.79. The "Red Gate" menu bar is hidden after the update of SQL Test. The solution to bring it...
1 follower 1 comment 0 votes
Custom Table Map Cannot Deploy
1. Set up test scenario: create database ABC; go use ABC go create schema abc; go create table ABC.abc.MyTable(i int, j int); go create database XYZ; go use XY...
1 follower 1 comment 0 votes
keyboard shortcut to set focus on search textbox input field
Frequent user of SQL Search, frequent "control-tabbing" to the tabbed SQL Search window, but the focus is always where I last left it (often a good thing). I always need to mouse-click to the searc...
2 followers 4 comments 0 votes
insert into table variable with identity column
When generating an insert statement for a table variable containing an identity column, SQL Prompt 5.3.2.2 incorrectly includes the identity column into the inserted columns list. Example: declare ...
2 followers 4 comments 0 votes
(service) broker priority
SQL Compare v8.2.1.2 does not appear to support broker priorities. Could this be addressed soon? Thank You.
2 followers 3 comments 0 votes
Tables With Index Differences Showing Up As Identical
Only Option Set: Ignore White Space Sample Scenario: create database firstDB go use firstDB go create table t(a int, b int, c int) go create index x on t(a) include(b,c) go create database secondDB...
1 follower 1 comment 0 votes