Activity overview
Latest activity by bfox
Managed Stored Procedures Not In Suggestions
I prefix all my managed stored procedures with msp (i.e. mspManagedSP). When I type EXEC m the suggestion list does not list any of the managed stored procedures. Am I doing something wrong or is t...
Crash on unusual action with the SSMS editor
In SSMS 2008 editor, if you click the window splitter (at the top right of the edit window) and then move the splitter up, then release the mouse button, you get this crash and then must kill the S...
SELECT @Count = Count(1)
FROM MyTable (nolock)
WHERE MyID = 0
incorrectly underlining the nolock hint / comments
SELECT @Count = Count(1)
FROM MyTable (nolock)
WHERE MyID = 0
incorrectly underlining the nolock hint
FYI, I imported my aliases by replicating the exact structure (including the double encoding) using search/replace in a text editor from the 3.9 correctly formatted XML.
You can see how to do this by adding one alias in v4, then edit the file. / comments
FYI, I imported my aliases by replicating the exact structure (including the double encoding) using search/replace in a text editor from the 3.9 correctly formatted XML.
You can see how to do this ...
Wildcard Tab Expand gets corrupted
I've narrowed this down to an apparent buffer issue. If you have around 5000 characters in your code, the corruption will begin.
To replicate, generate 5000 characters the easy way:
DECLARE @Count ...
Recommendation remains even after the database is detached
Overall you guys have built a very nice product. One issue I've found so far is when I detached a database a couple recommendations that were made initially continue to be displayed and I've not fo...