November 11, 2009 at 7:59 am
HI,
I want to disable intellisense in SQL server 2008 permanently for SQL client by script.
Note : I do not want disable it by using the IDE.
Ones disabled, only the Administrator should enable it. Client should not be given option to enalbe.
Kindly give your suggestions
Regards
Jim
November 11, 2009 at 8:02 am
If you deny select on the system objects to the accounts that aren't supposed to have intellisense, that should do it. It depends on the ability to select from the system schema views (sys.all_objects, sys.columns, and so on), if I'm not mistaken.
Try that, see how it goes.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
November 16, 2009 at 3:14 am
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\Tools\Shell\Languages\Language Services\SQL
CodeSense = 0
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
November 27, 2009 at 5:32 am
It appears that in Options->Text Editors->XAML, the Intellisense section is section is unavailable (grayed out). We open documents in Full XAML View, and don't use any third party enhancements.
December 1, 2009 at 6:05 am
Check this article, this might help you
http://sql-articles.com/articles/dba/intellisence-sql-server-2008
Regards..Vidhya Sagar
SQL-Articles
March 29, 2010 at 2:00 am
Here is the solution you are looking for you,
March 29, 2010 at 2:21 am
battula.praveen (3/29/2010)
Here is the solution you are looking for you[/url]
I posted the same thing three posts before you.
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
March 29, 2010 at 2:32 am
Sorry, didn't look at your second post. That was my mistake. Please don't consider it.
thanks
November 29, 2012 at 10:23 pm
From SSMS
Tools>Options>Text Editor>Transact SQL>Intellisense> Enable/Disable
November 29, 2012 at 11:00 pm
tony.price.uk (11/29/2012)
From SSMSTools>Options>Text Editor>Transact SQL>Intellisense> Enable/Disable
This works, of course, but it doesn't address the requirement in the first post.
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply