Viewing 15 posts - 12,406 through 12,420 (of 13,870 total)
Maybe have a look at this thread too ... It sure helped me at the time.
December 8, 2009 at 12:56 pm
What have you tried so far? What problems are you having? What problems are you envisaging?
December 8, 2009 at 12:43 pm
steveb. (12/8/2009)
however your description is not clear.
Here in example first column stars with '8' and fifth column '3' and...
December 8, 2009 at 12:40 pm
Script task will do it in about 5 lines of code ...
December 8, 2009 at 1:08 am
If I understand correctly, you want the user to fire off a package which reads an Excel file from their PC?
Assuming that SSIS is installed on a network server and...
December 8, 2009 at 12:37 am
I would guess that those 'numbers' you are referring to are the number of days since 1/1/1900 (or 1899, or whatever the base date is) - which is how Excel...
December 7, 2009 at 6:19 am
OK, so ... what is your question?
A couple of lines of sample data will probably help people picture what you are trying to do.
December 4, 2009 at 7:14 am
OK what is the nature of the PK on the orders table - is it sequential/ascending?
(If it would help this problem) can you add any fields to either of the...
December 3, 2009 at 8:41 am
Can order rows be inserted/modified after creation? Or does this problem merely boil down to taking across order headers/details for those orders which do not already exist in the target...
December 3, 2009 at 8:12 am
I suspect that the error message is telling you the truth - setting IDENTITY INSERT does not mean that you can put NULLs into a PK field.
You need to double...
December 2, 2009 at 12:09 pm
What a bizarre thread. I will watch with interest for the next informative post 🙂
Sabyasm, have you ever been accused of plagiarism? :hehe:
December 2, 2009 at 9:39 am
Please provide more information of what you are trying to achieve, with examples, and ask a question or two, obviating the need for readers to try and guess what it...
November 30, 2009 at 3:29 am
The elaboration is that you need to provide a few more details about your data before anyone can help you in any detail. By 'delta', I'm guessing that you mean...
November 30, 2009 at 3:20 am
If you want to use a dataflow component and you want it to be dynamic in terms of field names / types, you'll not find a way using the standard...
November 29, 2009 at 6:00 am
Viewing 15 posts - 12,406 through 12,420 (of 13,870 total)