Viewing 15 posts - 12,256 through 12,270 (of 13,874 total)
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
What do you mean by "type of table"?
--Edit
are all of the physical tables already set up in SQL Server, or are you hoping to do some sort of create-then-import...
March 3, 2010 at 9:18 am
This works - just tested it:
RIGHT("0" + (DT_STR,4,1252)DATEPART("dd",GETDATE()),2)
March 2, 2010 at 11:15 am
Viewing 15 posts - 12,256 through 12,270 (of 13,874 total)