在SQL中选择共享服务器
我有一个前提SQL Server,并添加了Azure SQL Server作为共享服务器。
然后,我有一个选择的语句,但我想将其选择到位于Azure服务器上的表中。
如果我想指定全名,我会收到错误
对象名称'[server]。[数据库] .dbo。[table]'包含超过最大数量的前缀。最大值是2。
没有它,它将在“前提数据库”中创建一个新表,这不是我想要的。
I have a on premise SQL Server and added an Azure SQL Server as a shared server.
Then I have a select statement but I want to select it into a table located on the Azure server.
If I want to specify the full name I get the error
The object name '[server].[database].dbo.[table]' contains more than the maximum number of prefixes. The maximum is 2.
And without it it will create a new table in the on premise database which is not what I want.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论