简体   繁体   中英

Connecting to SQL Server 2005

I'm VS2005 installed with SQL Server.

How can I use it to connect SQL Server 2005 and create new database? Am I missing SQL Server 2005's Management Studio to be able to make database queries?

In Visual Studio, you can do most of the database development tasks that you'd ever want to do without having to use Management Studio.

Here's an article describing how to connect to your database in Server Explorer: How to use the Server Explorer in Visual Studio .NET and Visual Studio 2005

Here's what to do if you don't see Server Explorer in Visual Studio.

And here's a video to get you started : How to Use the Server Explorer in MS Visual Studio 2005

Use Server Explorer window in Visual Studio. It's capable of connecting to sql server instances and do most of the db management tasks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM