Visual studio extension for sql execution

I have several .sql files in my visual studio 2010 project.

I am looking for an extension or add where I can right-click the sql file and execute its contents in the sql server database.

Does anyone know if such an extension exists?

+3
source share
1 answer

Starting with SQL Server Denali (at least in the community preview version with which I installed the game), SQL Management Studio is integrated into the Visual Studio 2010 development environment. This way you get all the syntax highlighting, Object Explorer, etc. All from VS2010.

However, I didn’t specifically try to add an SQL script to an existing project (and last week I removed common functions because there were ... problems), but with such tight integration, I suppose more or less what you are asking for is an intention.

0
source

All Articles