Posts
Sort by recent activity
SSMS 18.5.1 compat?
Hello,Before I upgrade to SSMS 18.5.1 from 18.5, are there any compatibility issues I should be aware of for SQL Prompt that would make me want to hold off for a bit until updates are released?Best...
8.2.1.2603 Cursor odd formatting
Latest revision, the formatting of cursor select statement should be on a new line, but I can't figure out how to do that. If memory serves this didn't happen in previous releases.
Thank you,
--J
v5.8.0.6413 Finding changes that don't exist
Hello,
Latest release seems to find changes which don't exist. Anyone else seeing this?
12.1.4.x very slow comparisons
Hello,
Since moving to the 12.x series, I've noticed a very large slow-down in comparing databases which have previously taken only 30 seconds or so.
In the 12.x series, the progress bars for both ...
v7.3.0.775 edit styles fails to load
Hello,
SSMS 13.0.16100.1
SQL Prompt 7.3.0.775
Windows 10 6.3.1493
Unable to edit styles any longer. Just locks up the interface of SSMS and I eventually have to kill the SSMS task.
Best,
--J
Frequent release 5.3.4.3507 error
Latest pre-release version 5.3.4.3507 issue just started happening.
I select one of my databases and I get the error, "The string was not recognized as a valid DateTime. There is an unknown word st...
7.3.564 reporting error when there shouldn't be one
Something is very wrong in this release; it's started seeing various code as problematic across the board.
SQL Prompt 7.3.564, SSMS September 20 release, 13.0.15800.18
Example - it is highlighting ...
Set default of "Commit all dependencies"
I've been using Source Control from Red-Gate for over 2 years. In all that time, I have never used, nor wish to use, the check-box which appears (and is defaulted to checked) for commit all depende...
4.5.0.2000 issue linking databases
NEVERMIND
I figured out my issue. After I moved the code I should have committed first before attempting to link. Please disregard.
NO LONGER AN ISSUE:
SQL 2014 latest SP & CU.
I'm simply trying to...
v 7.1.0.112 bug
Hello,
version 7.1.0.112 (beta).
Basically "THROW;" gets placed into brackets.
If I reformat this:SET NOCOUNT ON;
BEGIN TRY
BEGIN TRANSACTION;
COMMIT TRANSACTION;
END TRY
BEGIN CA...