当源系统为 sql 服务器 azure/standard 2008+ 时的 cdc
cdc when source system is sql server azure/standard 2008+
假设我的目标暂存 db/data 仓库是 sql server 2008+ enterprise。但是,我的源系统是 sql 服务器 azure/standard 2008+。我还能利用 CDC 吗?据我所知,我不能,因为我必须在源系统中打开 CDC,而且它只适用于企业版。这个对吗?我也很好奇如果事务日志被截断会发生什么。谢谢
我只是用谷歌搜索了一下...如果您需要将其复制到数据仓库中,您可能只需要更改跟踪 https://technet.microsoft.com/en-us/library/cc280519(v=sql.105).aspx. This http://azure.microsoft.com/en-us/documentation/articles/sql-database-preview-whats-new/ 说更改跟踪 在 Azure 中可用。
我在任何地方都看不到任何关于更改跟踪是否使用事务日志的具体信息,但此信息位于以下链接之一中:
The tracking mechanism in change data capture involves an asynchronous
capture of changes from the transaction log so that changes are
available after the DML operation. In change tracking, the tracking
mechanism involves synchronous tracking of changes in line with DML
operations so that change information is available immediately.
假设我的目标暂存 db/data 仓库是 sql server 2008+ enterprise。但是,我的源系统是 sql 服务器 azure/standard 2008+。我还能利用 CDC 吗?据我所知,我不能,因为我必须在源系统中打开 CDC,而且它只适用于企业版。这个对吗?我也很好奇如果事务日志被截断会发生什么。谢谢
我只是用谷歌搜索了一下...如果您需要将其复制到数据仓库中,您可能只需要更改跟踪 https://technet.microsoft.com/en-us/library/cc280519(v=sql.105).aspx. This http://azure.microsoft.com/en-us/documentation/articles/sql-database-preview-whats-new/ 说更改跟踪 在 Azure 中可用。
我在任何地方都看不到任何关于更改跟踪是否使用事务日志的具体信息,但此信息位于以下链接之一中:
The tracking mechanism in change data capture involves an asynchronous capture of changes from the transaction log so that changes are available after the DML operation. In change tracking, the tracking mechanism involves synchronous tracking of changes in line with DML operations so that change information is available immediately.