• Joshua Perry (3/21/2008)


    That has nothing to do with what appears to be a new question:

    [font="Courier New"]If you are moving system databases (master, msdb, model, tempdb), you would change the location of master by changing the startup parameters, bringing down the instance, and moving the master.mdf and master.ldf files.

    In SQL Server 2005, how would you move the location of the msdb database?[/font]

    You use the following procedure to move the location of the msdb database:

    http://technet.microsoft.com/en-us/library/ms345408.aspx

    Ah, re-read the earlier posts ... as stated, the question didn't make any sense. We were referring to as what the next step would be.