2014年3月4日

[转]How to solve SSIS error code 0xC020801C/0xC004700C/0xC0047017

摘要: 本文转自:http://www.codeproject.com/Articles/534651/HowplustoplussolveplusSSISpluserrorpluscodeplus0xCBackgroundSSIS is the one of the best ETL tool available in market and it can load large amount of data from any heterogeneous data source whether structured, unstructured,application, cloud or real-tim 阅读全文

posted @ 2014-03-04 17:29 freeliver54 阅读(2046) 评论(0) 推荐(0)

[转]ssis cannot retrieve the column code page info from the ole db provider

摘要: 本文转自:http://social.msdn.microsoft.com/Forums/sqlserver/en-US/dc1a61f2-1ab8-4ed3-b85c-db6481800b50/error-importing-data-from-oracle-database-to-an-sql-database?forum=sqlintegrationservices1) Go into your data-flow that contains your OLE DB Source component.2) Click the OLE DB Source component once3) 阅读全文

posted @ 2014-03-04 17:06 freeliver54 阅读(578) 评论(0) 推荐(0)

[转]使用SSIS创建同步数据库数据任务

摘要: 本文转自:http://www.cnblogs.com/heqichang/archive/2012/09/19/2693214.htmlSSIS(SQL Server Integration Services)是用于生成企业级数据集成和数据转换解决方案的平台。使用 Integration Services 可解决复杂的业务问题,具体表现为:复制或下载文件,发送电子邮件以响应事件,更新数据仓库,清除和挖掘数据以及管理 SQL Server 对象和数据。这些包可以独立使用,也可以与其他包一起使用以满足复杂的业务需求。Integration Services 可以提取和转换来自多种源(如 XML 阅读全文

posted @ 2014-03-04 10:35 freeliver54 阅读(947) 评论(0) 推荐(0)

[转]sqlserver2008锁表语句详解

摘要: 本文转自:http://xue.uplook.cn/database/sqlserver/801760.html锁定数据库的一个表 代码如下: SELECT * FROM table WITH (HOLDLOCK)注意: 锁定数据库的一个表的区别 代码如下: SELECT * FROM table WITH (HOLDLOCK) 其他事务可以读取表,但不能更新删除 代码如下: SELECT * FROM table WITH (TABLOCKX) 其他事务不能读取表,更新和删除SELECT 语句中“加锁选项”的功能说明SQL Server提供了强大而完备的锁机制来帮助实现数据库系统的并发性和高 阅读全文

posted @ 2014-03-04 09:33 freeliver54 阅读(1251) 评论(0) 推荐(0)

导航