Only Administrator May Connect -
04-07-2004
, 06:56 PM
What would cause a SQL Server 2000 Clustered server to
output the error message listed below. This is a Windows
2000 Advanced Server. The error was pulled out of the SQL
Server Errorlog.
Error Message:
Login failed for user 'DALLAS\BLKSDRRT'. Only
administrators may connect at this time.
RE: Only Administrator May Connect -
04-07-2004
, 09:21 PM
You may have the database access restricted to members of db_owner, dbcreator or sysadmins. Administrators can set this using either SQL Enterprise Manager or the sp_dboptions '[database name]','dbo use only' TSQL command. If you run the previous command (and you are in the sysadmin role or db_owner role) it will tell you if it is "ON" or "OFF".