About 1,880,000 results
Open links in new tab
  1. Create database, add tables in .NET Framework apps - Visual …

    Feb 3, 2025 · Create a database with tables and foreign keys in a .NET Framework application by using Table Designer in Visual Studio.

  2. Database projects & DAC projects (.NET Framework) - Visual …

    Mar 27, 2024 · You can use Visual Studio to create a DAC project, build a DAC package file, and send the DAC package file to a database administrator for deployment onto an instance of the SQL Server Database Engine.

  3. Get Started with SQL Database Projects - SQL Server

    This article steps through creating a new SQL project, adding objects to the project, and building and deploying the project. Except for the Visual Studio (SQL Server Data Tools) instructions, the guide focuses on SDK-style SQL projects. Create a new project; Add objects to the project; Build the project; Deploy the project; Prerequisites

  4. Create a .NET Framework data app by using ADO.NET - Visual …

    Feb 25, 2025 · Create a forms-over-data .NET Framework application with Visual C# or Visual Basic by using Windows Forms and ADO.NET in Visual Studio.

  5. Connect to a database in Visual Studio - learn.microsoft.com

    Nov 14, 2024 · The steps in this article show how to connect to a data source in the Visual Studio IDE. The data source can be a local database, online data service, or a database opened from an .mdf file. You can work directly with your data in Visual Studio.

  6. Quickstart: Connect to and Query a Database with the MSSQL …

    Dec 2, 2024 · In this quickstart, you learn how to use the MSSQL extension for Visual Studio Code to connect to a database, whether it's running locally, in a container, or in the cloud. Then you learn how to use Transact-SQL (T-SQL) statements to create a database, define a table, insert data, and query results.

  7. Database First - EF6 | Microsoft Learn

    Oct 14, 2020 · If you are using Visual Studio 2010 you'll be creating a SQL Express database. If you are using Visual Studio 2012 then you'll be creating a LocalDB database. Let's go ahead and generate the database.

  8. Start from an Existing Database - SQL Server | Microsoft Learn

    Mar 11, 2025 · From the SQL Server object explorer in Visual Studio, right-click the database you want to create a project from and select Create New Project.... In the Create New Project dialog, provide a project name, which doesn't need to match a database name. Verify and modify the project location as needed.

  9. Use Visual Studio Code to connect and query - Azure SQL …

    Jan 10, 2025 · Learn how to connect to Azure SQL Database or Azure SQL Managed Instance by using Visual Studio Code. Then, run Transact-SQL (T-SQL) statements to query and edit data.

  10. Create a SQL Server Database programmatically - C#

    May 7, 2022 · This step-by-step article shows you how to create a Microsoft SQL Server database by using ADO.NET and Visual C# .NET because programmers often need to create Databases programmatically. For a Microsoft Visual Basic .NET version of this article, see How to create a SQL Server database programmatically by using ADO.NET and Visual Basic .NET .

Refresh