开发者社区> 问答> 正文

What is SQL Sandbox in SQL Server?

What is SQL Sandbox in SQL Server?

展开
收起
1780169608831412 2021-10-16 14:28:10 477 0
1 条回答
写回答
取消 提交回答
  • 网络规划设计师、敏捷专家、CISP、ITSS服务经理、ACA全科目、ACP4项、ACE、CBP、CDSP、CZTP等。拥有 PRINCE2 Foundation/Practitioner、CCSK、ITIL、ISO27001、PMP等多项国际认证。 专利5+、期刊10+、知识产权师。核心期刊审稿人。

    SQL Sandbox is a safe place in the SQL server environment where untrusted scripts are executed. There are 3 types of SQL sandbox:

    Safe Access Sandbox: Here a user can perform SQL operations such as creating stored procedures, triggers etc. but cannot have access to the memory as well as cannot create files.

    External Access Sandbox: Users can access files without having the right to manipulate the memory allocation.

    Unsafe Access Sandbox: This contains untrusted codes where a user can have access to memory.

    2021-10-16 15:23:33
    赞同 1 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
SQL Server 2017 立即下载
GeoMesa on Spark SQL 立即下载
原生SQL on Hadoop引擎- Apache HAWQ 2.x最新技术解密malili 立即下载