Posts
Sort by recent activity
Cross Apply blocks "Tab to expand wildcard"
Promt Version: 10.16.3.14709We have this very simple code, were we cannot use the Tab to expand wildcardCode Example:SELECT *
FROM [sys].[indexes] [i]
JOIN [sys].[stats] [s] ON [s].[object_id] = [...
Intellisense for $partition.<partition_functions>
Im missing Intellisense for working with partitioning in SQL Server.I would like the Prompt to be able to list any partition function found in the current context (DB)like when i write: $partition....
SQL Format as CLR function
Would it be possible to make the SQL Format available via an CLR function on the sql server
Intellisense for Extended Events
Would it be possible to add the IntelliSense for use when writing Events ?? like when you are writing:CREATE EVENT SESSION [my_session] ON SERVER
ADD EVENT <*intelliSense_should_start_here*>first ...
Incorrect Temp table definition
In the latest version (i dont know if it always was like this) 10.11.2.26629 of SQL Promt, i get incorrect temp table definition when i use this code:USE [distribution];
DROP TABLE IF EXISTS #test_...
Incorrect Temp table definition
In the latest version (i dont know if it always was like this) 10.11.2.26629 of SQL Promt, i get incorrect temp table definition when i use this code:USE [distribution];
DROP TABLE IF EXISTS #test_...
Blocking process tree
Is it possible to get/list the blocking process tree including t-sql, in the monitor ??