Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
kevin_co
Starting Member
5 Posts |
Posted - 2009-07-07 : 13:13:39
|
| I am using SQL Server 2008 and writing my queries in the Management Studio and apparently with this version they have included an AutoComplete feature which is basically driving me insane, does anyone know how to turn this feature off? |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2009-07-07 : 13:41:06
|
Tools -> Options ? N 56°04'39.26"E 12°55'05.63" |
 |
|
|
Lamprey
Master Smack Fu Yak Hacker
4614 Posts |
Posted - 2009-07-07 : 13:50:42
|
| There a couple of options, but they are all under Tools\Options\Text Editor\Transact-SQL\ |
 |
|
|
kevin_co
Starting Member
5 Posts |
Posted - 2009-07-07 : 13:57:26
|
| I'm wondering if it's IntelliSense but it has two options under it also Underline errors and Outline statements |
 |
|
|
Lamprey
Master Smack Fu Yak Hacker
4614 Posts |
Posted - 2009-07-07 : 14:17:13
|
| In the options window under Transact-SQL-> General in the Statement Completion section uncheck Auto List Members. |
 |
|
|
|
|
|