Viewing 15 posts - 1 through 15 (of 17 total)
GilaMonster (2/16/2010)
kingscriber (2/16/2010)
It would seem that Exists needs to perform full table scans within that view?
No it doesn't
Maybe the optimizer doesn't work for functions like this?
Sure it does.
The execution...
February 16, 2010 at 7:44 am
Jeff Moden (2/15/2010)
What happens if you reverse the order between the two methods?I'm thinking that cache helped the second one... a lot.
Good thinking, but I am afraid I get the...
February 16, 2010 at 6:37 am
TheSQLGuru (1/28/2010)
Deciding on an indexing strategy is...
January 28, 2010 at 9:16 am
GilaMonster (1/28/2010)
This series (3 parts) is maybe...
January 28, 2010 at 8:34 am
TheSQLGuru (1/28/2010)
However, I can say unequivocally that GUIDs are...
January 28, 2010 at 8:17 am
CirquedeSQLeil (1/27/2010)
January 27, 2010 at 6:49 am
GilaMonster (1/19/2010)
That's good to know. Can you change the isolation level in the linq? If you do, does it fix the deadlocks?
I can change it, and it does seem to...
January 19, 2010 at 7:13 am
I just got some breaking news about the TransactionScope Class and what is going on with my .Net client.
Currently the operation that I am calling uses a mix of ADO.NET...
January 18, 2010 at 3:26 pm
GilaMonster (1/18/2010)
Either there's a different isolation level set by the client or there's an explicit SET TRANSACTION...
January 18, 2010 at 2:43 pm
GilaMonster (1/18/2010)
January 18, 2010 at 9:18 am
Allow me to try to get this right. I think it would be rude for me to be ignorant of the specifics of what you are trying to say.
SELECT
lockMode="RangeS-S"...isolationlevel="serializable (4)"
UPDATE
lockMode="X"...isolationlevel="read...
January 18, 2010 at 7:29 am
Yes I can set the isolation level for my .Net Data Provider. It sounds like that might be the way to go anyways.
I did do this:
set transaction isolation level...
January 16, 2010 at 7:11 am
GilaMonster (1/15/2010)
SQL doesn't decide on isolation levels. If it's something other than read committed, that isolation level was explicitly set by the client, or in a stored proc
Well, I did...
January 15, 2010 at 1:31 pm
ok I figured it out...it was all the way at the bottom of the page. Anyways, it is called SPandTableInfo.zip. It has everything you are requesting in there. Thank you...
January 15, 2010 at 9:06 am
Can't seem to find a way to post a zip file of that information. Maybe because I am a newbie poster?
Edit: Check out my post below
January 15, 2010 at 8:53 am
Viewing 15 posts - 1 through 15 (of 17 total)