granting select permission

Hi,

How to grant select permission on table of another database from current database.

Ex: I am in database asddb

I want to grant select permission on table "test" which is in database bsddb.

Can anyone please help me in resolving this problem.

[260 byte] By [Doubt_in_sql] at [2007-12-17]
# 1
Please take a look at the GRANT statement in Books Online. You need to switch to the database using USE and run the GRANT statement.

SQL Server

Site Classified