Activity overview
Latest activity by 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...
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...
Hi Squigley, looks like it is fixed. I just updated to the latest version - 9.5.15.11225 and now when I select both statements it says the correct message - You're about to execute multiple DELETE statements without WHERE clauses. You can close it. / comments
Hi Squigley, looks like it is fixed. I just updated to the latest version - 9.5.15.11225 and now when I select both statements it says the correct message - You're about to execute multiple DELETE ...
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...
Thanks for the detailed and additional information. Actually I just restarted my computer and then it started working. And since then the problem hasn't occurred. / comments
Thanks for the detailed and additional information. Actually I just restarted my computer and then it started working. And since then the problem hasn't occurred.