Viewing 15 posts - 12,256 through 12,270 (of 13,876 total)
If that is all that you are doing, why not just use a derived column?
March 13, 2010 at 4:32 am
If you can live without that log message, you could just put your dataflow inside a FOREACH container - then the package would still end gracefully, even if the file...
March 12, 2010 at 8:58 am
As this does not appear to be SSIS related, I suggest that you post it here.
March 12, 2010 at 5:46 am
Perhaps if I explain my thinking ...
Here is how I read your post:
"I have a problem and two potential solutions. One solution works and the other does not. Can you...
March 12, 2010 at 2:15 am
My idea ...
If export works, use that.
March 11, 2010 at 12:31 pm
It's a complex one to try and diagnose, because I don't think you've provided quite enough info.
My first comment would be that your conditions are not exclusive. Eg anything that...
March 11, 2010 at 12:28 pm
udaya_1222 (3/10/2010)
March 11, 2010 at 1:33 am
I would do it the way you suggest - but as part of the package. Step 1 - Script Task to validate spreadsheet format.
March 5, 2010 at 1:31 am
Trial and error strikes again! I'm afraid I can't help you any more, but well done on getting there in the end.
March 4, 2010 at 8:42 am
gprasad.nit (3/4/2010)
when i want...
March 4, 2010 at 2:14 am
What is the datatype of the destination field on SQL Server?
Can you confirm that Excel is the problem by adding a data reader after the data source?
A derived column using...
March 4, 2010 at 2:13 am
Can you clarify what you mean by 'correct order'?
If possible, some sample data would probably help ... just enough to illuminate your ordering problem.
March 3, 2010 at 11:49 am
Yeah - I reckon you'll get more than just the table name by doing that. If you try 'object', does the error go away?
You might need a bit of script...
March 3, 2010 at 11:25 am
So it sounds like you want to be able to repeatedly (at defined periods) process an Access database. (Is there only one? Will it always have the same name?).
Every time...
March 3, 2010 at 10:29 am
Viewing 15 posts - 12,256 through 12,270 (of 13,876 total)