How can we help you today? How can we help you today?
BrienKing

Activity overview

Latest activity by BrienKing

Except I am not moving to 15.x because I'm not going to the "Subscription" model.   What do we do if we are on 14.x? / comments
Except I am not moving to 15.x because I'm not going to the "Subscription" model.   What do we do if we are on 14.x?
0 votes
Expand * doesn't pickup all the columns from a Temp Table
If you have something like this:SELECT          [a].Field1,          [a].Field2,          [b].AnotherField1,          [b].AnotherField2INTO          #TempTableFROM          TableA          LEFT OUT...
2 followers 3 comments 0 votes
SQL Prompt is not formatting IF statement correctly
The following SQL is not formatted correct.IF @CalculateHeld = 'Yes' BEGINSELECT * FROM [#HeldFunds] WHERE [HeldAmount] > 0DROP TABLE [#HeldFunds]END ELSE BEGINSELECT * FROM [#HeldFunds2] WHERE [...
4 followers 6 comments 0 votes