Posts
Sort by recent activity
No list shows up pressing DOT after a variable
Consider the following section of code:DECLARE @TempXML xml;
SET @TempXML = '
<bookstore>
<book>
<title lang="eng">Harry Potter</title>
<price>29.99</price&g...
Request for the addition of a useful feature in intellisence
To make the intellisence features of SQL Prompt consistent with that of Visual Studio IDE, I think, one change is required.
Think of a situation when SQL Prompt is running in background and when we...