How can we help you today? How can we help you today?
PawJ
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] = [...
1 follower 1 comment 0 votes
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....
2 followers 3 comments 0 votes
SQL Format as CLR function
Would it be possible to make the SQL Format available via an CLR function on the sql server
2 followers 5 comments 0 votes
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 ...
1 follower 3 comments 0 votes
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_...
0 followers 0 comments 0 votes
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_...
2 followers 3 comments 0 votes
Blocking process tree
Is it possible to get/list the blocking process tree including t-sql, in the monitor ??
1 follower 1 comment 0 votes