Viewing 6 posts - 16 through 21 (of 21 total)
I don't 'see' a lock when I USE ADVENTUREWORKS.
Is the lock only present while making the context switch?
May 17, 2013 at 11:51 am
Ohhhh,
Well that makes sense. It had me seriously scratching my head. Thanks for the reply. 😎
May 17, 2013 at 11:35 am
Thanks for all the responses! While knowledge is a good thing, this has certainly complicated my design plans. But it is certainly better to know ahead of time...
January 28, 2013 at 9:35 am
opc.three
Your query is spot on! Best of all I can understand what it is doing. Thanks for the tip. I will also read the link you supplied...
January 26, 2013 at 2:07 pm
Here is how I created the test data:
--DDL
CREATE TABLE MainTable_T(
Movie VARCHAR(30),
MainTable_ID INT IDENTITY (1,1) PRIMARY KEY CLUSTERED
)
CREATE TABLE AttributeType_T(
AttributeType VARCHAR(30),
AttributeType_ID INT IDENTITY (1,1) PRIMARY KEY CLUSTERED
)
CREATE TABLE AttributeValue_T(
MainTable_ID INT NOT...
January 26, 2013 at 1:00 pm
Lowell,
The image did not post at first so I was confused. A second loading of the page produced the image and answered all my questions. Your suggestion...
November 16, 2012 at 12:15 pm
Viewing 6 posts - 16 through 21 (of 21 total)