想了解 ASP.Net Web 应用程序中的 SQL Azure 可用空间
我正在对我的网络应用程序进行冒烟测试,因为我需要检查总空间中的可用数据库空间,以便在冒烟测试页面上显示警报。我已连接到 Sql Azure 数据库。我该怎么做,任何人都可以建议我在这里实施这个冒烟测试?
I am doing smoke test of my web application and in that I am required to check free database space out of total space to display alert on smoke test page. I am connected to Sql Azure database. How can i do this, anyone can suggest me here to implement this smoke test??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Ryan Dunns 的博客有一个关于计算 SQL Azure 数据库的大小的条目
即:
运行查询并将其显示在冒烟测试页面上 - 或者按计划运行查询并在接近数据库最大大小时发出警报。
Ryan Dunns's Blog has a entry on Calculating The Size Of Your SQL Azure Database
namely:
run the query and display it on your smoke test page - or run the query on a schedule and send out an alert as you approach your db max size.