How can we help you today? How can we help you today?
PawJ

Activity overview

Latest activity by 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
We have the same issue: our info here: =================================== Error connecting to '<servername>'. =================================== Object reference not set to an instance of an object. (RedGate.SharedSSMS.2019) ------------------------------ Program Location:    at RedGate.SharedSSMS.VersionSpecific.ConnectionManager2018Plus.TryConvertConnectionPropertiesFromSqlConnectionInfo(SqlConnectionInfo connectionInfo, IConnectionProperties& connectionProperties)    at RedGate.SharedSSMS.VersionSpecific.ObjectExplorerShared.ParseNodeInformationInner(INodeInformation node)    at RedGate.SharedSSMS.VersionSpecific.ObjectExplorerShared.ParseNodeInformation(INodeInformation node)    at RedGate.SharedSSMS.VersionSpecific.ObjectExplorer2012Plus.SetSelectedNode(INodeInformation node)    at RedGate.SharedSSMS.VersionSpecific.ObjectExplorer2012Plus.AfterSelect(Object sender, TreeViewEventArgs e)    at System.Windows.Forms.TreeViewEventHandler.Invoke(Object sender, TreeViewEventArgs e)    at System.Windows.Forms.TreeView.OnAfterSelect(TreeViewEventArgs e)    at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)    at System.Windows.Forms.TreeView.WmNotify(Message& m)    at System.Windows.Forms.TreeView.WndProc(Message& m)    at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.LazyTreeView.WndProc(Message& m)    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)    at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)    at System.Windows.Forms.Control.SendMessage(Int32 msg, IntPtr wparam, IntPtr lparam)    at System.Windows.Forms.Control.ReflectMessageInternal(IntPtr hWnd, Message& m)    at System.Windows.Forms.Control.WmNotify(Message& m)    at System.Windows.Forms.Control.WndProc(Message& m)    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)    at System.Windows.Forms.ContainerControl.WndProc(Message& m)    at System.Windows.Forms.Application.ParkingWindow.WndProc(Message& m)    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)    at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)    at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)    at System.Windows.Forms.Control.DefWndProc(Message& m)    at System.Windows.Forms.Control.WndProc(Message& m)    at System.Windows.Forms.TreeView.WndProc(Message& m)    at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.LazyTreeView.WndProc(Message& m)    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)    at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)    at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, IntPtr lparam)    at System.Windows.Forms.TreeView.set_SelectedNode(TreeNode value)    at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ObjectExplorerControl.AddHierarchy(SqlOlapConnectionInfoBase info, IExplorerHierarchy hierarchy)    at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.ConnectToServer(UIConnectionInfo connectionInfo, IDbConnection liveConnection, Boolean validateConnection) ----------------------------------------- Version Information: Red-Gate Promt 10.14.8.6563 SQL Server Management Studio 19.3.4.0 SQL Server Management Objects (SMO) 16.200.48053.0+08fe64c9e8eb5ff3c7ea5787f145e9ecb3d57df8 Microsoft T-SQL Parser 17.0.27.0+b6df00d03710e3fafcbe827aad08bdbe9d45d1ab Microsoft Analysis Services Client Tools 16.0.20054.0 Microsoft Data Access Components (MDAC) 10.0.19041.3570 Microsoft MSXML 3.0 6.0  Microsoft .NET Framework 4.0.30319.42000 Operating System 10.0.19045 / comments
We have the same issue: our info here:===================================Error connecting to '<servername>'.===================================Object reference not set to an instance of an object. ...
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
Hey Jon Thanks for the reply, sadly im not able to fix it with your'e suggestion, this is what i get [image] I do the refresh (also tried to restart SSMS) But still I only get this [image] / comments
Hey JonThanks for the reply, sadly im not able to fix it with your'e suggestion, this is what i getI do the refresh (also tried to restart SSMS)But still I only get this
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