How can we help you today? How can we help you today?
henrik_ffc

Activity overview

Latest activity by henrik_ffc

Code Analysis VS "IS DISTINCT FROM"
using "IS DISTINCT FROM" in a proc, disables code analysis :-(Where is the green underline under @unused in proc test2 / line #17?SSMS 20.2 / SQL Prompt 10.14.21.9884  / Default Code analysis rules...
1 follower 1 comment 0 votes
Matthew_Chappelow said: You are correct. A fix for this should be out with the next release Just installed V3.2.1.2206 and the positioning of the results works WAY better now. Thank you! / comments
Matthew_Chappelow said: You are correct. A fix for this should be out with the next release Just installed V3.2.1.2206 and the positioning of the results works WAY better now.Thank you!
0 votes
AT TIME ZONE not working?
Creating a table like this:CREATE TABLE TimezoneTest(   utctime DATETIME2(2) NOT NULL  , starttime AS CAST(utctime AT TIME ZONE 'UTC' AT TIME ZONE 'W. Europe Standard Time' AS DATETIME2(2))); Works...
1 follower 1 comment 0 votes
"WITHIN GROUP" order clause is not supported for STRING_AGG aggregate
SQL Prompt reports an error when I try to format a statement including STRING_AGG with the optional WITHIN GROUP order clause (https://docs.microsoft.com/en-us/sql/t-sql/functions/string-agg-transa...
6 followers 14 comments 0 votes
[Error] Failed while taking a snapshot.
Hi, I am getting a "A duplicate object name has been found"-error. Perhaps because the database is case sensitive, so how do I switch on the "case sensitive option"? The affected databases are stuc...
3 followers 3 comments 0 votes
Bug: Error when formatting "alias = " as "AS alias"
When I try to format the following valid SQL with no space before "FROM": SELECT principal_id =ISNULL(principal_id,0)FROM sys.objects SQL prompt fails after converting the SQL into this invalid SQL...
2 followers 2 comments 0 votes