Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
azure SQL Server中的表面积配置_Azure - Fatal编程技术网

azure SQL Server中的表面积配置

azure SQL Server中的表面积配置,azure,Azure,如何在azure SQL server中运行表面积配置 我需要执行以下语句: sp_configure 'show advanced options', 1 reconfigure sp_configure 'Ad Hoc Distributed Queries', 1 reconfigure 对于Azure列表sp\u,将其配置为不受支持,因此基本上没有办法使用它 据我记忆所及,sys.configurations也不可用,因此系统配置似乎在SQL Azure上被有意关闭。这意味

如何在azure SQL server中运行表面积配置

我需要执行以下语句:

sp_configure 'show advanced options', 1


reconfigure


sp_configure 'Ad Hoc Distributed Queries', 1


reconfigure
对于Azure列表
sp\u,将其配置为不受支持,因此基本上没有办法使用它


据我记忆所及,
sys.configurations
也不可用,因此系统配置似乎在SQL Azure上被有意关闭。

这意味着我们不能使用这些函数,这些函数会禁用用户创建一个函数来将excel文件导入/导出到db或从db导出@约翰基姆:很明显,您可能需要寻找另一种导入Excel的方法,而不是当前的方法。可能当前的预览支持更多配置选项,但我还没有注册预览测试。哦,疯狂的azure!你觉得亚马逊aws怎么样?你有没有用类似的东西测试过它,或者你用过的东西???@JohnKim都支持Azure和AWS,这让你可以完全控制你的实例。如果SQL Azure不满足您的要求,那么这可能是一个选项,但您将失去不必管理实例的优势(我怀疑定价不会有那么大吸引力)。请更清楚一点,我不明白您刚才说的。。你是说我应该将sql server设置为vm?我可以完全控制吗?但它有一些限制?还是预算问题??那就是你想说的?