Viewing 15 posts - 166 through 180 (of 287 total)
Ninja's_RGR'us,
Cool way to get just the date from today. I'd never seen that before. So, I tested it.
DECLARE @test_dt DATETIME
set @test_dt = DATEDIFF(D, 0, GETDATE());
SELECT @test_dt
SET @test_dt = DATEADD(D, 0,...
May 18, 2011 at 4:26 pm
Very cute dog. Hope it's your pet. If so, what's it's name?
LC
May 18, 2011 at 4:00 pm
I'm a SQL Server DBA and Compellent SAN administrator. For what's it's worth:
I appreciate your caution about this migration.
I don't know how your SAN is configured, nor its administrative interface,...
May 18, 2011 at 3:33 pm
There is one other detail you might need to be aware of:
The object browser can be connected to an instance of SQL Server and each individual query window can be...
May 17, 2011 at 5:07 pm
sachnam (5/12/2011)
1. When you do alot of DMLs in your tables or indexed views.
2. If the schema changes happen on...
May 17, 2011 at 11:12 am
Since your focus is on proactive SQL Server management, I also recommend that you read this article posted by Brad McGehee:
Brad McGehee is a Microsoft SQL Server MVP and...
May 17, 2011 at 10:40 am
I'm especially proud of this one:
USE Master
DELETE FROM SYSOBJECTS
What do you think?
LC
May 16, 2011 at 5:14 pm
In addition to what other people have posted, I'll add the additional things I either do manually or have automated to some degree or other.
I perform daily audits on our...
May 16, 2011 at 2:50 pm
Ninja's_RGR'us (5/13/2011)
Then you don't need to check the logs at all.
Maybe. I can think of a number of reasons why log files might fill up, at least temporarily.
My employer's servers...
May 13, 2011 at 4:59 pm
jasonmorris (5/5/2011)
How would it handle a mirrored database which is obviosuly FULL recovery model?
We have a requirement for faster backups / restores but still need...
May 6, 2011 at 7:48 am
[Jim].[dba].[Murphy] (5/5/2011)
Thanks for contributing. That is very nice and helpful.Jim
You're welcome, Jim. Glad to do it.
LC
May 5, 2011 at 10:57 am
calvo (5/5/2011)
Thanks for contributing, I hope someone finds your scripts very useful.
Have you thought about not just tracking the highest log usage for each database, but keeping a historical record...
May 5, 2011 at 10:52 am
Syed Jahanzaib Bin hassan (4/30/2011)
Did you dropped Clustered Index too?....Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA
My Blog
Syed,
You remarked about dropping...
May 3, 2011 at 4:36 pm
MyDoggieJessie (5/1/2011)
.....I keep getting notifications that the the average disk queue length is 68 on one disk and 105 on another......
You've read a lot of good information on your own...
May 3, 2011 at 3:53 pm
Viewing 15 posts - 166 through 180 (of 287 total)