Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
megan2304
Starting Member
2 Posts |
Posted - 2013-10-17 : 05:01:50
|
I have set up a data flow that created a table in excel and then dumps the data from sql into that table - however it defaults to cell A1 - can I change the cell reference that the table is creaeted to. Currently just using basic code in Excel Destination EditorCREATE TABLE Susan ( [Date] DATETIME)Any help would be appreciatedsusan deathe |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-10-17 : 05:04:44
|
can I change the cell reference that the table is creaeted todo you mean starting the table data from a different cell in excel sheet?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
megan2304
Starting Member
2 Posts |
Posted - 2013-10-17 : 05:07:13
|
Yes so currently the header Date is in cell A1 and I want the header to go into cell C1susan deathe |
|
|
|
|
|