2

I have administrative access on our network, but I don't manage the installation of all servers or software. On some of our machines instances of SQL Server 2008 have been installed which I need to be able to access, but since my account hasn't been explicitly granted a login, I can't get into.

Is there a way to get into the database without changing anyone's password (e.g. I could solve this by changing the password of the user who installed the instance, assuming they've set themselves up as admin, and then logging on as them, but I don't want to have to do this).

adhocgeek
  • 159
  • 1
  • 5
  • 1
    I'm going to be a bit boring and old fashioned and say "Ask the person who does have admin access to add you". – Rob Moir Jan 04 '11 at 11:05
  • We have an external company managing aspects of our network and it's they that have installed some of the SQL Server instances. Getting a request like this acted upon is not always straightforward or fast. – adhocgeek Jan 04 '11 at 11:31
  • @Robert, good advice in general but there are exceptions. I have a similar issue because it's an inherited system and nobody currently with the company even knows who installed SQL Server on the machine. – John Gardeniers Jan 04 '11 at 11:51
  • @John - you're right but in those cases the single user mode trick should work. – Rob Moir Jan 04 '11 at 12:06

1 Answers1

3

check this earlier post, it may be helpful. If SQL is not in production and you are authorized to start or stop it, then you can add yourself to the SQL engine as admin, if you are admin on the machine.

yrushka
  • 600
  • 2
  • 9