there are temporary tables in db. (Sales) . it contains huge data with some columns in being Chinese character .
can in transfer data from temp table to excel through ssis..
example :
select * from #sales
o/p : should be moved to excel .
there are temporary tables in db. (Sales) . it contains huge data with some columns in being Chinese character .
can in transfer data from temp table to excel through ssis..
example :
select * from #sales
o/p : should be moved to excel .