Deploy Visual Studio 2010 Database Project

前端 未结 3 2021
后悔当初
后悔当初 2021-02-14 08:23

I have a Visual Studio 2010 Database project, from which I want to generate a script that simply puts up this database to another machine. The problem is that i can\'t find a so

3条回答
  •  抹茶落季
    2021-02-14 08:51

    Is it's possible to point your Visual Studio to your new target database? 1. Properties of your Database project, Deploy tab, set the fields in Target Database Settings.

    Now when you generate a deploy script, the resulting SQL file will be the various CREATe / ALTER / DROP etc that will align the target database with your schema.

提交回复
热议问题