Viewing 15 posts - 106 through 120 (of 580 total)
Wanderer,
The reason you get more info with the command-line is that SSIS job step is just...well...crap! Under the covers it uses dtexec.exe anyway in exactly the same way - it just...
June 14, 2006 at 6:11 am
Yep. Don't use the "Execute SSIS Package" job step. Use the command-line job step and use dtexec.exe to fire the package. You get much more information in your job output...
June 14, 2006 at 2:36 am
These will be your best bets:
-Jamie
June 14, 2006 at 2:23 am
Correct, Fast parse works only under certain circumstances.
-Jamie
June 12, 2006 at 10:04 am
If a "number" (I use the word through clenched teeth) has periods or commas in it then it isn't an integer. An integer is a combination of the digits {1,2,3,4,5,6,7,8,9,0}. Nothing else.
Try importing...
June 12, 2006 at 7:28 am
Note that you can still use FastParse on files that have textual data in them - they don't have to have only integer/datetime values. This is because fastParse is a...
June 12, 2006 at 2:38 am
June 8, 2006 at 1:45 am
Another question....what's the error?
-Jamie
June 7, 2006 at 6:54 am
I find it a little annoying that it isn't consistent with Excel - ALT-Enter!
-Jamie
June 7, 2006 at 6:52 am
The Excel Provider supplies fields as unicode. SSIS has no control over this. As David says, use a data conversion component to correct the problem.
-Jamie
June 7, 2006 at 6:50 am
This should just "work". It sounds as though the defaults aren't getting fired which is probably a problem in SQL. Mind you, you can supply table hints on the OLE...
June 7, 2006 at 6:49 am
Terry,
That's why I like the expression approach. It means those issues won't appear!
-Jamie
June 6, 2006 at 4:42 pm
Teegee,
Fear not. This is very easy in SSIS once you know how. All explained here: http://blogs.conchango.com/jamiethomson/archive/2005/12/09/2480.aspx
-Jamie
June 6, 2006 at 3:10 pm
Try the multifile connection manager. It lets you point at multiple files at once (e.g. "*.*")
-Jamie
June 6, 2006 at 3:07 pm
Viewing 15 posts - 106 through 120 (of 580 total)