SLQ

Schedule Backup using SQL 2005 Management Studio

October 12, 2011
Microsort SQL 2005 Management Console

Procedures for scheduling a SQL 2005 backup using Microsoft SQL Server Management Studio.

Read more »

Shrink MSSQL Databases

March 28, 2011

There are several ways to shrink or truncate your MS SQL databases. One procedure is to run a backup from within the Enterprise Manager. Open Enterprise Manager Expand your SQL Server Group and your Local server Expand Databases Right Click the database you would like to backup Under All Tasks Select Backup Database Select...

Read more »

Error When Upgrading WSUS 3 SP2

January 8, 2010

While trying upgrade Windows Server Update Services, WSUS, I experience the following error in the setup log and the install would stop: 2010-01-08 10:37:52 Error MWUSSetup ExecuteQuery: Failed to execute SQL query USE SUSDB IF EXISTS (select * FROM master..sysdatabases WHERE...

Read more »

Move Reporting Services Reports from one SQL Server to Another

December 18, 2009

Here are the steps I used to move SQL Reporting Services reports from one server to another:

Read more »