Viewing 15 posts - 5,266 through 5,280 (of 7,168 total)
Rich Yarger (8/2/2011)
August 2, 2011 at 9:24 am
paul.knibbs (8/2/2011)
August 2, 2011 at 9:22 am
You're welcome, HTH 🙂
August 2, 2011 at 9:00 am
It sticks. Transaction isolation level persists at the session level.
Here is a quick PoC to demonstrate how it works:
-- set to traditional default before we get started
SET TRANSACTION ISOLATION LEVEL...
August 1, 2011 at 5:12 pm
Nope, you can flip the mode back and forth:
ALTER DATABASE [insert db name here] SET MULTI_USER ;
More info...see example J:
August 1, 2011 at 5:01 pm
PS You provide quality advice here so I'm asking for an opinion, even if it's just an abstracted thought on the topic based on your overall knowledge and experience. I...
August 1, 2011 at 12:39 pm
Thanks for the reply. A migration from 2005 to 2008R2 is planned but it was proposed that all DBs stay in 90 mode to expedite the actual upgrade, i.e. leaving...
August 1, 2011 at 12:35 pm
To clarify, does the job ever report success or failure or will it simply show as running indefinitely until you manually stop the job?
August 1, 2011 at 11:17 am
From the xp_logininfo documentation here http://technet.microsoft.com/en-us/library/ms190369.aspx
If account_name and members are specified, a list of the next-level members of the group is returned. If account_name is a local group, the listing...
August 1, 2011 at 10:09 am
ALZDBA (8/1/2011)
( so far for "personal" computer )
Alter these queries so you don't need the...
August 1, 2011 at 9:15 am
Jeff Moden (8/1/2011)
August 1, 2011 at 8:16 am
Jeff Moden (7/30/2011)
August 1, 2011 at 5:56 am
I'll throw in another potential reason why a persisted indexed computed column would be good for this.
Let's take your test table Jeff and see what the user's current query will...
August 1, 2011 at 5:36 am
Viewing 15 posts - 5,266 through 5,280 (of 7,168 total)