TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
微软云计算:SQL Azure中文博客
全面掌握微软云端数据库技术,服务, 架构,资讯,动态... 一切尽在微软官方SQL Azure云计算中文博客
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
SQL azure migration
SQL Azure入门教学
SQL Azure简介
云计算简介
安全性
性能调优
新闻
Archive
Archives
August 2011
(1)
June 2011
(3)
May 2011
(4)
April 2011
(3)
June, 2011
TechNet Blogs
»
微软云计算:SQL Azure中文博客
»
June, 2011
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Azure入门教学三:创建SQL Azure数据库
Posted
over 3 years ago
by
Charles Wang - MSFT
在创建了SQL Azure服务器之后,你就可以创建数据库了。你可以使用 Windows Azure Platform Management Portal 或者连接到master数据库然后执行 CREATE DATABASE 语句。master数据库是被自动创建的。无论何时需要执行 CREATE DATABASE , ALTER DATABASE 或者 DROP DATABASE 的时候,都需要连接到master数据库。在连接字串中如果不指定数据库,默认会连接到master数据库。 这个章节描述了如何使用Windows...
SQL Azure入门教学二:创建SQL Azure服务器
Posted
over 3 years ago
by
Charles Wang - MSFT
在创建和激活订阅之后,就可以在 Windows Azure Platform Management Portal 中创建SQL Azure服务器了。 1. 用与Windows Azure平台订阅相关联的Windows Live ID账户登录 Windows Azure Platform Management Portal 。 2. 点击 New Database Server 或者 Database 按钮。 3. 展开 Subscriptions 节点,点击将关联服务器的订阅名...
SQL Azure入门教学一:创建一个Windows Azure平台订阅
Posted
over 3 years ago
by
Charles Wang - MSFT
大家阅读我们之前发布的关于SQL Azure的总体介绍后,相信大家对SQL Azure已经有了初步的了解。接下来我们将提供关于SQL Azure使用方面的入门教学文章,以让大家对SQL Azure有更加感性和丰富的认识。 创建一个 Windows Azure 平台订阅 在开始使用 SQL Azure 之前,你必须首先订购一个 Windows Azure 平台订阅。请访问 Windows Azure Platform 或 Microsoft Online Service...