简体   繁体   English

SSIS / SQL Server:我可以在开发环境中复制CDC prod数据以使其看起来像表吗?

[英]SSIS/SQL Server: Can I copy CDC prod data to look alike tables in the dev environment?

I don't know the inner workings enough to know whether this is even worth trying. 我不了解内部工作原理,甚至不知道这是否值得尝试。 The bottom line is I want to test a sampling of production data by writing a test SSIS package using the cdc component. 最重要的是,我想通过使用cdc组件编写测试SSIS包来测试生产数据的采样。 Anyone out there done this? 有人在那里吗?

If you just need net changes, you can also consider Change Tracking instead of CDC as a more efficient option: http://technet.microsoft.com/en-us/library/bb933994.aspx 如果只需要净更改,则还可以考虑使用更改跟踪而不是CDC作为更有效的选择: http : //technet.microsoft.com/zh-cn/library/bb933994.aspx

If it's only about generating test data I would recommend redgate's SQL Data Generator: http://www.red-gate.com/products/sql-development/sql-data-generator/ 如果仅是生成测试数据,我建议使用redgate的SQL数据生成器: http : //www.red-gate.com/products/sql-development/sql-data-generator/

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将 Codeplex 2017 Sharepoint 列表适配器安装到 SSIS SQL Server 2019(开发/产品环境) - How to install Codeplex 2017 Sharepoint List Adapter onto SSIS SQL Server 2019 (dev/prod environment) 我用CDC表恢复了SQL Server数据库,但CDC表中没有数据? - I restored sql server database with CDC tables,but have no data in the CDC tables? 将大量表记录从 SQL Server Dev 复制到 Prod - Copy lots of table records from SQL Server Dev to Prod SQL Server:从dev-> prod复制用户的最简单方法 - SQL Server: Easiest way to copy users from dev -> prod 如何将数据从生产服务器插入 SQL Server 中的开发服务器 - How to insert data from prod server to dev server in SQL Server 如何让SQl Server将数据重新导入CDC表? - How to make SQl Server reimport data into CDC tables? 如何在SQL Server 2014环境中为SQL Server 2008创建SSIS包? - How can I create a SSIS package for SQL Server 2008 in a SQL Server 2014 environment? 如何在SQL Server中将表的数据从database1复制和覆盖到database2 - How can I copy and overwrite data of tables from database1 to database2 in SQL Server SQL Server CDC(更改数据捕获)仅用于表数据更改吗? 我可以使用它来跟踪过程或其他类型的对象更改吗? - SQL Server CDC(change data capture) is used just for table data change? Can I use it to track procedure or other types of objects change? 我可以使用SSIS将所有表从SQL Server数据库移动到Oracle模式吗? - Can I use SSIS to move all tables from an SQL Server database to an Oracle schema?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM