vote up 0 vote down star

Is there anyway to get in the server and recreate them?

flag

Just out of curiosity, how on earth did you do that? – Mark Brittingham Jun 10 at 1:54
eKek - how will he backup the databases since that requires access to the server? – Mark Brittingham Jun 10 at 2:00
after i will get the solution will tell you.... how i did that?? it's the same question like "how did you get married!?" common answer: $hit happens – Shimmy Jun 10 at 2:01
ROFL!! I love the comparison to getting married... – Mark Brittingham Jun 10 at 2:21
BTW : Thanks for selecting my answer as "the answer." It should work out just fine for you. – Mark Brittingham Jun 10 at 2:42
show 3 more comments

2 Answers

vote up 2 vote down check

You'll have to reinstall the server as there is no "grip" available to run anything to restore the accounts or create new ones.

Since you can't backup your databases either (again, no way to get there from here) you'll want to stop the SQL Server service (MSSQLSERVER) in the Services panel so that it releases its exclusive lock on your database files. Next, navigate to C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data and copy all of the MDF and LDF files to a safe spot.

Next, uninstall and re-install SQL Server (you may be able to just reinstall). Once you are up and running again, copy the MDF/LDF files back (NOT the model, msdb or master databases!! Just the ones that YOU have created) and "attach" them in a SQL window. You'll do all of this with the Windows integrated account.

link|flag
will system restore be able to resolve it? – Shimmy Jun 10 at 2:04
Shimmy - I don't think so but, honestly, I wouldn't trust it. In fact, it is likely that system restore will be more trouble than the solution provided! Once you do it, I think you'll find it is pretty straightforward. – Mark Brittingham Jun 10 at 2:22
I think it should work and even trustable. In my particular nutcase, as I said above, I had to resinstall the entire OS. – Shimmy Jun 10 at 7:53
Good luck shimmy...I didn't realize that you had to reinstall the entire OS. – Mark Brittingham Jun 10 at 15:38
vote up 0 vote down

Does the surface area configuration tool still work? If so you could attempt to use that to add another admin to the instance.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.