Viewing 15 posts - 6,736 through 6,750 (of 11,678 total)
A little bit too easy. But then again, it's Monday...
July 9, 2012 at 12:30 am
Hmmm, I thought Pre/PostExecute would give more info about the various iterations of the loop. Apparently not.
Looking at the package design, everything seems OK, so I don't really have a...
July 9, 2012 at 12:22 am
kd11 (7/6/2012)
July 8, 2012 at 11:58 pm
Steve Jones - SSC Editor (7/6/2012)
July 8, 2012 at 11:56 pm
Celko did a helpful post AND he gave someone a compliment.
I'm not kidding.
July 6, 2012 at 6:59 am
You need to have the package locally. You can import it to your project in BIDS by right-clicking packages and choose Import Package. Navigate to the server and select the...
July 6, 2012 at 12:53 am
My guess is that the other of the question wanted to make 2 "correct answers".
Meaning that if you selected 10 it is correct, or if you select 12 it is...
July 6, 2012 at 12:18 am
Mr J (7/4/2012)
For the record and to those who are interested.You can installed SSIS components to SQL without interupting the normal service.
Cheers 😎
Good to know. Thanks for posting back.
July 6, 2012 at 12:04 am
If your source system is a database, you could add WHERE NOT EXISTS to your SQL SELECT statement, so that you only read rows that don't exist in the destination.
July 6, 2012 at 12:02 am
Why? A table has per definition no order defined. It doesn't make sense to go through all sorts of troube just to insert two rows after another two rows.
July 4, 2012 at 5:08 am
You are selecting an entire resultset into a single string variable.
This means every row is overwriting the previous one. The result you see is the one from the last row.
You...
July 4, 2012 at 3:22 am
In that case you'd need a table variable or a temporary table.
July 4, 2012 at 3:17 am
Viewing 15 posts - 6,736 through 6,750 (of 11,678 total)