Viewing 15 posts - 2,851 through 2,865 (of 7,504 total)
are you creating the temp table(s) itself within an open transaction ? (avoid if possibible)
September 13, 2010 at 9:46 am
ricardo_chicas (9/13/2010)
September 13, 2010 at 9:36 am
I guess you mean you want no2 and no3 ! (both startin with john)
btw what's the distribution of your value '???'. In what kind of percentage does it occur ?
If...
September 13, 2010 at 1:56 am
You may also want to have a look at the xml plan for your query.
( SET SHOWPLAN_XML ON)
Search for implicit conversions as they may cause an index not to be...
September 12, 2010 at 9:43 am
just my 2ct:
Bit is context driven !
If your column name doesn't declare it by nature, you should document it well !
e.g. a column named "AreLightsOn" would by nature have a...
September 12, 2010 at 9:09 am
GilaMonster (9/11/2010)
Alvin Ramard (9/11/2010)
CirquedeSQLeil (9/11/2010)
Anybody else want to try this one?Why? The ball is in the OP's court. Nobody should make a move until he does.
Looks like he...
September 11, 2010 at 2:33 pm
you have been playing with maxdop, setting the max parallelism for a query, not restricting the max proc for the instance.
What happens if you restrict the numbers of proc for...
September 11, 2010 at 11:23 am
Indeed, setting max server memory is a must on 64-bit systems !
If only I would have noted the source ref in my script :blush:
--/* These settings are for x64, on...
September 10, 2010 at 5:23 am
There has be a similar Q last week.
They pointed to a bug in W2008R2 and proposed the following hotfix a the solution: Win2008R2_Win7_HotFix_KB2265716 http://support.microsoft.com/kb/2265716
Does this apply to your...
September 10, 2010 at 5:01 am
- Can you try out the trick Gail proposed ?
The trick is to execute the query whilest being connected to master db.
(off course you shouldn't use that in a...
September 9, 2010 at 2:33 pm
I'll have to hand this over to the other SSC members because I have no experience with partitioned views.
September 9, 2010 at 10:30 am
Steve Jones - Editor (9/9/2010)
Jack Corbett (9/9/2010)
And that would be The White Shadow, right?The White Shadow? That's you isn't it? I can still (almost) dunk a basketball.
I thought it was...
September 9, 2010 at 10:26 am
GilaMonster (9/9/2010)
ALZDBA (9/9/2010)
Or maybe even contact Allen White via LinkedIn.Or just think about him really hard and he'll appear. 😀
Shall I demistify the magic ?
No ... we'll talk it...
September 9, 2010 at 10:19 am
Or maybe even contact Allen White via LinkedIn.
Send him my regards 😀 and buy him a good beer :w00t:
September 9, 2010 at 7:29 am
Did you try SQLserver BooksOnline ?
another must is the white paper at http://technet.microsoft.com/en-us/library/dd578580%28SQL.100%29.aspx
September 9, 2010 at 12:57 am
Viewing 15 posts - 2,851 through 2,865 (of 7,504 total)