I am having trouble moving my system databases in SQL Server 2005. I am following Microsoft’s instructions:
and I'm still having problems. I've successfully changed the path of the master database, moved the files and restarted the server in single user move (NET START MSSQLSERVER /f /T3608). The problem that I’m having is the next step is to alter the location of the mssqlsystemresource database either using sqlcmd commands or SQL Server Management Studio, but when I try to connect to either application it tells me that it is in single user mode and can accept only one connection at a time. Can someone help me please? Thanks
and I'm still having problems. I've successfully changed the path of the master database, moved the files and restarted the server in single user move (NET START MSSQLSERVER /f /T3608). The problem that I’m having is the next step is to alter the location of the mssqlsystemresource database either using sqlcmd commands or SQL Server Management Studio, but when I try to connect to either application it tells me that it is in single user mode and can accept only one connection at a time. Can someone help me please? Thanks