Posts
Sort by recent activity
Database Repeatedly Indexed
When I switch between databases to limit the search it seems as if it re-indexes that database everytime. i.e. I select databaseA it indexes, select databaseB it indexes, select databaseA again an...
Encrypted Stored Procedure Text Not Indexed
The text of stored procedures that are encrypted is not being indexed. I know that SQL Prompt can show me the text so the search should be able to index it.
Pressing Enter with empty candidate list
When typing an expression the right operand that I want might be a number.
ie WHERE myField = 123
If I type "123" and hit enter before the candidate list pops up then I get the expected behaviour o...
Wrong size shown in candidate list for nvarchar columns.
I'm using SQL Management Studio and SQL Server 2005. I have several columns that are nvarchar(50) but show up in the candidate list as nvarchar(100). Technically not a real problem except when us...