SQL Azure现在是否支持newsequentialid

编程入门 行业动态 更新时间:2024-10-28 13:25:05
本文介绍了SQL Azure现在是否支持newsequentialid的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我看到了此评论:

""Azure上周晚些时候启动了最新版本的预览Azure SQL DB,并且在该预览中,现在支持NewSequentialID,以及以前无法使用的许多其他功能."

"Late last week Azure launched a preview of the latest version of Azure SQL DB and in that preview, NewSequentialID is now supported, along with many other features that were previously not available."

,但我无法找到任何详细信息.是否有其他人找到可以确认SQL Azure现在支持newsequentialid的内容?

but I have been unable to find any details of this. Has anyone else found anything that will confirm SQL Azure now supports newsequentialid ?

推荐答案

NEWSEQUENTIALID().可以在这里找到文档: msdn.microsoft/zh-我们/library/ms189786.aspx .

NEWSEQUENTIALID() is supported in the latest V12 server version of SQL Database. The documentation can be found here: msdn.microsoft/en-us/library/ms189786.aspx.

与SQL Server中的功能相同,这就是为什么没有单独的SQL数据库主题的原因.

It is the same functionality as in SQL Server which is why there is not a separate topic for SQL Database.

与在SQL Server中一样,可以使用NEWSEQUENTIALID()的位置非常受限制,并且行为并不总是直观的.如果对于您的场景不是绝对必要(如果可以的话,可以分享吗?我很想了解它),您应该考虑使用NEWID().

As in SQL Server the places where you can use NEWSEQUENTIALID() are very restricted and the behavior is not always intuitive. If not absolutely necessary for your scenario (if it is, can you share it? I would be interested to understand it), you should consider using NEWID().

更多推荐

SQL Azure现在是否支持newsequentialid

本文发布于:2023-11-17 11:31:48,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1609870.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:SQL   Azure   newsequentialid

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!