views:

79

answers:

1

Hey everyone,

SQL Server 2008 introduced Intellisense while writing queries. Problem is, whenever I type in "SELECT TOP" and press space, it replaces TOP with a table named 'Top3_Animations'...

Is there a way to add "TOP" to the Intellisense list? Or to fix this some other way?

Bara

+2  A: 

Duplicate

http://stackoverflow.com/questions/1569010/sql-server-2008-autocomplete-for-top-keyword

Irwin M. Fletcher
The suggestion algorithm didn't show that while I was creating my post. My mistake, but thanks for linking me. Too bad there's no solution.
Bara
I agree, I actually came across that post, when doing a google search for an aswer to the question. I would like to know how to do this as well.
Irwin M. Fletcher