截断 table 数据空间
Truncate table Dataverse
我试图在 Dataverse 中截断 table,所以我安装了 SQL Server Management studio,选择了我的数据库,运行 查询 TRUNCATE TABLE tablename
但是,我得到错误:
Msg 40000, Level 16, State 1, Line 1
'TRUNCATE' statement is not supported. Line:1, Position:1
有什么我遗漏的吗?
与 Dataverse 的 SQL 连接是 read-only
The SQL connection provides read-only access to the table data of the
target Dataverse environment thereby allowing you to execute SQL
queries against the Dataverse data tables.
我试图在 Dataverse 中截断 table,所以我安装了 SQL Server Management studio,选择了我的数据库,运行 查询 TRUNCATE TABLE tablename
但是,我得到错误:
Msg 40000, Level 16, State 1, Line 1
'TRUNCATE' statement is not supported. Line:1, Position:1
有什么我遗漏的吗?
与 Dataverse 的 SQL 连接是 read-only
The SQL connection provides read-only access to the table data of the target Dataverse environment thereby allowing you to execute SQL queries against the Dataverse data tables.