Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Site Related Forums
 Poll Discussion
 Poll: Do you use Visual Studio data projects?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-05-18 : 09:59:47
This thread goes with the poll Do you use Visual Studio data projects?.

emad
Starting Member

1 Post

Posted - 2004-06-30 : 13:50:59
what is vs data project?
Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2004-06-30 : 18:28:46
Don't worry about it. It's not that important.

:) Or, just look it up on www.asp.net.

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2004-06-30 : 21:12:03
A VS.NET data project is a project inside visual studio for storing .sql files. You can associate it with a db connection for running your scripts against.

I'm using them a bit at the moment, I have all my stored procs inside VS.NET as .sql files, I can edit them and run them just like in Query Analyzer.

One thing it is missing is the cool shortcuts like Alt + F1 for "sp_help object". But with VS.NET's macro language you are free to extend it however you like. I have a few macros to replace my Query Analyzer habits.



Damian
Go to Top of Page

ehorn
Master Smack Fu Yak Hacker

1632 Posts

Posted - 2004-06-30 : 21:51:34
Merkins got it. I find it more efficient when using version control such as VSS.
Go to Top of Page
   

- Advertisement -