Sir who will deal with it:
According to offical document, there are three ways to grant and revoke dataset privileges as follows:
1.Use the Privileges dialog box
2.Use the Change Privileges tool
3.Use a Python script
What I want to know is, when geodataset stores in enterprise SQL server with sde, if I can grant and revoke dataset privileges with SQL statement like
"
Use xyz
Grant SELECT, INSERT, UPDATE, DELETE on xyz.xyz.xyz To xyz
"?
Here is the document of Microsoft SQL server.