Archives
- July 2011 (1)
- October 2010 (1)
- November 2009 (1)
- May 2009 (3)
- March 2009 (1)
- October 2008 (4)
- August 2008 (2)
- June 2008 (1)
- April 2008 (4)
- March 2008 (1)
- February 2008 (4)
- January 2008 (11)
- December 2007 (4)
- November 2007 (5)
Blogroll
Tags
Ajax ASP.Net ASP.Net MVC Code Generator Comet cube processing dynamic management views execution plan F# Functional Langauges GWT Immutable iPhone Languages MSSQL Compressed Backup Multithread OpenID performance SQL Server 2005 SQL Server 2008 SQL Server Administration SQL Server Engine SSAS Tutorial Visual Studio Web Application WebSockets
Tag Archives: SQL Server Administration
SQL Server Compressed Backup v1.2 Released
I’ve just released version 1.2-20091123 of SQL Server Compressed Backup. SQL Server Compressed Backup will back up a SQL Server database to a compressed file, using either gzip, zip and bzip2. The new features are: Continue reading
Posted in MSSQL Compressed Backup
Tagged MSSQL Compressed Backup, SQL Server Administration
129 Comments
Execution Plan of Frequent Queries
Bill Galashan, DBA of bet365 sent over the following query that lists the execution plan of the 10 most frequently executed queries. Continue reading
MSSQL Compressed Backup 1.0 Released
I’ve just released version 1.0 of MSSQL Compressed Backup. This is a command line utility that allows you to backup or restore your SQL Server 2005 databases to/from compressed files such as zip, bzip2, or gzip. http://mssqlcompressed.sourceforge.net/
Posted in MSSQL Compressed Backup
Tagged MSSQL Compressed Backup, SQL Server Administration
16 Comments
Renaming a SQL Server machine
Below are a collection of links on how to rename a SQL Server server. Rename the SQL Server engine. This describes how to run Rename SQL Server Reporting Services server. This describes how to update a config file with the … Continue reading
SQL Server 2005 Compressed Backup
I’ve been working on a way to backup a SQL Server 2005 database to a compressed file recently, but without using temporary files, so I wrote MSSQL Compressed Backup. Continue reading
Posted in MSSQL Compressed Backup
Tagged MSSQL Compressed Backup, SQL Server Administration
91 Comments
Cached Execution Plans in SQL Server
This blog entry describes how you can get the SQL Server execution plan of any running statement and display the graphical representation in Enterprise Manager. Continue reading