Posts
Sort by recent activity
Format SQL fails when using TRIM() function
I have the following line in my T-SQLSELECT @sql=TRIM(',' FROM @sql)When this line is present the 'Format SQL' fails with Exception "Cannot align to a future token "," at line 73, column 21, offset...
Prefix N to unicode not always working
I am stumped. It seems that sometimes it works and other times it does not.One minute it will work, then a minute later, on the same code it won't.No examples to post because sometimes it works an...