Comments
Sort by recent activity
ScottA said:
I'm having the same problem and have had to turn off code analysis. repro steps: type "exec spMyStoredProcedure" (leaving out the dbo.) This will trigger an issue "Schema name for procedure is not specified" as i didn't put in dbo. Right click the spMyProcedure (to say do script as alter), Will hang and the issue icon will flicker.
We have the same issue on 2 machines. If I add dbo. in I still get the same problem though. Works normally with code analysis off.
jcarey said:
I tested that same thing and in fact get the same response. It will lock up as before if I just right click on the green underlined text without double clicking to place the cursor there first as well.
+1
eforden said:
I did some further testing on my SSMS locking up and believe I've isolated it to a specific situation. When code analysis highlights an issue with the green squiggly underline, if I just right-click on that issue that issue, SSMS will lock up. If I first double left-click on that issue, and then right-click SSMS does not lock up. When SSMS does lock up I can recover at any time by clicking Ctrl-Esc
+1 / comments
ScottA said:
I'm having the same problem and have had to turn off code analysis. repro steps:type "exec spMyStoredProcedure" (leaving out the dbo.)This will trigger an issue "Schema name for ...