On Windows 7 machine which I acquired, another user had previously installed SQL Server 2008 on to it under their user name.
Now, from my account when I try to start the Management Studio, I can NOT seem to connect to my local Server. I have tried:
(local) and CName\InstanceName
both with the Windows Authentication and SQL Server Authentication (I tried "sa" and "sa" for SQL server authentication)
I keep getting the same error:
Login failed for user 'foo', (Microsoft SQL Server, Error: 18456)
Is there a way I can add new account with out logging in?
Or, do I have to uninstall and reinstall the whole darn thing?