Viewing 15 posts - 12,406 through 12,420 (of 13,876 total)
Surely if it's temporary, it will not exist at design time and therefore how could SQL Server know about it?
What are you hoping to use the temp table for?
December 10, 2009 at 11:38 am
Maybe you could do the copy and then just add the PK constraint back in with some T-SQL at the end ...?
December 10, 2009 at 9:27 am
What do you mean, exactly, by 'lose'? What error messages are you getting? Between running the package the first time and running it again, what actions are you taking? (Edit...
December 9, 2009 at 12:20 am
You are still not giving us the whole story. That, combined with the fact that your English is a bit dodgy, is making this more difficult to understand than it...
December 9, 2009 at 12:17 am
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
Viewing 15 posts - 12,406 through 12,420 (of 13,876 total)