<Windows Azure Platform 系列文章目录> 之前有客户提了需求,在9点以后,把Azure SQL Database DTU提高 在凌晨,把Azure SQL Database DTU降低. 具体的脚本已经Share到我的GitHub: https://github.com/leizhang1984/AzureChinaAutomation/blob/master/ARM/ScaleAzureARMSQLDatabase.ps1…
<Windows Azure Platform 系列文章目录> 因为China Azure SQL Database目前还没有SQL Job的功能,如果要异步执行SQL 存储过程,可以使用Azure Automation. 具体的命令可以参考我的GitHub代码: https://github.com/leizhang1984/AzureChinaAutomation/blob/master/ARM/ExecuteSQL.ps1…
How to Scale a SQL Database Solution On Windows Azure, database scalability is synonymous with scale out, where a workload is redistributed across multiple commodity servers in a data center. Scale out is a strategy for addressing problems with data…
<Windows Azure Platform 系列文章目录> 之前Automation介绍的内容,是在ASM模式下自动化开关机. 本章将介绍如何在Automation中,设置开关机脚本,操作Azure ARM VM 1.首先我们创建一个Azure Automation.图略 2.创建完毕后,点击凭据,添加评估,输入名称为MyAccount 在凭据中,输入我们登录Azure Portal: https://portal.azure.cn/  的用户名和密码.如下图: 3.我们选择RunBook…
<Windows Azure Platform 系列文章目录> 本文介绍的是国内由世纪互联运维的Azure China服务. 在有的时候,我们不需要将所有的虚拟机进行开关机. 本文介绍的脚本将介绍如何使用Azure Automation,按照虚拟机的机器名,来进行开关机. 按照虚拟机的机器名开机的脚本,下载地址:http://files.cnblogs.com/files/threestone/StartVMByName.rar 按照虚拟机的机器名关机的脚本,下载地址:http://files…
可以从上表上对应于本地数据库的性能采集的指标,可以估算出应该使用什么样级别的AZURE SQL. 当然服务层选择后仍然可以进行更改. 对于自己应用应该用多大规模的DTU,可以进行详细的评估,可以使用下面工具 Azure SQL Database DTU Calculator 关于如何评估,且听下回分解. 所以,DTU这个鬼来说就理解为Azure数据库的性能评估单位 . 那么问题又来了什么是eDTU,DTU虽然不太好理解,但是从构架来说,不外乎就是为应用提供数据库服务,也即是我们常用的模型,使用起…
使用SQL Server Management Studio 2014将本地数据库迁移到Azure SQL Database的过程比较简单,在SSMS2014中,有一个任务选项为“将数据库部署到Windows Azure SQL Database”: 使用本选项可实现一键迁移到Azure SQL Database. 但是, 最近由于近期Azure的改动,导致Azure支持的数据库类型与SSMS2014中数据库的类型不匹配,整个迁移过程会死在在Azue中创建数据库的步骤上.在国际版Azure, 已…
<Windows Azure Platform 系列文章目录> 今天遇到一个Case,客户在使用Azure Automation,执行Azure SQL Database 存储过程的时候,超过3个小时造成超时Runbook超时. https://docs.azure.cn/zh-cn/automation/automation-runbook-execution 为了在云中的所有 Runbook 之间共享资源,Azure 自动化在任何作业运行三小时后都会将其暂时卸载. 在此期间,基于 Powe…
Azure Automation :The Azure Automation service provides a highly reliable and scalable workflow execution engine to automate frequently repeated management tasks. The processes are automated through runbooks, which are Windows PowerShell Workflows ru…
  微软中国TechNet 7 Oct 2014 9:17 PM Comments 0 Likes 原文地址:http://blogs.technet.com/b/azuretw/archive/2014/10/06/azure-sql-database-point-in-time-restore.aspx 本篇文章,将说明 Azure SQL Database 的时间点还原( Point in Time Restore )功能,这项功能在 Azure SQL Database 的 Basic.…