SQL Azure现在是否支持newsequentialid [英] Does SQL Azure now support newsequentialid

查看:66
本文介绍了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().可以在这里找到文档: https://msdn.microsoft.com/zh-我们/library/ms189786.aspx .

NEWSEQUENTIALID() is supported in the latest V12 server version of SQL Database. The documentation can be found here: https://msdn.microsoft.com/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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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