Skip to content

Commit d2885bf

Browse files
Merge pull request MicrosoftDocs#3920 from simonsabin/patch-4
Change codeplex to GitHub
2 parents 6875125 + e187eb4 commit d2885bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ssdt/how-to-connect-to-a-database-and-browse-existing-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 02/09/2017
1818

1919
A very 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 **SQL Server** node, under which all connected SQL Server instances and their databases are grouped in an SSMS-like hierarchy. The connected SQL Server instances can be an on-premise one, such as running SQL Server 2008 or an off-premise SQL Azure instance.
2020

21-
The following procedure assumes that you already have the AdventureWorks sample database installed. Use [CodePlex](https://msftdbprodsamples.codeplex.com/) 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.
21+
The following procedure assumes that you already have the AdventureWorks sample database installed. Use [GitHub](https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks) 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.
2222

2323
### To connect to a database instance
2424

0 commit comments

Comments
 (0)