Viewing 8 posts - 1 through 8 (of 8 total)
what did you expect?
you have the function in the where clause which means it will be called for each row and then once more for each output row.
it...
June 2, 2017 at 9:39 am
Do you need to include the survey_id in the nonclustered index?
The nonclustered indexes contain a reference to the primary key if there's one and in your case it seems the...
May 26, 2016 at 11:13 am
in order to get some help you may need to post the table structures, the indexes and some info about the data distribution
January 20, 2016 at 9:35 am
and for the second question, peer to peer is async
May 2, 2013 at 9:16 am
how can an update happen on a row that's not there ?
May 2, 2013 at 9:09 am
well then, ignore the first line of my previous post 🙂
January 27, 2012 at 8:39 am
So your SSIS package is getting killed in the deadlock
This means the various tasks get in deadlocks with other processes on the server and because usually SSIS (ETL) transactions...
January 26, 2012 at 4:35 pm
Viewing 8 posts - 1 through 8 (of 8 total)