I was in the process of moving my model and msdb database files using the detach db stored procedure. I got an error during the attach db process which led me to change a start up parameter for the server. The instructions said stop and restart the server and without thinking I did. The problem is that I forgot to attach the model and msdb databases. Now, the server will start,but I can't connect to the server(a broken connection error). Is there anyway I can attach the model and msdb database and fix this problem.
Note: I have tried attaching the databases using Query Analyzer and I was unable to complete that task(broken connection error).
Note: I have tried attaching the databases using Query Analyzer and I was unable to complete that task(broken connection error).