Managing databases in Visual Studio 2019 for Windows
The Windows offering is by far the most impressive out-of-the-box, as it includes SQL Server Data Tools (SSDT). This is a pretty full-featured database explorer for SQL Server, with many of the features that a typical development task requires. There are also options for other databases, such as SQLite and MySQL, provided by third-party add-ins.
SSDT has a number of things that can be useful to us, such as Azure SQL Database and Azure SQL Data Warehouse database management. Let's talk about one of the most commonly used tools, SQL Server Object Explorer.
Working with SQL Server Object Explorer
SQL Server Object Explorer is the primary interface to the database from within Visual Studio 2019 for Windows. From this window, we can create, manage, drop, or alter the database. We can manage table creation and deletion and even add data. Let's take a look at some of the capabilities.
If the SQL Server Object Explorer...