Click to See Complete Forum and Search --> : sql!!urgent


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@

buser
December 18th, 2003, 08:42 AM
see MSDN ore BOL (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_pa-pz_6f78.asp)