Viewing 15 posts - 166 through 180 (of 258 total)
I figured it out. I went into the Expressions for the Exe SQL task and set the SQLStatementSource to the following:
"Exec uspDatafileExists " + @PrefixVariableName + "inscode_t"
October 6, 2011 at 10:49 am
sorry, didn't notice the post was going to the 2nd page
September 23, 2011 at 1:17 pm
I thought I found the issue. I delete the files that were there from when I unzipped it by right clicking it and reran the script and recieved the not...
September 23, 2011 at 1:16 pm
Ok, I thought I found the issue. I'm getting an error message stating
Program aborted
NULL
There is not enough space on the disk.
But I know there is enough space, I just...
September 23, 2011 at 1:10 pm
Found the issue. When I scrolled down to the bottom of the returned messages there was an error message stating that there isn't enough space for all of the files.
September 23, 2011 at 12:59 pm
I believe so. When I run it it returns messages saying its extractiing the files
September 23, 2011 at 12:57 pm
I rant the script but it returned a null
September 23, 2011 at 12:35 pm
How can I find that out?
September 23, 2011 at 12:24 pm
Many Thanks Martin.
September 12, 2011 at 10:16 am
On your Exe SQL task under the gen tab are you setting the result set as single row?
Also, In the EXE SQL task under the ResultSet Tab, are you changing...
September 8, 2011 at 12:18 pm
Thanks, I pasted the truncate in front of the drop index statements and it sped the process up a good bit.
September 8, 2011 at 8:38 am
Ok, thanks. Good to know for future reference.
August 12, 2011 at 2:00 pm
I found a workaround, I first moved all of the files with the .txt extension using the regex "FileName*.txt" then used the foreach loop container to grab the ones I...
August 12, 2011 at 12:26 pm
Fixed it by concatenating a space on the end of the value when the length of the value was 3. All of this inside a derived column transformation
July 28, 2011 at 1:23 pm
Viewing 15 posts - 166 through 180 (of 258 total)