forum.venkateswarlu.net
      Register      Login
what are the permissions in Sql server?

No replies to this topic

Lakshmi Devi #1
Member
30 Points
Posted on 13 Jun 2013 03:28 PM IST

Two permissions are there.


 1.Statement level permissions/Database level permissions:


  All the perrmissions related to the DDL cmds like Create,Alter,Drop



 2.object level permissions


  All the permissions related to a perticular object in the database like a table
 are called as object level permissions.
 object level permissions are available on a table are select,insert,update,delete cmds

 
SQL Server     750 views     Reply to this topic