How can we help you today? How can we help you today?
eugenen

Activity overview

Latest activity by eugenen

I would like to add to this. It seems the wrapping is not respected for IF EXISTS ( SUBQUERY TO BE WRAPPED ) it still formats it the same as any other query. / comments
I would like to add to this. It seems the wrapping is not respected for IF EXISTS ( SUBQUERY TO BE WRAPPED ) it still formats it the same as any other query.
0 votes
You can use SQLDoc to do this or use the stored procs to manipulate the extended properties. SQL Prompt does display extended properties when you hover on columns/tables etc / comments
You can use SQLDoc to do this or use the stored procs to manipulate the extended properties. SQL Prompt does display extended properties when you hover on columns/tables etc
0 votes
Formatting bug when using IIF
if you take the following statement, the spaces are intenional white spaces, and format it it does not format the IIF as nicely as the datediffselect iif( rrbr.ColumnName = 'Test', 0, ...
1 follower 1 comment 0 votes
Formatting bug when using windowed functions
I would not expect the t.* or the tables to be aligned/placed where they are. If you comment the first line i.e the sum then it formats properly select sum(t.Amount) over (), ...
1 follower 1 comment 0 votes