Visual Studio 2005For discussing Visual Studio 2005. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Visual Studio 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Microsoft websites (e.g. http://www.microsoft.com/sql/edition.../features.mspx) keep refering to a way to manage databases and query data right from within Visual Studio 2005. I've heard it referred to as a mini Enterprise Manager and Query Analyzer right inside VS. How does one access that tool? Thanks.
It's very simple. On the left hand side of the screen you will have a tab "Server Explorer". Open it up. Create a connection to your DB. Then from there you can add tables, modify them, write queries, create SPs ..etc.