Viewing 15 posts - 226 through 240 (of 805 total)
In the error output of the OLEDB dest, are the error columns not populated? They normally give you the reasons.
If not, the easiest way would be to push all the...
September 21, 2007 at 2:04 am
Either SSIS is very confused about the data type mappings or the columns you are referencing are indeed, Nvarchar.
September 21, 2007 at 1:58 am
Does the package run if you run it as a file and not from msdb, on the server, under the same context as agent?
September 21, 2007 at 1:56 am
Why do you hijack this thread as well as posting the question in two other threads???
Ignore this: asked and answered in another thread.
September 20, 2007 at 4:11 am
You could have the package watching for the file. See FileWatcher task on http://www.SQLIS.com
Or you can execute a package through CMD DTEXEC /File "path to dtsxfile" /plenty other options
September 20, 2007 at 4:09 am
This is a common situation and easily solvable.
The simpliest way would be to loop over the sheets in the file. You DF would be inside a for each loop.
The best...
September 20, 2007 at 1:46 am
The best option, as suggested, get the source right. of course, this is not always easy.
An option would be to use a ragged right. Split on the first comma or...
September 20, 2007 at 1:43 am
Use the Execute Process task.
September 20, 2007 at 1:43 am
Ok, if I put DTC in the cluster group, it will not work. if I put it in the SQL group, it works.
While it is ok that it works, I...
September 19, 2007 at 9:48 am
I have been searching this site, MSDN and google for days now with this issue. There is nothing I can find that I have not yet tried.
Noel: I have already...
September 19, 2007 at 7:52 am
I may be wrong but I had a similair thing. What had happened in my case was row 10 had a space in one of the cells. SSIS would then...
September 19, 2007 at 1:44 am
I am curious though why you ask this question in a SSIS group. Are you loading the values from a source then into a table? If so, why do a...
September 19, 2007 at 1:42 am
There is an error in the package. Any errors occurring during the process do not get passed back to agent. You have to enable logging in the package and view...
September 18, 2007 at 4:55 am
it runs under the same context as the package which is either you if you running it or agent if scheduled.
September 18, 2007 at 4:54 am
The package will run fomr where you type the command. You cannot run a package on another server through DTEXEC. Run as in: The process will be on server b.
You...
September 18, 2007 at 4:53 am
Viewing 15 posts - 226 through 240 (of 805 total)