Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why is SSMS IntelliSence Lame?

Status
Not open for further replies.

stanlyn

Programmer
Sep 3, 2003
945
US
Hi,

Why is SSMS 2008r2 so lame when compared to Visual Studio or Visual Foxpro, to name a few? The only stuff it suggests is variables, table and object names and some properties. I'm missing the keyword, commands help when constructing a sql command, such as all the keywords available after you type the first word "select". I was expecting something like, field_list, fieldname, *, "top xx", and etc. I have found this extremely valuable, especially on the learning curve. Is there better tools?, plugins?

Thanks, Stanley
 
I am not sure what the policy is for pushing a particular product on these forums but I use SQLPrompt
 
The policy on this forum...

It's frowned upon to promote your own product, especially if you could profit from it. It is perfectly acceptable to mention products that directly relate to the question. Mentioning SQL Prompt in this context is perfectly acceptable (in my opinion).

Just to be clear. I don't own this site and I have no vested interest in it. I have been around for many years. I've spoken with the owner and swapped emails on occasion. My point is... This is my opinion, but it's based on experience.

-George
Microsoft SQL Server MVP
My Blogs
SQLCop
twitter
"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
Atlantis SQL Everywhere is a free IDE for SQL SErver. Its intellisense is far better than SSMS, but it doesn't offer all the features of Management studio (eg no means of running RDL reports).

John
 
IntelliSence for SSMS sucks so bad because it's a low priority. The sad fact is that as there are only so many man hours there's only so much stuff that can be worked on and IntelliSence is pretty low on the list (I'm good friends with the PM that owns IntelliSence among other parts of SSMS). IntelliSence in Visual Studio, FoxPro, etc. are very mature features that have been there for a VERY long time, unlike IntelliSence in SQL server which is only in it's second release, with the second release being pretty minor and it's third release coming up. Now the new SQL 2012 release is better, but it sure as hell isn't good. Now if you look at the new SQL Server dev tools that come with Visual Studio you'll probably find a much better IntelliSence feature in there as it's the native Visual Studio IntelliSence feature simply using the SQL Server objects.

It's not a great explanation, but it's the reality we have to deal with.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / SQL 2005 BI / SQL 2008 DBA / SQL 2008 DBD / SQL 2008 BI / MWSS 3.0: Configuration / MOSS 2007: Configuration)
MCITP (SQL 2005 DBA / SQL 2008 DBA / SQL 2005 DBD / SQL 2008 DBD / SQL 2005 BI / SQL 2008 BI)
MCM (SQL 2008)
MVP

My Site
 
SQL Prompt is quite good.. still with a few bugs while formatting SQL specially within merge statements and UDF calls.

But a hell of a lot better than native SSMS one

Regards

Frederico Fonseca
SysSoft Integrated Ltd

FAQ219-2884
FAQ181-2886
 
Another product to look is this:


and the snippets may be able to help some of what you want to do. Its on the same lines as SQLprompt but free!

----------------------------------------

Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Bernard Baruch

Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top