Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Import MS Best Practice Policies

Let’s take a look at how to import the Microsoft Best Practice Policies into your Policy Based Management Server.  You can also import policies that you have exported from other servers.  The Microsoft Best Practice Policies are a great place to start learning what you can do with PBM, by… Read more

0 comments, 328 reads

Posted in Ryan Adams on 25 October 2011

How to setup CMS

If you need to setup a Central Management Server or just want to check it out, then here is how to do it.

Open SQL Server Management Studio and connect to the SQL instance you want to host your CMS.  By default SSMS does not show you the Registered Servers… Read more

0 comments, 318 reads

Posted in Ryan Adams on 9 August 2011

How to move Cluster MSDTC Drive

I recently had the need to move the MSDTC for a cluster to a new SAN drive.  It’s a quite simple thing to do, but you can’t redirect the MSDTC resource to a new drive.  Let’s just walk through the basic steps.

The first thing you need to do is… Read more

0 comments, 990 reads

Posted in Ryan Adams on 28 July 2011

How to move Cluster Quorum Drive

I recently had the need to move the quorum for a cluster to a new SAN drive.  It’s a quite simple thing to do, but some of the options and locations of the cluster resources itself are a little hidden in Windows 2008.  Let’s just walk through the basic steps. Read more

0 comments, 332 reads

Posted in Ryan Adams on 25 July 2011

How to move the TempDB Database

Note that TempDB is recreated every time SQL starts.  Why is this important?  It means we don’t have to move the physical file on the file system.

First we need to know the name and file location of the TempDB database files.  When you change the location, make sure to… Read more

0 comments, 197 reads

Posted in Ryan Adams on 14 July 2011

How to move the MSDB database

First we need to know the name and file location of the MSDB database files.  When you change the location, make sure to keep the same name.  Technically we don’t need the current physical path, but it’s just a good idea to have it documented in case things go badly. Read more

0 comments, 269 reads

Posted in Ryan Adams on 13 July 2011

How to move the Model Database

First we need to know the name and file location of the Model database files.  When you change the location, make sure to keep the same name.  Technically we don’t need the current physical path, but it’s just a good idea to have it documented in case things go badly.

Read more

0 comments, 137 reads

Posted in Ryan Adams on 12 July 2011

How to move the Master database

The catch to moving the Master database is that you must also move the Resource database.  Microsoft states that the Resource database must reside in the same location as the Master database.  You can see their instructions HERE on how to move the Master database.

However, on my cluster I… Read more

0 comments, 364 reads

Posted in Ryan Adams on 11 July 2011

How to add your CMS server to a group

You cannot add a connection to your CMS server, on your CMS server.  Well that is what I thought until SQLSaturday in Houston, where John Sterrett (Blog|Twitter) pointed out that you can use an IP address.  I think Microsoft prevents this primarily because you already have… Read more

0 comments, 143 reads

Posted in Ryan Adams on 6 July 2011

T-SQL Tuesday Mirroring and SSWUG

This month’s T-SQL Tuesday is hosted by Allen Kinsel (Blog|Twitter) and covers “disasters and recovery”.  My favorite DR solution is mirroring.  Mirroring is easy to setup and fast, if implemented properly.  It’s a database level solution that allows you to keep a remote copy of your… Read more

0 comments, 141 reads

Posted in Ryan Adams on 14 June 2011

Newer posts