How can we help you today? How can we help you today?
vsha041
SQL Prompt crashes SSMS
I am using latest version of SSMS 18.4 and SQL Prompt version 10.0.1.12389. When I did SQL Prompt -> Help -> Check for Updates. The window at the bottom right did not come up. Instead another windo...
3 followers 3 comments 0 votes
Getting error in SQL Prompt
I ran the SQL server profiler and copied the following query from there and pasted it in SSMS editor. Immediately, the first line of the SP call below was having green squiggly.  EXEC [sys].[sp_exe...
1 follower 2 comments 0 votes
Delete Warning Bug in SQL Prompt
I have two delete statements like this:delete from table1;delete from table2;When I just select and run the first query, I get the warning below.But when I select both the statements and run the qu...
3 followers 3 comments 0 votes