This may be a simple question to answer, but I don't have a clue since I'm
not a dba.
I am using sql server 2000, while a client of ours is using sql server 7.
Both using Windows 2000 as an OS, but I don't think that means anything
here.
My question is, why does he have to specify the dbowner in his query
statements, while I don't? Is this a setting somewhere in Enterprise
Manager?
For example, I can simply use the query "select * from tablename" while he
must use something like "select * from sa.tablename".
Any help would be appreciated.
Thanks,
Frank
not a dba.
I am using sql server 2000, while a client of ours is using sql server 7.
Both using Windows 2000 as an OS, but I don't think that means anything
here.
My question is, why does he have to specify the dbowner in his query
statements, while I don't? Is this a setting somewhere in Enterprise
Manager?
For example, I can simply use the query "select * from tablename" while he
must use something like "select * from sa.tablename".
Any help would be appreciated.
Thanks,
Frank
Comment