SQL Management Studio in Visual Studio 2010

Microsoft Visual Studio 2010 is a great IDE and everyday I am discovering something new about it. Today I am also going to explain new feature of Visual Studio 2010. In this post I am going to Transact SQL Editor feature in Visual Studio 2010.

Visual Studio 2010 Ultimate Edition provides this great feature. You can run you SQL Queries in visual studio 2010 itself with all intellisense and all the stuff that SQL Server provides.  Let’s explore in details.

To connect the database of your SQL Server in Visual studio Go to Data->Transact SQL Editor –>New Query connection like following.

 

SSMS

Now once you click it will open the dialog box for connection SQL server like it. If you don’t have install anything it will install SQL Server 2008 express edition with Visual Studio 2010 Ultimate Edition. The dialog  appear like following.

SQLServer

Once you are done with the connection it will open full fledge Query editor windows with intellisesnse like following.

Intellisense

Also it can connect to any databases including your SQL Azure databases also. Isn’t that great. You don’t need SQL management studio at all for the basic database operations. That’s it. Hope you like it. Stay tuned for more.. Till then happy programming.

Shout it
Published Sunday, July 31, 2011 3:07 PM by Jalpesh P. Vadgama

Comments

# re: SQL Management Studio in Visual Studio 2010

Monday, August 08, 2011 3:48 PM by RichardD

This isn't limited to Ultimate edition - Premium has it as well.