Viewing 15 posts - 4,666 through 4,680 (of 7,168 total)
Look, I wasn't there, and likely won't ever know what you were really up against, so I won't argue this point with you anymore. I am well aware of multiple...
March 31, 2012 at 5:18 am
mohammed_suhan (3/30/2012)
Thanks alot for the suggestions.
The table already had identity column, SSIS inserts the data to this table every week. but it was not following the sequence which...
March 30, 2012 at 9:53 pm
He may not have believed you because you only gave him a partial solution. As the OP explained they had experienced, after only adding an identity column to the table...
March 30, 2012 at 9:08 pm
Z1024 (3/30/2012)
opc.three (3/30/2012)
Z1024 (3/29/2012)
March 30, 2012 at 8:01 pm
pietlinden (3/30/2012)
Jeff,I thought I said that... maybe he didn't believe me. :hehe:
(Believe me now?)
Said what?
March 30, 2012 at 7:52 pm
capn.hector (3/30/2012)
PaulB-TheOneAndOnly (3/30/2012)
opc.three (3/30/2012)
March 30, 2012 at 4:27 pm
Jeff Moden (3/30/2012)
March 30, 2012 at 4:25 pm
Matt Miller (#4) (3/30/2012)
Lynn Pettis (3/29/2012)
pietlinden (3/29/2012)
add an incrementing identity column to the destination table before running inserts?
And then when you select from the table be sure to use an...
March 30, 2012 at 4:21 pm
Probably not a batch process...more likely copy/paste. You can copy Data Flow tasks, and then paste them back to the same Control Flow surface to gain a complete copy. If...
March 30, 2012 at 12:23 pm
Dash is not supported character in object names, without escaping, so if it is dbo then try it like this
dbo.[member-update]
March 30, 2012 at 12:21 pm
It could be a lot of things, but it sounds like parameter sniffing, i.e. a bad execution plan.
Have you tried comparing the actual execution plans from the query causing trouble...
March 30, 2012 at 11:35 am
sqlfriends (3/30/2012)
Also if that's OK not to reboot the server after changing the memory setting?
To answer this too, yes, you can change the max memory without rebooting. However, a reboot...
March 30, 2012 at 11:15 am
sqlfriends (3/30/2012)
But from what paul.knibbs said to set to max 2.5 GB, but opc.three said to set it...
March 30, 2012 at 11:11 am
capn.hector (3/30/2012)
since...
March 30, 2012 at 10:59 am
Viewing 15 posts - 4,666 through 4,680 (of 7,168 total)