此版本的SQL Server不支持语句“SELECT INTO”。 [英] Statement 'SELECT INTO' is not supported in this version of SQL Server.

查看:124
本文介绍了此版本的SQL Server不支持语句“SELECT INTO”。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好。



我有数据库,发布于azure。我正在尝试执行此脚本:

  DELETE   FROM  [dbo]。[招商] 





所以我收到下一条消息:

消息 40510 ,等级 16 ,状态 1 过程 TR_TreeDelete_Merchants,行 1  
语句' SELECT INTO' 支持 此版本的 SQL Server。





有什么问题?



非常感谢。

解决方案

看看这里:从表中删除大量记录而不在Windows Azure SQL数据库上截断 [ ^ ]

我希望它能帮到你。



不确定,但截断表 [ ^ ]语句也可以。

Hello.

I have database, published at azure. And I'm trying to execute this script:

DELETE FROM [dbo].[Merchants]



So I get next message:

Msg 40510, Level 16, State 1, Procedure TR_TreeDelete_Merchants, Line 1
Statement 'SELECT INTO' is not supported in this version of SQL Server.



What is the problem?

Thanks a lot.

解决方案

Have a look here: Deleting Large Amounts of Records From A Table Without Truncating on Windows Azure SQL Database[^]
I hope it will help you.

Not sure, but Truncate table[^] statement would works too.


这篇关于此版本的SQL Server不支持语句“SELECT INTO”。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆