
SQL
Get flash to fully experience Pearltrees
Get Index Fragmentation Percentage for all Tables in SQL Server Database - Code Samples & Tutorials
Here is a useful script I've been able to put together from multiple posts online that gets the estimated index fragmentation for all tables in your database where the fragmentation percentage is greater than the where clause. Here's the SQL: select object_name(itable.object_id) as tablename, itable.name as IndexName,It’s been quite some time since my last index defrag script update. A big part of the reason for that is because I wanted to implement many of the suggestions I’ve received, but I just haven’t had the time. I still have those changes planned, but I’m not sure quite when I’ll get to it.
Index Defrag Script, v4.1 « SQL Fool
SQL Server Book Reviews for DBAs
There’s a ton of SQL Server books out there to help get you started on the road to becoming a database administrator. I’m going to start at the start of your career, and go forward. My Favorite Non-SQL Server Books These books aren’t specific to DBAs, but are things I’ve found really helpful in my career: Getting Things Done Getting Things Done by David AllenRankings | SQLRockstar
Here is the latest update for the blogger rankings. I promoted Ted Krueger ( blog | @onpnt ) to model and moved Brad McGehee ( blog | @bradmcgehee ) down to msdb. I also promoted Michael Swart ( blog | @mjswart ) and Karen López ( blog | @datachick ) up to msdb.We speak at SQL Server user groups and live events, and we record presentations and post them here whenever possible. Every Tuesday at 11:30AM Central, we run a free webcast covering SQL Server, virtualization, storage, and more. If you can attend live and ask questions, that’s great!

