Viewing 15 posts - 6,706 through 6,720 (of 8,416 total)
If you are still able to access the cube, either from SSMS or BIDS, try a full process to rebuild the structures.
Otherwise, either rebuild the whole thing from scratch...
November 8, 2009 at 1:57 am
ALZDBA (11/8/2009)
...all good stuff...
Thanks ALZDBA! I was replying at the same time as you it seems 🙂
November 8, 2009 at 1:40 am
unixbomer (11/8/2009)
Locking pages in memory is not required on 64-bit operating systems.
AWE is something that is required on...
November 8, 2009 at 1:35 am
Eric Mamet (11/7/2009)
November 7, 2009 at 11:39 pm
bwilliams-1049831 (11/5/2009)
Normally I would not bother with something this trivial but both functions get exedcuted around 6 million times a week!
Unless the function does nothing except execute the two CASE...
November 7, 2009 at 11:26 pm
Wow but that's a messy procedure. I'm not even going to start listing the things that raise red flags for me.
To answer the original question as best as I...
November 7, 2009 at 11:21 pm
Chandhini (11/7/2009)
I have 10,000 records in a table.What would be the degree (depth) of the B-tree?.
What will determine the depth of the B-tree in a table/database?
If it is a...
November 7, 2009 at 11:07 pm
Sorry if I was less than clear: there are many ways to achieve want you want, so it would help a great deal if you could explain more about the...
November 7, 2009 at 9:56 pm
Adam Gojdas (11/7/2009)
WHILE (XACT_STATE() <> 0) BEGIN
ROLLBACK TRANSACTION;
END;
Hey Adam,
Not trying to be 'smart' here...but ROLLBACK always rolls back completely, through any number of 'nested' transactions.
You might be...
November 7, 2009 at 9:48 pm
Florian Reischl (11/7/2009)
Allister Reid (11/6/2009)
Thought you guys might like this one: http://thedailywtf.com/Articles/Slightly-OverSQLd.aspxJust found a WTF on a "PostgreSQL Tips and Tricks" blog:
http://blog.gtuhl.com/2009/08/07/postgresql-tips-and-tricks/
Check out "tip" 4...
Ah...that tip shows me exactly where...
November 7, 2009 at 7:56 am
You should definitely consider patching SQL Server up to a more recent cumulative update.
The issue seems to be related to statistics updates in tempdb (that what all the StatMan queries...
November 7, 2009 at 7:51 am
I've just noticed that his original query specified a NULL for the scanning mode!
I would like to see results from:
select ips.avg_fragmentation_in_percent,
...
November 7, 2009 at 7:29 am
Nice problem there Flo, and good to get it solved so quickly.
I hope other posters imitate your set-up scripts!
Paul
November 7, 2009 at 7:11 am
Hmmm well the issue is correct even if my rushed explanation there isn't quite right. The cause is still the deterministic thing, and the query plan problems still stem...
November 7, 2009 at 7:09 am
Bob Hovious 24601 (11/7/2009)
Paul,Are you talking about my jokes, or my serious attempts to offer solutions? Or both? 😀
:laugh: I nearly qualified my previous response...
November 7, 2009 at 7:01 am
Viewing 15 posts - 6,706 through 6,720 (of 8,416 total)