Viewing 15 posts - 36,436 through 36,450 (of 49,562 total)
COOL_ICE (10/6/2009)
Run DBCC CHECKDB REPAIR_ALLOW_DATA_LOSS on Live DB
If data loss id...
October 7, 2009 at 1:36 am
Can you have a look at the SQL error log. Please post all of the error messages relating to this database
October 7, 2009 at 1:33 am
tallapaneni_rao (10/7/2009)
i added ;-T1400 but still i am getting same error
Traceflag 1400 is only needed if you're running SQL 2005 RTM. If you're running SP1 or above, it's not needed,...
October 7, 2009 at 1:29 am
repent_kog_is_near (10/6/2009)
All your points are well taken. Yes, the DB is heavily hit for I/O bottleneck (we use perfmon-Avg. Disk Queue Length is 27; % disk time 2100; Current Disk...
October 6, 2009 at 8:58 am
repent_kog_is_near (10/5/2009)
I have read some emphasis to take out all clustered index into .ndf; some take all non-clustered into ndf. I guess what you saying is regardless of C or...
October 6, 2009 at 8:07 am
repent_kog_is_near (10/6/2009)
Do you know what is the default recovery interval, in minutes, for FULL Recovery model? If this is short enough, our worry is not worth it.
Offhand I don't, but...
October 6, 2009 at 8:02 am
newbie2009 (10/6/2009)
Pls see sql plan attached.
Did you read the article?
Table definitions and index definitions please.
October 6, 2009 at 7:57 am
See if you can narrow down which query is the problem. It may just be one of them, or it may be that proc that's called at the bottom. The...
October 6, 2009 at 5:23 am
Here's the breakdown of the exam - http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-443&Locale=en-us#tab2
October 6, 2009 at 1:03 am
wodom (10/5/2009)
Steve Jones - Editor (10/5/2009)
October 5, 2009 at 11:31 pm
Guru Nagabhushan (10/5/2009)
October 5, 2009 at 11:13 pm
Would you mind sharing the actual subject and context for the question?
October 5, 2009 at 2:28 pm
SELECT
CAST([2] AS VARCHAR(50)) AS [Size],
CAST([3] AS VARCHAR(50)) AS Placement
INTO #Parse
FROM Split
PIVOT ( MAX(value) FOR idx IN ( [1], [2]) ) AS P
October 5, 2009 at 1:14 pm
repent_kog_is_near (10/5/2009)
the tempDB issue was powerful enough to knock out the cluster drives.
A disk full error shouldn't take a disk offline. What does the cluster log say?
October 5, 2009 at 1:08 pm
Viewing 15 posts - 36,436 through 36,450 (of 49,562 total)