English 中文(简体)
查阅ReGate核对稿的数据库
原标题:Recreate database from RedGate checked-in scripts

我们利用大约15-20个数据库,在红Gate的帮助下,在TFS进行了检查。 I m在文字上工作,以便能够复制实例(例如,在必要时,开发商可以在这些文字的帮助下进行当地检查)。 我担心的是这些文字之间的依赖性。

在TFS,RedGate为每个数据库创建了.sql文档:

Functions
Security
Stored Procedures
Tables
Triggers
Types
Views

我与强国进行了快速考验,只是为了执行《宪章》而 lo手,但我认为这并不总是奏效。 是否有我可以遵循的严格命令? 还是有更简单的方式这样做? 为了澄清,我希望能够从一个完全空洞的服务器机场开始,最后,根据TFS(无数据,但ok)的情况,完全配置了KQ机。 采用强权并不是一项要求,这样,如果它更简单地采取其他方式,则更可取。

最佳回答

如果你已经重新使用红树,他们就如何处理从源控制向数据库转移变化的论文。 这里指的是使用qcompare指挥线从TFS转移数据库代码:

如果你与任何空基进行比较,就会制作你正在寻找的文字。

问题回答

从文字夹中部署数据库的唯一可靠办法是使用Redkou Gate比较。 如果你使用PowerShell管理了S.sql文档,那么这些物体不得按正确的顺序制造。 即便是你以某种意义上的次序(功能,然后是表格)管理,你仍可能有扶养问题。

页: 1 相比之下,所有文字都读到并使用这些文字来构建一个“虚拟”数据库,然后计算出一个依赖矩阵,以便在建立部署文字时,按正确的顺序做事。 这将防止服务器投掷与依赖有关的错误。





相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

SQL server: Can NT accounts be mapped to SQL server accounts

In our database we have an SQL server account that has the correct roles to access some of the databases. We are now switching to windows authentication and I was wondering if we can create a NT user ...

SQL Server 2000, ADO 2.8, VB6

How to determine if a Transaction is active i.e. before issuing Begin Transaction I want to ensure that no previous transaction are open.. the platform is VB6, MS-SQL Server 2000 and ADO 2.8

热门标签