摘要: My target is using SSIS to export the data into Excel file from SQL Command(OLB DB Source).However. I created a very simple demo to testing the functionality as below(SQL query thing) but nothing can be export successful.declare @Temptabletable (Id int, Name nvarchar(50))insert into @Temptable value 阅读全文
posted @ 2013-05-07 23:43 Vincent.Dr 阅读(168) 评论(0) 推荐(0)