visual studio extension to execute sql
问题 I have several .sql files in my visual studio 2010 project. I am looking for an extension or add on where I can right click on the sql file and execute its contents against a sql server database. Anyone know if such an extension exists? 回答1: Starting with SQL Server Denali (at least in the community preview version I installed to play with), SQL Management Studio is integrated into the Visual Studio 2010 IDE. So you get all the syntax highlighting, Object Explorer, etc., all from within