How to: Connect to a Database & Browse Existing Objects
09/10/2025 A common task for database administrators and developers is to connect to a live database, design, or browse its schema and query against its objects. The SQL Server Object Explorer in V
A common task for database administrators and developers is to connect to a live database,
design, or browse its schema and query against its objects. The SQL Server Object Explorer in
Visual Studio now contains a dedicated
node, under which all connected SQL
Server instances and their databases are grouped in an SSMS-like hierarchy. The connected
instances can be an on-premises one, such as SQL Server 2022 (16.x), or off-
premises in Azure SQL.
The following procedure assumes that you already have the AdventureWorks sample database
installed. Use
GitHub
to locate and install sample databases for different SQL Server versions.
If you prefer, you can also follow the steps and use an existing database on your server.
- In Visual Studio, make sure that
Object Explorer
is open. If it’s not, select the
menu and select
Object Explorer.
- Right-click the
node in
Object Explorer
and select.
- In the
dialog box, enter the
of the server instance you
want to connect to, your credentials, and select.
- In
Object Explorer
, expand the
node under your server instance.
You see all the databases residing in this server instance added under this
node.
- Expand the
(or another database) node. You notice that all the database
entities are organized in a hierarchy similar to SQL Server Management Studio.