Posts
Sort by recent activity
V8 can't seem to format like my old V7
I had formatting set for DML to be like:INSERT into #temp(a, b, c)
SELECT A, B, C
FROM TableX
WHERE A = 'abc'
notice that I indent the from and the where 2 spaces from the alignment. If...