Activity overview
Latest activity by PerS
@torsten.strauss, I get the same buggy behavior with the added AS when I'm connected to Azure Synapse, but not when connected to a local SQL Server database. Is this the case with you as well? I have experienced this and other bugs when working with Synapse. / comments
@torsten.strauss, I get the same buggy behavior with the added AS when I'm connected to Azure Synapse, but not when connected to a local SQL Server database. Is this the case with you as well?I hav...
I realize now that the issue is only present when I'm connected to a Synapse database (other than master). Not when connected to a local SQL Server database. Are you able to recreate the issue on your end when connected to Azure Synapse? / comments
I realize now that the issue is only present when I'm connected to a Synapse database (other than master). Not when connected to a local SQL Server database.Are you able to recreate the issue on yo...
OVER (ORDER BY) breaks suggestions and code formatting
The following T-SQL breaks suggestions and formatting in SQL Prompt. There are no suggestions for #temp and val is not qualified when formatting.CREATE TABLE #temp
(
val int NOT NULL
);
SELECT...