Friday, December 04, 2009

SQL Server 2008 IntelliSense

SQL Server 2008 IntelliSense

SQL Server 2008 IntelliSence

The most trivial feature in all developer tools is Intelligence. Developers just can't live without it, and when they do, they make mistakes that cause errors at runtime.

SQL Server 2008 now supports IntelliSense that can make developers more productive while writing database applications.

For example:

when writing queries against the DB:

SQL Server 2008 IntelliSense

or when writing a script, the editor notices that the Customers table has a column called Name, but does not have a column called Citu.

SQL Server 2008 IntelliSense

Great, isn't it?

No comments: