Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Rites\permissions for an ID

Author  Topic 

texasweb
Starting Member

11 Posts

Posted - 2007-10-24 : 07:24:59
Is there a way to identify what rites\permissions an ID has when you don't have admin rites? I am looking to run a stored procedure, or a command thru Query analizer, if I can.

dataguru1971
Master Smack Fu Yak Hacker

1464 Posts

Posted - 2007-10-24 : 17:25:55
If you can "see" the object you want to query in the object browser, then the ID you are using to log into the QA has at least "READ" permissions on that object.

As long as your stored procedure doesn't write data, you should be fine. Only the admin or those with sa rights can see the user ID properties I believe.
Go to Top of Page
   

- Advertisement -