Activity overview
Latest activity by eugenen
I've lost the menu too and when I run the installer as an administrator it says its forbidden by a system policy / comments
I've lost the menu too and when I run the installer as an administrator it says its forbidden by a system policy
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.
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
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, ...
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 (),
...
Please add my vote as well / comments
Please add my vote as well