Click here to monitor SSC
Av rating:
Total votes: 24
Total comments: 2


Rodney Landrum
SQL Server Tacklebox Free eBook
04 August 2009

As a DBA, how well-prepared are you to tackle issues such as backup failure due to lack of disk space, or locking and blocking that is preventing critical business processes from running, or data corruption due to a power failure in the disk subsystem? If you have any hesitation in your answers to these questions, then Rodney Landrum's SQL Server Tacklebox is a must-read.

SQL Server Tacklebox

(Free 240-page eBook)

Click here to view a sample chapter

The book is avaible to download for free to all Simple-Talk members. To reach the download page, click on the above link. You'll be asked to sign in, if you're already a member, or create a new login, if not.


Why read this book?

For the day-to-day DBA, there are dangers around every corner; monsters waiting to strike down the unsuspecting database with a resource-hungry query, an inefficient data load, or even outright data corruption. When the worst happens, and SQL Server is down, or performance is suffering, customers are quick to complain. During such difficult periods, you, the DBA, are the centre of attention. Suddenly, three or four people crowd your desk, laser beam focused on your every action, fully expecting you to solve the problem quickly

The success of your career as a DBA depends largely on how well-prepared you are to deal with such situations. Without verified backups, sound server documentation, and a ready supply of tried-and tested troubleshooting tools, there is no safe place to hide when the monster rears up. All you can do is buy some time, patch things up as best you can and then duck away into your cubicle, which, if you lost any data in the process, may soon be empty.

However, with the tools and techniques provided in the SQL Server Tacklebox, you will be fully-equipped to fight back. Inside, you'll find scripts that will allow you to automate and standardize SQL Server installation, document and report on your servers, migrate data and manage data growth, troubleshoot performance issues, receive notifications of impending danger, secure access to your servers and fight off data corruption.

In short, you'll be able to respond quickly and professionally to the many issues that blight the waking, and often sleeping, hours of the DBA. Then, one day, who knows? That cubicle may turn into an executive office with wall-to-wall tinted windows revealing a flowing brook outside, where no monsters live.



This article has been viewed 13992 times.
Rodney Landrum

Author profile: Rodney Landrum

Rodney Landrum has been architecting solutions for SQL Server for over 10 years. He has worked with and written about many SQL Server technologies, including DTS, Integration Services, Analysis Services, and Reporting Services. He has authored three books on Reporting Services including his most recent 2008 edition for Apress. He is a regular contributor to SQL Server magazine and Simple-talk.com, where he blogs on about things like spiders, beer, somnambulance and SQL. His three recent articles in SQL Server magazine on building a DBA repository with SSIS and SSRS have been well received and implemented widely by DBAs around the world. Rodney also speaks regularly on SQL topics at such events as SQL Saturday and the Pensacola SQL Server Users Group. His day job finds him overseeing the health and well being of over 100 SQL Servers as manager of database administration in Pensacola, Florida.

Search for other articles by Rodney Landrum

Rate this article:   Avg rating: from a total of 24 votes.


Poor

OK

Good

Great

Must read
 
Have Your Say
Do you have an opinion on this article? Then add your comment below:
You must be logged in to post to this forum

Click here to log in.


Subject: SQL Server Tacklebox
Posted by: NJdeVaal (view profile)
Posted on: Friday, September 04, 2009 at 9:25 AM
Message: This is a perfect book! I implemented the DBA repository from chapter 2 and it gives me lots of valuable information.
However it took me half a day of troubleshooting because of a designing error in the Populate_DBA_REP.dtsx. The Execute SQL Task "Update Server Versions" contains the following code:

UPDATE serverlist_SSIS
SET version = @@microsoftversion / POWER(2, 24)
FROM ServerList_SSIS
INNER JOIN SQL_Servers
ON ServerList_SSIS.Server = SQL_Servers.Server

This code results in wrong SQL Server version numbers in the repository. The code below solves the problem:

UPDATE serverlist_SSIS
SET version = LEFT(ProductVersion,PATINDEX('%.%',ProductVersion)-1)
FROM ServerList_SSIS
INNER JOIN SQL_Servers
ON ServerList_SSIS.Server = SQL_Servers.Server

Soon I will implement more of the solutions in this book. Thanks Rodney, you helped me very much with collecting valuable SQL information.

Regards,
Nico John de Vaal

Subject: The DBA Repository was great stuff...
Posted by: lewi0168 (view profile)
Posted on: Sunday, October 11, 2009 at 8:19 PM
Message: Rod,

Great book, easy to read... finished it in one sitting over 3 hours.

The DBA repository was great stuff, I went and built my DBA repository based on your SQL Mag article in Feb 2008.

I will have to review it and see if there are any changes raised in the book that can be applied to my repository and SQL environment in general.

Regards

Michael Lewis

 










Phil Factor
Automated Script-generation with Powershell and SMO
 In the first of a series of articles on automating the process of building, modifying and copying SQL Server... Read more...



 View the blog
Using SQL Test Database Unit Testing with TeamCity Continuous Integration
 With database applications, the process of test and integration can be frustratingly slow because so... Read more...

SQL Source Control: The Development Story
 Often, there is a huge difference between software being easy to use, and easy to develop. When your... Read more...

How to Import Data from HTML pages
 It turns out that there are plenty of ways to get data into SQL Server from websites, whether the data... Read more...

SQL Scripts Manager: An Appreciation
 SQL Scripts Manager is Simple-Talk's present to its readers. William Brewer was an enthusiastic... Read more...

Hosted Team Foundation Server 2010 Review
 Team Foundation Server (TFS) has expanded its remit to support the whole software development process,... Read more...

Beginning SQL Server 2005 Reporting Services Part 1
 Steve Joubert begins an in-depth tour of SQL Server 2005 Reporting Services with a step-by-step guide... Read more...

Ten Common Database Design Mistakes
 Database design and implementation is the cornerstone of any data centric project (read 99.9% of... Read more...

Reading and Writing Files in SQL Server using T-SQL
 SQL Server provides several "standard" techniques by which to read and write to files but, just... Read more...

Beginning SQL Server 2005 Reporting Services Part 2
 Continuing his in-depth tour of SQL Server 2005 Reporting Services, Steve Joubert demonstrates the most... Read more...

Creating CSV Files Using BCP and Stored Procedures
 Nigel Rivett demonstrates some core techniques for extracting SQL Server data into CSV files, focussing... Read more...

Over 400,000 Microsoft professionals subscribe to the Simple-Talk technical journal. Join today, it's fast, simple, free and secure.

Join Simple Talk