Viewing 15 posts - 6,391 through 6,405 (of 11,678 total)
My guess is the variable DeleteFileName is currently empty and the File System Task can't handle that.
Try giving the variable a dummy value and see if that helps.
October 22, 2012 at 1:20 am
You only need IIS for SSRS 2005, not 2008.
Launch Internet Explorer as an Administrator (right click on the icon and choose Run As Administrator). That might fix the issue.
October 22, 2012 at 1:16 am
Jeff Moden - a TSQL guru on this site - swears by TSQL (and thus SSMS) and never uses SSIS for anything.
Reading text files --> bcp or bulk insert
Reading Excel...
October 22, 2012 at 1:12 am
Lokesh Vij (10/22/2012)
kapil_kk (10/22/2012)
October 22, 2012 at 1:03 am
What's an unclustered index? On BOL I only see clustered and nonclustered 😛
Great question, but a wee bit too much for in one single question actually.
October 22, 2012 at 12:52 am
No, that's not possible.
You can access the data and manipulate it with a script component, but the easiest way would be to write the data to a staging table, run...
October 19, 2012 at 5:35 am
Can you be a bit more specific?
Are you working with SSIS?
October 19, 2012 at 4:40 am
You can use the SSIS Export Column transformation:
October 19, 2012 at 3:48 am
kalpanaganeshm (10/19/2012)
October 19, 2012 at 12:24 am
Great question. Had to read it a few times to figure out in what order the functions were called.
October 17, 2012 at 12:38 am
Hugo Kornelis (10/15/2012)
October 15, 2012 at 3:21 am
By creating 42 dataflows.
If they all have the same structure, you can use a for each loop to loop over the files and use only a single dataflow. You need...
October 12, 2012 at 3:44 am
As it's dynamic, you can't use the dataflow, so you are stuck with the script task.
Regarding the column name, how do you create it?
The column name is just a cell...
October 12, 2012 at 3:41 am
Viewing 15 posts - 6,391 through 6,405 (of 11,678 total)