VS Server Explorer or SQL Management Studio
-
I always have used Management Studio and don't want to waste any time getting to know sever explorer in VS if it's not up to the job - so have you experience of both? which do you use, and why? Ta
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
-
I always have used Management Studio and don't want to waste any time getting to know sever explorer in VS if it's not up to the job - so have you experience of both? which do you use, and why? Ta
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
I only use SSMS. Integration into VS is just wrong.
-
I only use SSMS. Integration into VS is just wrong.
I must admit the main reason i was contemplating it was that I now have a VS config over two monitors - and the 2nd monitor hides the SSMS window unless they are carefully positioned - and the Wibn7 docking doesn't work on the VS child windows - so I figured if only I could dock SSMS into the VS docking system , I would have the best of both worlds...
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
-
I always have used Management Studio and don't want to waste any time getting to know sever explorer in VS if it's not up to the job - so have you experience of both? which do you use, and why? Ta
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
I tried, I really did try and use the VS data projects and server explorer. Originally I wanted to take advantage of source control and have 1 integrated platform. Then I chucked it for SSMS, just like I don't think the clr belongs in the database I don't think the database belongs in VS.
Never underestimate the power of human stupidity RAH
-
I always have used Management Studio and don't want to waste any time getting to know sever explorer in VS if it's not up to the job - so have you experience of both? which do you use, and why? Ta
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
I use SMS for 90% of my database needs. I use Server Explorer only when I need to drag tables into a
.dbml
file. /raviMy new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
I always have used Management Studio and don't want to waste any time getting to know sever explorer in VS if it's not up to the job - so have you experience of both? which do you use, and why? Ta
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
I only use server explorer to view table names and field names :rolleyes:
-
I must admit the main reason i was contemplating it was that I now have a VS config over two monitors - and the 2nd monitor hides the SSMS window unless they are carefully positioned - and the Wibn7 docking doesn't work on the VS child windows - so I figured if only I could dock SSMS into the VS docking system , I would have the best of both worlds...
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
-
I always have used Management Studio and don't want to waste any time getting to know sever explorer in VS if it's not up to the job - so have you experience of both? which do you use, and why? Ta
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
-
I always have used Management Studio and don't want to waste any time getting to know sever explorer in VS if it's not up to the job - so have you experience of both? which do you use, and why? Ta
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
SSMS for the database, VS2010 for asp.net/c#. Why would you do it any other way? :)
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
stay a Pro. and keep using the SQL Server Management Studio. VS explorer is for beginners...
costavo wrote:
VS explorer is for beginners
Sorry, but that's nonsense. Both have their uses. Obviously DBAs and the like would use SSMS but there are many times when VS Server Explorer can do things that SSMS simply cannot do. The example already given of populating a LINQ to SQL class being just one.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
-
SSMS for the database, VS2010 for asp.net/c#. Why would you do it any other way? :)
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
digital man wrote:
Why would you do it any other way?
I dunno -that's why I was askin' ;)
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
-
I only use server explorer to view table names and field names :rolleyes:
I use my database-agnostic command-line tool or that.
-
costavo wrote:
VS explorer is for beginners
Sorry, but that's nonsense. Both have their uses. Obviously DBAs and the like would use SSMS but there are many times when VS Server Explorer can do things that SSMS simply cannot do. The example already given of populating a LINQ to SQL class being just one.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
Henry Minute wrote:
LINQ to SQL
Which is for beginners. :-D