摘要:
https://support.microsoft.com/en-us/kb/2861775 0x80040E21 or 0x80004005 error when a data flow task in an SSIS package runs an MDX query by using MSOL 阅读全文
摘要:
http://stackoverflow.com/questions/697538/ignore-errors-on-execute-package-task-in-ssis "A better way to do this is to go to the OnError handler of yo 阅读全文
摘要:
T-sql 有一个for xml path('')的从句能把多行结果合并到一行,并成为xml 格式 比如有一张表tb有两列,其格式和数据为: id value—————1 aa1 bb2 aaa2 bbb2 ccc 如果对其执行sql: select id, value from tb for xm 阅读全文