Viewing 9 posts - 46 through 54 (of 54 total)
So presumably the insert will be unable to complete until the SELECT has release its shared lock on the index
March 22, 2017 at 3:23 am
Hi
All interesting replies........
Currently the clustered index is on an identity column and there are no non-clustered index's. There is select, insert and update activity on the table. Neither...
March 15, 2017 at 1:38 am
Thanks for the replies guys
Oops I got my columns are rows confused typing. I meant returns all the columns not all the rows.
The predicates filter...
March 14, 2017 at 6:52 am
I came across that but it doesn't apply. The change tracking is on a 2008 sql server
I think the syscommit table is an in-memory rowstore from this article
March 2, 2017 at 6:24 am
Thanks Guys, that's really helpful..
I never like seeing Rtrim and Ltrim. Some Dev's seem to put them into any code by default.
February 21, 2017 at 7:40 am
Thanks for the reply.
The linked server is to another SQL box and the script couldn't be simpler.....
SELECT
RTRIM(LTRIM(CONT_REF)) AS CONT_REF,
RTRIM(LTRIM(INITIAL_NUM)) AS INITIAL_NUM,
RTRIM(LTRIM(SECOND_NUM)) AS...
February 21, 2017 at 7:03 am
January 27, 2017 at 7:26 am
It sounds as if it may be the cause, but then I wonder why...
January 25, 2017 at 8:06 am
January 25, 2017 at 6:57 am
Viewing 9 posts - 46 through 54 (of 54 total)