sriranjani
November 23rd, 2003, 06:53 AM
iN THE SQL DATABASE
IAM USING THE PERMISSIONS FUNCTION TO GET the access permissions fo the user..
i get some integer as the return value..
how do i interpret it..
SELECT PERMISSIONS ( OBJECT_ID('TABLE1')
this is my stt
and table1
is the table i have created
i get the output for this as
1881108543
how do i interpret the permissions seperately@
IAM USING THE PERMISSIONS FUNCTION TO GET the access permissions fo the user..
i get some integer as the return value..
how do i interpret it..
SELECT PERMISSIONS ( OBJECT_ID('TABLE1')
this is my stt
and table1
is the table i have created
i get the output for this as
1881108543
how do i interpret the permissions seperately@