April 1, 2014 at 11:55 pm
Let's say I have a table called Customer with a field called cname.
In SQL 2008 R2, if I type "select customer.c" and press "enter", the intellisense will fill in the cname so that is shows "select customer.cname".
In SQL 2012 - the intellisense shows a dropdown with the "cname" in the dropdown. I have to hit the down arrow then enter to get the same action as I got in SQL 2008 R2.
Any ideas on how to get the old functionality back?
Thanks,
Mike
April 2, 2014 at 1:14 am
Basically says "go to Edit->IntelliSence-> Toggle Completion Mode " however the setting is not permanent, CTRL+ALT+SPACE is the shortcut to change it.
You can also just hit tab instead.
April 4, 2014 at 2:06 pm
That is exactly what I want. Thanks!
But... How do I keep this setting. It seems to go back each time I open a new query window. Can't find a permanent setting place.
Mike
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply