Viewing 15 posts - 12,226 through 12,240 (of 13,838 total)
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
I'll have to guess at your question, as you have not stated one ...
Use something like
Right('0' + [month as Varchar], 2)
March 2, 2010 at 10:38 am
That is a fairly horrendous requirement 🙂
Unless you can put logic into the front-end application to track Field Last Modified, you just won't have that info. Same with 'Record Last...
March 2, 2010 at 10:08 am
You have a single table containing all that stuff? Sounds like it might be in need of some normalisation ...
Do you want to track the change dates separately for each...
March 2, 2010 at 9:21 am
isnull([likes_fish]) ? FALSE : [likes_fish]
should work.
February 25, 2010 at 11:56 am
You could add a derived column with an IsNull() check in it to force your source data to be compliant with your destination's requirements.
February 25, 2010 at 8:46 am
klininger (2/24/2010)
If it helps (misery loves company): I've never been more frustrated with one single program in my life more than SSIS.--
Kurt
Wow, that's a big statement. I think the older...
February 24, 2010 at 9:58 am
Viewing 15 posts - 12,226 through 12,240 (of 13,838 total)