Viewing 15 posts - 5,371 through 5,385 (of 5,685 total)
CirquedeSQLeil (10/5/2010)
select
database_name = DB.name
,sum( MF. /131072.) as 'Gig'
...
October 5, 2010 at 5:19 pm
See the link in my sig for help with optimizations. We need a lot of your DDL to help you here.
At first glance, I can imagine those count structures...
October 5, 2010 at 5:15 pm
ricardo_chicas (10/5/2010)
I was dealing with some blocked sessions and I wonder if there is a way to know exactly what object is being blocked, I know how to get...
October 5, 2010 at 4:56 pm
GilaMonster (10/5/2010)
Craig Farrell (10/5/2010)
GilaMonster (10/5/2010)
Alvin Ramard (10/5/2010)
GilaMonster (10/5/2010)
Local version:
Q: How do you eat an elephant?
A: One bite at a time.
That's the opposite of:
Q: How do you put an elephant in...
October 5, 2010 at 4:54 pm
george sibbald (10/5/2010)
WayneS (10/5/2010)
This is too good not to pass onthat post was deserving of being the 1,000,000th .
:w00t: Seconded! Alright, someone get in there and do a...
October 5, 2010 at 4:52 pm
GilaMonster (10/5/2010)
Alvin Ramard (10/5/2010)
GilaMonster (10/5/2010)
Local version:
Q: How do you eat an elephant?
A: One bite at a time.
That's the opposite of:
Q: How do you put an elephant in a refrigerator?
A: Open...
October 5, 2010 at 3:44 pm
The reason for the highly variable results is the industry your in can, and will, change the auditing level and specific controls you might run into.
Example: One place I...
October 5, 2010 at 3:42 pm
SuzDBA (10/5/2010)
October 5, 2010 at 3:38 pm
Tara-1044200 (10/5/2010)
any scripts to help this from the forum members?
Direct script, no, but this will help with the across the server bit:
sp_MSforeachDB
You can run the same script across all db's...
October 5, 2010 at 3:35 pm
GilaMonster (10/5/2010)
Craig Farrell (10/5/2010)
October 5, 2010 at 2:56 pm
Hrm. So, dedicated box, dedicated drives, no failures and all RAID 10. You've reindexed, defragged, and anything else that be causing physical churn.
You're getting spotty results between the...
October 5, 2010 at 2:36 pm
I got it right, but a question regarding dedicated extents. I know page splits will happen, etc etc, but does an extent stay compact for a range of data,...
October 5, 2010 at 2:25 pm
I'd still be leaning towards a drive problem. What kind of arrays are they, and do you have a drive failure if they're RAID 5?
October 5, 2010 at 2:19 pm
loki1049 (10/5/2010)
WayneS (10/4/2010)
SELECT EmployeeID,DataYear,
YearlyWage,
FiveYearWage = (SELECT SUM(YearlyWage)...
October 5, 2010 at 1:14 pm
Viewing 15 posts - 5,371 through 5,385 (of 5,685 total)