March 2008
2 posts
How I Fixed - SQL Server Error 310
I have just spent an hour trying to work out why my Sql Server Agent would not start. I kept getting this error message SQLServerAgent could not be started (reason: Unable to connect to server'(local)'; SQLServerAgent cannot start). It was making me really angry when I realised what was wrong, I did not have the account for the Windows user the agent was running under in my database to. I...
Mar 16th
How to Move the Default Databases for MS SQL...
I have juss finshed the painful task of moving of moving all the default databases (Master.mdf etc) from program files to more useful places on the database server. I wrote my self a little guide in google docs and thought someone else might like to use it. Here is the guide.
Mar 11th