Viewing 15 posts - 46 through 60 (of 98 total)
Shouldn't there be an index rebuild as well ??
December 11, 2015 at 6:46 am
In this case there was only a HOBT Lock by a session with update query and RID by a session with Insert query. Both with difference partition key values
So easily...
December 8, 2015 at 4:07 am
Yes, but in this scenario (Partitioning) I see the locks are not escalated even after crossing the threshold limit of escalation.
Below is the excerpt from MSDN:
Lock Escalation Thresholds
Lock escalation is...
December 8, 2015 at 1:59 am
Are you scheduling this operation with Sql Agent Job, if yes then there may not be a direct solution for you however you can use some 3rd party Sql Monitors...
December 7, 2015 at 11:06 pm
Also from the deadlock graph, I can see that the Insert was requesting a Page Level Lock while the updates acquired HOBT lock.
Also, my doubt is during Select and Updates...
December 7, 2015 at 9:27 am
The lock escalation is set to Auto, even when I check the properties of Table and Index, it shows partitioned with the proper partition Scheme
December 7, 2015 at 7:17 am
Hello Experts,
One unanswered question from my old post
April 10, 2015 at 12:54 am
Let me try to simplify my question.
Lets assume I am not using any transactions, and there are two cases i.e. for Delete and Insert
Case 1. Delete.
If I am deleting 1...
March 13, 2015 at 3:14 am
I was planning to use the temp table as Destination.
But to preserve the metadata while mapping I was thinking of using this expression in SqlCommand Data access mode of OleDB...
February 24, 2015 at 5:58 am
hmm,
Looks like I have to use hardcodes table names in sql command in OleDB Destination
February 24, 2015 at 5:42 am
I did below workaround for relative path issue:
BIDS 2008 doesn't work on relative path,may be some kind of bug
If you try to enter the relative path , on clicking next...
November 6, 2014 at 3:48 am
The older technology, the nonclustered columnstore, was designed to work on heaps and standard clustered indexes in combination with existing indexes. But, functionally, it's similar to the standard clustered...
October 29, 2014 at 3:50 am
here is the output of updating column suffix for Person.Person table in adventureworks2008 database
I have modified the index to include Suffix column as shown below
CREATE NONCLUSTERED INDEX [IX_Person_LastName_FirstName_MiddleName] ON [Person].[Person]...
October 8, 2014 at 4:07 am
Viewing 15 posts - 46 through 60 (of 98 total)