August 17, 2005 at 4:28 pm
Hi everyone, I see in EM that one of my users has the DRI right on a table. How do I give her that permission through a GRANT statement?
August 17, 2005 at 7:04 pm
That would be GRANT REFERENCES.
--------------------
Colt 45 - the original point and click interface
August 18, 2005 at 7:14 am
Is to grant create foreign keys access only or the users can do more than that with this?
August 18, 2005 at 7:22 am
REFERENCES also gives permission to schemabind views or functions against an object. In SQL Server 2005 I believe it will be used for certain uses with CLR code as well.
August 18, 2005 at 7:23 am
Thanks.
August 18, 2005 at 4:38 pm
Thank you very much!
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply