|
|
|
|
The random ramblings and rantings of frazzled SQL Server DBA
June 2009 - Posts
-
I have only been to one PASS Summit and it was the one in November 2008. If you had asked me last year this time about attending a large convention like PASS Summit, TechEd or SQL Connections, I would have told you to save your money for something more Read More...
|
-
If you have a multi-instance SQL Server 2005/2008 Server that is behind a firewall, and you want to be able to remotely connect to the DAC, you have to create firewall rules that allow the TCP ports for the DAC through the firewall. You can easily Read More...
|
-
A question came to me on Twitter today from Jason Hall regarding the user_settable Event in SQL Server 2008's Extended Events. You can find the event in the the sys.dm_xe_objects DMV with the following query: SELECT * FROM sys.dm_xe_objects o WHERE Read More...
|
-
Thomas LaRock recently posted a blog post Luck, Preparation, and Opportunity on his blog that really rang true with my own personal experiences in life. I recommend reading his original post because it is really good, but one quote from his post Read More...
|
-
It happened again, only this time Tim Ford is the antagonist initiator, instead of Chris Shaw. Once again a chain blog question is circulating around the SQL Server community. This time I was tagged by Jeremiah Peschka . I have Read More...
|
-
In the last year, I've had been contacted by almost every vendor for Database Administration tools for SQL Server to try out there application for monitoring SQL Server in my environment. While interested in giving the applications a look, I really Read More...
|
-
If you use a external or third party backup tool like NetBackup, BackupExec, or one of the many other tools available for backing up SQL Server databases without having to write your own backup scripts, you have no doubt encountered problems along the Read More...
|
-
Its been a few days since the first post in this series, and I have learned a lot about clustering in Windows Server 2008 with SQL Server 2008. The first thing I learned over the last few days is that there are some significant changes in Windows 2008 Read More...
|
-
Every now and then I get a SQL epiphany and figure out another way of doing something. Forever, I have used DBCC SQLPERF('logspace') to get the utilization information for the database transaction logs in SQL Server. A question on the forums Read More...
|
-
At some point as a SQL Server DBA, you have to learn how to install and configure a SQL Server Cluster. I personally haven't dealt with a SQL cluster since SQL Server 2000, and I've never had to install one from scratch, so I've decided to jump Read More...
|
-
I like reading technical whitepapers, and not just related to SQL Server, but anything IT that expands my knowledge and/or view of something I generally find interesting. I was reviewing my blog reader today and noticed the following blog post on the Read More...
|
|
|
|
|
|