Viewing 15 posts - 181 through 195 (of 544 total)
Lynn Pettis (8/17/2012)
First, why are you copying the records with a different sequence no (really just curious about the business requirement)
Second, why does it have to be done in...
August 17, 2012 at 8:42 am
Lynn Pettis (8/17/2012)
Charmer (8/17/2012)
Lynn Pettis (8/17/2012)
August 17, 2012 at 8:39 am
Lynn Pettis (8/17/2012)
August 17, 2012 at 8:21 am
Lynn Pettis (8/17/2012)
August 17, 2012 at 7:53 am
ChrisM@Work (8/17/2012)
Charmer (8/17/2012)
ChrisM@Work (8/17/2012)
Are you inserting new rows into a table or updating existing rows? It's not clear from your description.
yes i am inserting new rows by taking all the...
August 17, 2012 at 7:50 am
ChrisM@Work (8/17/2012)
Are you inserting new rows into a table or updating existing rows? It's not clear from your description.
yes i am inserting new rows by taking all the rows which...
August 17, 2012 at 7:08 am
ThomasRushton (8/17/2012)
It might be worth trying to reduce the transaction batch size - the number of updates / inserts...
August 17, 2012 at 7:06 am
Lynn Pettis (8/14/2012)
Charmer (8/14/2012)
Lynn Pettis (8/14/2012)
August 17, 2012 at 2:30 am
Lynn Pettis (8/14/2012)
August 14, 2012 at 11:08 am
Matt Miller (#4) (8/14/2012)[/b
How much of a drag does the ROW_NUMBER() aspect put on query execution? It sounds like you already have a fairly hefty process.
i am not able...
August 14, 2012 at 10:58 am
Phil Parkin (8/14/2012)
August 14, 2012 at 10:48 am
Lynn Pettis (8/14/2012)
Charmer (8/14/2012)
Lynn Pettis (8/14/2012)
Have you tried tuning your SQL query?Yes, Lynn...my SQL query has no other way....this is it...:(
Not sure what you mean by "has no other way."
i...
August 14, 2012 at 10:37 am
Lynn Pettis (8/14/2012)
Have you tried tuning your SQL query?
Yes, Lynn...my SQL query has no other way....this is it...:(
August 14, 2012 at 10:31 am
Lynn Pettis (8/14/2012)
And the question is, what?
sorry, Lynn...i acciedntly pressed the enter button before completing hte question....i am sorry...:-)
August 14, 2012 at 10:20 am
Koen Verbeeck (8/9/2012)
Charmer (8/8/2012)
i am doing a project in SSIS 2008, SQL 2008R2...
In the data flow,
my source(OLEDB) has some duplicate records where i am removing the duplicate rows...
August 9, 2012 at 2:43 am
Viewing 15 posts - 181 through 195 (of 544 total)