Hi,
I'm trying to confirm the SQL 2008 Express is correctly installed on my 2003 DC (my application can't connect to it, so I need to know if it's sql or the app that's causing the problem)
I'm trying to test this using "osql /Uaccount /Sserver\instance" but I can't seem to login - it prompts me for a password then just says login failed when I type it in.
At first I was trying the sa account, but after googling around it seems that this is disabled by default because I'm using the default setting of "Windows authentication".
So I've also tried using the administrator account "login failed for user administrator", and also the sql account I set up during the sql installation process but that fails as well.
So which account am I supposed to use for this??? Just testing the stupid thing works seems like it should just be a simple thing to do...
Just a thought: as this is a DC I had to create a user account manually for SQL to use. I assumed that when I provided this account during the setup that the SQL install would then assign that user account all of the permissions and group memberships required. Would I be correct in think that? I've changed the password on the account and tried the above again but I just can't see to get osql to connect no matter what account I try...