- May 20, 2008
- 189
- 15
- Home Country
Hi clarkey,
Did you get around to checking the actual SQL Server itself? Your best bet would be to install the SQL Server Express Management Studio - you can get it here (Microsoft downloads site).
You'll need to try and connect to your local SQL Server instance (usually this will be called (local)\SQLExpress). The username will be "sa" and the password should be "MediaPortal" (don't include the double-quotes, and the password is case-sensitive). Obvioulsly, if you know you've changed the sa password to something else, then you'll need to use that).
You should also take a look in your Windows Event Viewer - check the "Application" and "System" logs and see if there are any errors/messages logged in there by SQL Server that might indicate why it's having problems.
I do work with SQL Server, so I'll be happy to assist, but there's not quite enough info from you at the moment to work out exactly what the problem is.
Cheers,
Craig
Did you get around to checking the actual SQL Server itself? Your best bet would be to install the SQL Server Express Management Studio - you can get it here (Microsoft downloads site).
You'll need to try and connect to your local SQL Server instance (usually this will be called (local)\SQLExpress). The username will be "sa" and the password should be "MediaPortal" (don't include the double-quotes, and the password is case-sensitive). Obvioulsly, if you know you've changed the sa password to something else, then you'll need to use that).
You should also take a look in your Windows Event Viewer - check the "Application" and "System" logs and see if there are any errors/messages logged in there by SQL Server that might indicate why it's having problems.
I do work with SQL Server, so I'll be happy to assist, but there's not quite enough info from you at the moment to work out exactly what the problem is.
Cheers,
Craig