Frank Wang's inspirations on .NET

IEnumerable<Inspiration> inspirations = from i in DataContext.Inspirations where i.Sharable == true select i

IntelliSense in SQL Server 2008 "Katmai"

Monday, April 14, 2008 7:53 PM

Finally, the long awaited IntelliSense arrived with the SQL Server Katmai. Not sure if it is because SQL 2008 is still in CTP, but the IntelliSense is nowhere near the RedGate's SQL Prompt. But if your evaluation of SQL Prompt has run out and you don't have a license, the SQL 2008 IntelliSense should be good enough for your day to day work with the query analyzer.

To see the IntelliSense and other cool IDE enhancements in action, download the SQL Server 2008 "Katmai" Feb 2008 CTP here. Here are a few screen shots of the IntelliSense.

Table/View list when you do a SELECT statement.

image

Variables defined in the current session are listed in Intelligence as well.

image

Built-in SQL functions

image

Automatic prompt for parameters and return type of functions.

image

Prompt for store procedures' parameters.

image


Feedback

# re: IntelliSense in SQL Server 2008 "Katmai"

It is nice feature
Btw, i see you desktop again :) 4/17/2008 12:09 PM | Alexey Kucherenko

Post a comment





 

Please add 6 and 5 and type the answer here: