【发布时间】:2015-11-21 01:49:54
【问题描述】:
[在内部线程上发布来自客户的问题]
我尝试在 SQL DW 中运行以下命令:
RENAME OBJECT dbo.test TO test2
RENAME OBJECT test TO test2
两者都失败并出现以下错误:
No item by the name of '[DemoDB].[dbo].[test]' could be found in the current database 'DemoDB', given that @itemtype was input as '(null)'.
这是一个缺陷还是有我可以使用的解决方法?
【问题讨论】:
标签: azure azure-sqldw