Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.07 KB

File metadata and controls

29 lines (21 loc) · 1.07 KB
title Browse Objects in a SQL Server Database Project
ms.prod sql
ms.technology ssdt
ms.topic conceptual
ms.assetid 5a6443c6-857e-4756-8d87-ae520953335b
author markingmyname
ms.author maghan
manager jroth
ms.reviewer “”
ms.custom seo-lt-2019
ms.date 02/09/2017

How to: Browse Objects in a SQL Server Database Project

The SQL Server Object Explorer in Visual Studio now contains a dedicated Projects node, under which all SQL Server database projects in your solution are grouped in an SQL Server Management Studio-like hierarchy.

To browse objects in a project instance

  1. In Visual Studio, make sure that SQL Server Object Explorer is open. If it is not, click the View menu and select SQL Server Object Explorer.

  2. Make sure you have a SQL Server database project.

  3. In SQL Server Object Explorer, expand the Projects node to see all the current SQL Server database projects in your solution under the Projects node.

See Also

Connected Database Development