r14edge
2008-09-23 17:46:00 UTC
Hello,
I'm having a problem has none of my admin login (Windows or SQL base)
are able to perform system administration like maintenance plan, add a login,
etc. I'm running a SQL 2000 SP4 on a W2K3 enterprise server. This is my
production server and my data manipulators are complaining about not been
able to perform certain admin task link shrinking a database, etc. I'm not a
DBA but this task fall upon me because I knew how to install a SQL server ...
Strangely, I have another SQL server 2000 with the same configuration and
that server has the same problem.
I've run EXEC sp_helpsrvrolemember 'sysadmin' and I got a error saying
"'sysadmin' is not a known fixed role". I run another query using the
following:
select loginname,sid
from master..syslogins
where sysadmin=1
And got all my admin account.
I found similar case like mine, but none had solution. I found a place where
the solution appear to be rebuilding the master database, but never knew if
that work. Also, someone suggested running 'dbcc checkcatalog <db_name>' but
don't say what to do next. I would like to think is related to a update
because it affect 2 servers at the same time, but I'm not sure since those 2
servers are not using automatic update.
So I would like to know if someone knows how to reassign sysadmin to my
admin logins easily (don't make me rebuild the master database ...). If there
is no easy way, well, just let me know what to do.
Thank you very much for your comments and suggestions to come,
Fred
I'm having a problem has none of my admin login (Windows or SQL base)
are able to perform system administration like maintenance plan, add a login,
etc. I'm running a SQL 2000 SP4 on a W2K3 enterprise server. This is my
production server and my data manipulators are complaining about not been
able to perform certain admin task link shrinking a database, etc. I'm not a
DBA but this task fall upon me because I knew how to install a SQL server ...
Strangely, I have another SQL server 2000 with the same configuration and
that server has the same problem.
I've run EXEC sp_helpsrvrolemember 'sysadmin' and I got a error saying
"'sysadmin' is not a known fixed role". I run another query using the
following:
select loginname,sid
from master..syslogins
where sysadmin=1
And got all my admin account.
I found similar case like mine, but none had solution. I found a place where
the solution appear to be rebuilding the master database, but never knew if
that work. Also, someone suggested running 'dbcc checkcatalog <db_name>' but
don't say what to do next. I would like to think is related to a update
because it affect 2 servers at the same time, but I'm not sure since those 2
servers are not using automatic update.
So I would like to know if someone knows how to reassign sysadmin to my
admin logins easily (don't make me rebuild the master database ...). If there
is no easy way, well, just let me know what to do.
Thank you very much for your comments and suggestions to come,
Fred