Run SQL in the server explorer of VS 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In the server explorer of Visual Studio 2003, is there is a way to code and run a Sql script? Please advise. Thanks
Peter
 
Peter said:
In the server explorer of Visual Studio 2003, is there is a way to code
and run a Sql script? Please advise. Thanks.
Hi Peter!

I use to open server explorer and click on a table. Then there is a little
icon on the top of the window, with the text SQL. Click it. Here you have a
window to write sql scripts in. To run them, just press ctrl+r.

There is for sure an easier way to do this, but i have never heard of it ;)

/Marre
 
Back
Top