> > Hi. I have a SQL Server 2000 database,using Windows Authentication,
> > and have created some new roles and assigned permissions to the
[quoted text clipped - 16 lines]
> Books Online for SQL Server 2005 athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books...
> Books Online for SQL Server 2000 athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
> Thanks for the help! When I do SELECT USER it does give me dbo. I am
> not an expert with networking or with SQL server. Does this mean that
> at the windows NT level they have sysadmin rights because I did not
> give them these rights on the database?
It is likely that the user in question is a member of the Windows
Administrators group on the SQL Server. Administrators group members access
the SQL Server via membership of the BUILTIN\Administrators login are
sysadmin role members by default in SQL 2000. Sysadmin role members are dbo
in all databases and is why Erland suggested you check SELECT USER.

Signature
Hope this helps.
Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/
On Feb 15, 6:21 pm, Erland Sommarskog <esq...@sommarskog.se> wrote:
> JEM (J...@jemconsulting.org) writes:
> > Hi. I have a SQL Server 2000 database,using Windows Authentication,
[quoted text clipped - 19 lines]
> Books Online for SQL Server 2000
> athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Thanks for the help! When I do SELECT USER it does give me dbo. I am
not an expert with networking or with SQL server. Does this mean that
at the windows NT level they have sysadmin rights because I did not
give them these rights on the database?
JEM - 18 Feb 2008 18:11 GMT
On Feb 18, 11:52 am, "Dan Guzman" <guzma...@nospam-
online.sbcglobal.net> wrote:
> > Thanks for the help! When I do SELECT USER it does give me dbo. I am
> > not an expert with networking or with SQL server. Does this mean that
[quoted text clipped - 45 lines]
>
> - Show quoted text -
That makes sense. I have put in a call to the Network admin who set
up these accounts to discuss. Thanks so much for your help!
Dan Guzman - 18 Feb 2008 21:19 GMT
> That makes sense. I have put in a call to the Network admin who set
> up these accounts to discuss. Thanks so much for your help!
Erland is the one who deserves your thanks since he is the one who suggested
the SELECT USER for troubleshooting.

Signature
Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/
On Feb 18, 11:52 am, "Dan Guzman" <guzma...@nospam-
online.sbcglobal.net> wrote:
> > Thanks for the help! When I do SELECT USER it does give me dbo. I am
> > not an expert with networking or with SQL server. Does this mean that
[quoted text clipped - 49 lines]
>
> - Show quoted text -
That makes sense. I have put in a call to the Network admin who set
up these accounts to discuss. Thanks so much for your help!