Viewing 15 posts - 36,421 through 36,435 (of 49,552 total)
wodom (10/7/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 7, 2009 at 3:23 pm
Does the directory F:\SQLData exist?
Does the SQL Service account have full rights to it?
Is this a clustered SQL Server?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 7, 2009 at 10:02 am
jflzc (10/7/2009)
jflzc (10/7/2009)
And what about the oposite, when you have high scans and look seeks like in this:
Then either the indexes aren't appropriate for the queries been run against the...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 7, 2009 at 9:56 am
tallapaneni_rao (10/7/2009)
hi i am using sql server rtm what patches i need to apply
Apply SP3
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 7, 2009 at 9:47 am
wodom (10/7/2009)
OK, so from that aspect it looks like DROP is safer (and faster) than TRUNCATE, especially for very large tables. (And being faster makes it safer still.)
They do pretty...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 7, 2009 at 9:46 am
COOL_ICE (10/6/2009)
Run DBCC CHECKDB REPAIR_ALLOW_DATA_LOSS on Live DB
If data loss id...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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,...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
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
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 6, 2009 at 1:03 am
wodom (10/5/2009)
Steve Jones - Editor (10/5/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 5, 2009 at 11:31 pm
Viewing 15 posts - 36,421 through 36,435 (of 49,552 total)