what is PRIVILEGE in SQL Server
By j Miracle
Explains what privilege is in SQL Server.
privilege means to give the some authotity to user such as
-authorisation to read data.
-authorisation to insert new data.
-authorisation to update data.
-authorisation to delete data.
each of this kind of authorisation is called privileges.
what is PRIVILEGE in SQL Server (1044 Views)