SQL Server 2008 IntelliSense
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:
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.
Great, isn't it?
No comments:
Post a Comment