Viewing 15 posts - 12,541 through 12,555 (of 13,870 total)
This is somewhat similar to telling someone that your car is not working and asking whether anyone knows how to fix it.
Please provide more details, error messages etc, so that...
September 16, 2009 at 12:16 pm
Easier and cheaper to get an IT-literate temp in for a week, I reckon.
Sometimes the development effort for a one-off task such as this just isn't worth it, IMO. But...
September 16, 2009 at 8:56 am
Create a blank Excel 'template' file - contains just the field names.
0) Copy this file to, say, ID.xls and create a connection in SSIS to ID.xls.
Your dataflow task in your...
September 15, 2009 at 3:23 am
mbricker (9/14/2009)
--snipOtherwise - looks like the data in column 35 is bigger than your destination file is set to handle.
Or that the pipeline meta-data column definition is too small.
September 14, 2009 at 12:11 pm
saidwarak01 (9/11/2009)
I have an assignment like this....
I have table with 100 thousand records with 20 columns and among them there is one column called shcool_id. Now, the...
September 13, 2009 at 11:43 pm
I feel like I'm fighting a losing battle now, but the post I suggested was three above my original post and it mentioned that this was a duplicate thread! 🙂
September 10, 2009 at 10:15 am
satish.t (9/10/2009)
I need some more info...I suppose ur using checkpoint feature
1. You must have developed the pacakge on your development system and deployed on server. So the path of...
September 10, 2009 at 6:54 am
Is it that you are interpreting the error message as meaning that there is definitely a codepage problem?
It is more likely that you are experiencing data truncation. What is the...
September 10, 2009 at 4:55 am
Actually, make sure you've got an
Imports System.IO
and then you should be able to
File.Delete(filespec)
without the need for the FSO.
September 9, 2009 at 10:24 am
FSO needs a datatype in the Dim statement ...
September 9, 2009 at 10:11 am
matthew_charron (9/2/2009)
September 2, 2009 at 10:11 am
I just had a thought about this - why not set up an Excel spreadsheet (or CSV file) and redirect any missing departments to that?
Then include the spreadsheet as an...
September 2, 2009 at 6:44 am
Just follow the link provided by CozyRoc and you will see what the trash destination is and how you use it.
September 2, 2009 at 5:22 am
I deliberately avoided that question, because I don't know the answer!
The necessary 'machinery' for dataflow failure is obviously in place (FailPackage..., FailParent, ForceExecution...) and maybe you can get at these...
September 1, 2009 at 11:21 am
Maybe you could do it this way - though it does require (in the case of no missing departments) two reads of the source data:
1) Data flow task 1 retrieves...
September 1, 2009 at 10:51 am
Viewing 15 posts - 12,541 through 12,555 (of 13,870 total)