databases are critical to an enterprise, and business information is basically stored in a database. Traditional building database process enterprises need to purchase hardware, database software, deployment configuration and so on, and the database in the actual production environment after the operation, the late version and patches and other updates to the production environment database facing the risk of downtime, using Windows Azure The cloud database can easily and quickly create a database that meets your needs, and you don't have to worry about versioning and patch updates for your users.
There are two ways to deploy a database in Windows Azure, one is to install a SQL database on an azure virtual machine , which requires the user to maintain and configure itself. The second is the SQL database service directly provided by Windows Azure , and this blog post will introduce the creation and use of the second type of database.
Quickly create a database service
Select SQL database option, and click "Create SQL database"
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M00/7F/0A/wKiom1cQiiSjqEpBAAC1c7AaYcs190.png "title=" 1.png " alt= "Wkiom1cqiisjqepbaac1c7aaycs190.png"/>
Enter database name and database performance configuration information, etc.
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M00/7F/07/wKioL1cQiunDlL3fAABJYOYnRrw959.png "title=" 2.png " alt= "Wkiol1cqiundll3faabjyoynrrw959.png"/>
Database performance Level Description
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M01/7F/07/wKioL1cQivSRHlNWAAC2XemtPSQ132.png "title=" 3.png " alt= "Wkiol1cqivsrhlnwaac2xemtpsq132.png"/>
Database version Differences
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/7F/07/wKioL1cQiv-BdmSyAAC7dYxkmsI712.png "title=" 4.png " alt= "Wkiol1cqiv-bdmsyaac7dyxkmsi712.png"/>
performance Level DTU Table
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M02/7F/0A/wKiom1cQilaxmDiNAACAiK_NxlA755.png "title=" 5.png " alt= "Wkiom1cqilaxmdinaacaik_nxla755.png"/>
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M02/7F/07/wKioL1cQixug1RFKAAA9tYUb4vU572.png "title=" 6.png " alt= "Wkiol1cqixug1rfkaaa9tyub4vu572.png"/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/7F/07/wKioL1cQiymBOePaAADW0xLaG_w269.png "title=" 7.png " alt= "Wkiol1cqiymboepaaadw0xlag_w269.png"/>
Finish creating
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/7F/07/wKioL1cQizXD6GVRAADbPavtwnI803.png "title=" 8.png " alt= "Wkiol1cqizxd6gvraadbpavtwni803.png"/>
Select a server item to open the server
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M00/7F/0A/wKiom1cQiomjcWKoAADjp9BXriY886.png "title=" 9.png " alt= "Wkiom1cqiomjcwkoaadjp9bxriy886.png"/>
will detect the current client's The IP address is added to the ACL that allows access to the database and saved
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M00/7F/0A/wKiom1cQipWz991UAADVPVprxvI179.png "title=" 10.png "alt=" Wkiom1cqipwz991uaadvpvprxvi179.png "/>
Get the Connect database tool and install
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/7F/0A/wKiom1cQiqKj1TilAAEE1ROCgzM054.png "title=" 11.png "alt=" Wkiom1cqiqkj1tilaaee1rocgzm054.png "/>650) this.width=650; src=" http://s3.51cto.com/wyfs02/M02/7F/0A/ Wkiom1cqitdgd8xeaaba478t7be477.png "title=" 12.png "alt=" Wkiom1cqitdgd8xeaaba478t7be477.png "/>
Connect to an azure database
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/7F/0A/wKiom1cQiuHz5GDZAAA5w4GmaGY426.png "title=" 13.png "alt=" Wkiom1cqiuhz5gdzaaa5w4gmagy426.png "/>
Enter the remote database server address: Database server name +database.chinacloudapi.cn and the account password to connect to the database
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M00/7F/0A/wKiom1cQiu6w37fkAAFtBKX_SOw811.png "title=" 14.png "alt=" Wkiom1cqiu6w37fkaaftbkx_sow811.png "/>
you can see the database Zbtestsql that you created earlier , and now you can use SQL Server Management Studio to manipulate the database in the cloudjust as you would with a local database
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/7F/07/wKioL1cQi7iBvQb9AAD5NqGitMQ802.png "title=" 15.png "alt=" Wkiol1cqi7ibvqb9aad5nqgitmq802.png "/>
We can monitor the usage of the database in the Database monitoring panel
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/7F/0A/wKiom1cQiwzQgWo8AADA0EY7ukg926.png "title=" 16.png "alt=" Wkiom1cqiwzqgwo8aada0ey7ukg926.png "/>
This article is from the "Shentaohuang" blog, make sure to keep this source http://1392814.blog.51cto.com/1382814/1764155
Windows Azure creates and connects Azure SQL database Services