SQL Azure的:如果我的SQL Azure的大小获得5GB会发生什么事? [英] SQL Azure: What will happen if size of my SQL Azure get 5GB?

查看:143
本文介绍了SQL Azure的:如果我的SQL Azure的大小获得5GB会发生什么事?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要知道什么时候在SQL Azure中的数据库exeeds其大小会发生什么。比如我定义了一个1GB的数据库,这是怎么回事了其大小限制。它会改变一个5GB的数据库?

I need to know what will happen when a database in SQL Azure exeeds its size. For example I defined a 1GB database and this is going over its size limit. Will it change to a 5GB database?

推荐答案

您将无法走超过1GB,除非您特别允许它。你会真正得到试图超越1GB当错误code。

You won't be able to go over 1GB unless you specifically allow for it. You'll actually get an error code when attempting to go beyond 1GB.

要增加最大尺寸,执行此T-SQL:
ALTER DATABASE MyDatabase的修改(版='WEB',MAXSIZE = 5GB

To increase max size, execute this T-SQL: ALTER DATABASE MyDatabase MODIFY (EDITION='WEB', MAXSIZE=5GB)

有关变更数据库大小的更多信息,请参见这篇博客文章

For more info about altering database sizes, see this blog post.

这篇关于SQL Azure的:如果我的SQL Azure的大小获得5GB会发生什么事?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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