How can we help you today? How can we help you today?
Ivailo Vratchanski

Activity overview

Latest activity by Ivailo Vratchanski

NULL missing in list candidates
In this situation: DECLARE @A int SET @A = NULL If I press completion key Intellisense shows NULLIF() instead of NULL. There is no NULL in list candidates and I do not know how to add it except as ...
1 follower 1 comment 0 votes
completion key to not activate if the whole command is typed
I would like to deactivate completion keys in cases when I type the whole command. Is there such option in configuration? For example when I type WHERE and then I have to hit TAB twice. First TAB c...
2 followers 3 comments 0 votes
foreign key not recognized inside function
the following code:SELECT * FROM Document.Status S INNER JOIN Document.StatusType ST ON <<cursor here>> and I can see foreign key in list candidates but if I write the same inside function like thi...
0 followers 0 comments 0 votes
BEGIN/END prevent Candidate List to show columns
In a new query window I write the following code:IF EXISTS (SELECT * FROM Table1 WHERE <<cursor here>>) Intellisense shows me list candidates and especially columns for Table1. If I start with Begi...
1 follower 1 comment 0 votes