Tara Kizer Blog

Tara Kizer

Synergy

I recently got setup at home with three identical monitors as I work from home often. Here's a picture of them. The left-most monitor is my main monitor for my work laptop. Read more →

File Growth Settings for SQL Server Databases

Autogrowth is enabled by default for the SQL Server database files. The default setting of 10% for file growth on the database files can often times lead to poor performance, especially if you don't properly size your files for the near future. Read more →

1-click installation for SQL Server 2005 - FineBuild

Has anyone used SQL Server FineBuild before? According to the web site, it "provides 1-click install and best-practice configuration of SQL Server 2005." It doesn't mention anything about clusters though, which is what I'd be interested in as installing SQL Server on a cluster is a bit of a pain. Read more →

OT: Kevin Bacon Theory

This is completely off-topic, but I thought it was interesting enough to post. Microsoft "confirms" the small world theory. We are linked by 6.6 degrees of separation, which is practically the Kevin Bacon "theory". Read more →

How to transfer SQL logins between SQL Server 2005 instances

There are many ways to transfer SQL logins between SQL Server instances. Here are a few of them: sp_help_revlogin Transfer Logins Task in a DTS package Transfer Logins Task in an SSIS package SQL Server Magazine method Manually (like that's even a consideration for an experienced DBA) In an ideal world, an application will connect to a SQL Server instance using one account (or perhaps a couple extra) and then "authenticate" individual users via application code and a SQL table. Read more →

How to delete backup and restore history from msdb

Have you ever wondered why your msdb database is unusually large? Did you know that SQL Server keeps historical information about every backup and restore operation in the msdb database? It is recommended that you purge this backup and restore historical information on a scheduled basis. Read more →

Asynchronous Update Statistics

For the past several months, we have been overwhelmed with performance issues on one particular system. We know what is causing it, but it is going to take time to modify the code, test the changes, and then deploy to production. Read more →

Open Command Window Here

Most of you probably already have done this, but just in case you haven't and find yourself frequently using cmd to run commands such as sqlcmd, you will find this registry "hack" useful. Read more →

New RSS Feed

Attention Loyal Readers, I've updated my RSS feed to use FeedBurner. If you haven't already done so, please update your link to this one: http://feeds.feedburner.com/RamblingsOfADba If you don't update your feed, you will be redirected to the new one. Read more →