About 17,200,000 results
Open links in new tab
  1. Create and Deploy a SQL Project - SQL Server | Microsoft Learn

    Mar 11, 2025 · This article steps through creating a new SQL project, adding objects to the project, and setting up a continuous deployment pipeline for building and deploying the project …

  2. Run SQL script inside Visual Studio - Stack Overflow

    Apr 28, 2010 · I have a scripted database SQL file that I need to execute inside Visual Studio to create a new database. I am so far unable to locate any function that allows me to do this.

  3. How To Create SQL Server Database Project With Visual Studio

    In this article, I have shown how to create SQL server database project in Visual Studio and import the sql database. We can import development database and finally publish into UAT, …

  4. Creating a SQL Server Database Project Using Visual Studio 2022

    In this section, we will explore how to import a database schema into your SQL Server Database Project from an existing database using Visual Studio. Additionally, we will cover the process …

  5. Database Projects in Visual Studio Solution - SQL Server Tips

    Dec 13, 2022 · In this tutorial, we will add a SQL Server database project for the SQL objects to the same solution as the website code. To create the database, use this script to recreate the …

  6. Get Started with SQL Database Projects - SQL Server

    Mar 11, 2025 · 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 …

  7. c# - How to create a Database from SQL script inside Visual Studio and ...

    Apr 16, 2021 · How to create a Database from SQL script inside Visual Studio and add it to the project? I have a SQL file which creates a database which I need for my WPF project.

  8. Create SQL Server Database Object Script using Visual Studio 2015

    Visual Studio SQL Server Database Project enables to generate database object scripts as an alternative to SQL Server Management Studio built-in tools to generate scripts of database …

  9. 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 …