Database Projects in Visual Studio .NET

Scott Mitchell has a good post on database projects in Visual Studio. Helpful for those people still using Query Analyzer or SQL Server Enterprise Manager for all their database development.


Some of the benefits include better source control, using one tool for web dev & db dev, and a better editor. I don’t know if I agree that deployment is significantly easier than in SQL Enterprise Manager — DTS makes it pretty easy, too. Plus did you know that if you highlight a table/proc name in SQL Enterprise Manager and hit CTRL-C, the clipboard is filled with the T-SQL needed to create that entity? Go ahead, try it. Its cool, sortof.


One ohter benefit that Scott forgot to mention (at least in his blog summary) was stored procedure debugging. Without stored procedure debugging, you’re stuck with extra PRINT & SELECT statements spread throughout your T-SQL. Being able to launch a proc & debug it using Visual Studio allows for much better development and troubleshooting.

DevelopmentNow is a new media consulting company that specializes in building integrated mobile web solutions and native apps. For more information on mobile web technology and the services we offer, give us a call at 800.284.3961, or email sales@developmentnow.com.

About the author: Ben Strackany

Ben Strackany is the CEO of DevelopmentNow, a new media agency focused on mobile and social media. When he's not working, he enjoys spending time with his family, building computers, and drinking coffee. Not always in that order.
This entry was posted in Tools. Bookmark the permalink.

Comments are closed.

blog comments powered by Disqus