Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Checking permissions of objects

    SELECT u.Name as ,

      o.Name as [object],

      CASE p.Action

      WHEN 26  THEN 'REFERENCES'

      WHEN 178 THEN 'CREATE FUNCTION'

      WHEN 193 THEN 'SELECT'

      WHEN 195 THEN 'INSERT'

      WHEN 196 THEN 'DELETE'

      WHEN 197 THEN 'UPDATE'

      WHEN 198...

Viewing post 1 (of 1 total)