Posts
Sort by recent activity
SQL Prompt fails to format...
I have version 5.3.8.2, below line fails to format, please advise.
SELECT try_cast('1' AS int) AS SitusCbsaCd
sql prompt fails to format forceseek index hint (sql 2012)
SQL prompt fails to format below index hint, MSDN documentation is below.
This is a major problem now, I cannot use sqlprompt period for formatting since most of my scripts uses the forceseek hint....
Automatically commit changes in Source Control
Is there anyway to automatically commit changes in a scheduled or from background without user intervention?
Thank you
SQLPrompt format crashes crashes ssms
Formatting the snipplet with sqlprompt crashes ssms. Please advise
CREATE TABLE #ChangedKeysChildren
(
CntyCd CHAR(5) NULL
, PclId VARCHAR(45) NULL
, PclSeqNbr TINYINT NULL
,NameSeq tinyint NULL
,B...
SQLCompare query taking over 4 hours....
This query is used by sql compare. It's taking over 4 hours in one of our system which I am collecting a trace for it and I would like to send the trace and the database snapshot sqlcompare creates...