Link to home
Start Free TrialLog in
Avatar of sublimation
sublimationFlag for United Kingdom of Great Britain and Northern Ireland

asked on

SQL Server 7.0 Unlock

Is there any way to open or get scripts for a database that is password protected by another user?
Avatar of arbert
arbert

SQL Server databases aren't password protected.  If you use the SA account or logon to windows as an administrator, you should be able to access anything in the database.
Avatar of sublimation

ASKER

Hi,  arbert.

Somebody has set the database so that only they can use it and that person is no longer at the company.  They set themselves as the system admin.
ASKER CERTIFIED SOLUTION
Avatar of arbert
arbert

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Scott Pletcher
>> You should still be able to login as a domain admin and get into the database. <<

Even if he/she removed the BUILTIN login?


You might want to search the web using Google or Teoma -- it's my understanding that SQL p/ws are rather weakly encoded and I think you may find some good "cracking" code.