Posts
Sort by recent activity
Reading Object Text
Lately, Ive started having a problem with SQL Prompt V3, latest Beta build, on SQL 2005 SSMS.
On almost every server I connect to now it takes 10-15 minutes for SQL Prompt to get past "Reading Obje...
Adding Intelligence to Intellisense
First let me say that v3 is a VAST improvement over v2 in many ways. I love the metadata caching. I work over a VPN most of the time and waiting for v2 to load metadata each time I typed a USE stat...
Extended Stored Procedures
Am I missing a setting in SQLPrompt or does it not show extended stored procedures in the candidate list?
For example, in the MASTER database there is a procedure called xp_fixeddrives
typing:
EXEC...