Activity overview
Latest activity by gokhanvarol
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
I know how to make it work by removing the bracket, but in any case sql prompt should not crash and take ssms down with it.
This piece of code was part of a longer (over 4500 lines) stored procedure which kept crashing on format, eventually I spent the time and find out what's crashing sqlprompt and posted here. / comments
I know how to make it work by removing the bracket, but in any case sql prompt should not crash and take ssms down with it.
This piece of code was part of a longer (over 4500 lines) stored procedur...
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...