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)
May, 2011
TechNet Blogs
»
微软云计算:SQL Azure中文博客
»
May, 2011
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Azure数据及架构迁移概述
Posted
over 3 years ago
by
Charles Wang - MSFT
译自: http://social.technet.microsoft.com/wiki/contents/articles//overview-of-options-for-migrating-data-and-schema-to-sql-azure.aspx 摘要 这篇文章介绍了几种迁移数据(包括架构信息)到 SQL Azure 的方法并主要关注与从 SQL Server 到 SQL Azure 的数据迁移。如果想要从 Microsoft Access, MySQL 等非...
SQL Azure安全性:SQL Azure 和SQL身份验证
Posted
over 3 years ago
by
Charles Wang - MSFT
SQL Azure 只支持 SQL Server 身份验证模式,并不支持 Windows 身份验证模式(集成安全性)。每次连接 SQL Azure 的时候,你都必须要提供凭证。 在SQL Azure服务创建好以后 , 你拥有一个 SQL Azure 服务器,一个 master 数据库和一个服务器级别的主体登录名。这个服务器级别的主体登录名类似于 SQL Server 中的 sa 登录名。我们可以根据需要来创建额外的 SQL Azure 数据库和登录名。 借助 Database...
SQL Azure安全性:安全准则
Posted
over 3 years ago
by
Charles Wang - MSFT
概要:SQL Azure数据库是微软的云数据库服务。SQL Azure 数据库是一个微软提供的基于云端的关系型数据库服务。SQL Azure以工具服务的形式来提供面向web的数据库功能。包括SQL Azure在内的基于云端的数据库解决方案有很多优点,包括迅速供应,经济实用的可伸缩性,高可用性以及减少管理开销。本文将从用户连接SQL Azure数据库的安全准则以及在SQL Azure上面建立安全的应用程序方面进行概要介绍。 所有的SQL Server和SQL Azure的工具和客户端库都使用表格式数据流...
<SQL Azure简介>之三:架构简介
Posted
over 3 years ago
by
Charles Wang - MSFT
本文着重从架构上介绍SQL Azure的数据库使用方式,关系型数据的组织方式以及数据连接方式。 SQL Azure服务模型的设计有两个目的,一方面满足大规模数据和低成本使用的要求,另一方面是为管理人员和开发人员提供熟悉的环境。这主要体现在以下提供的分级服务供应模型上。 Windows Azure 平台账户 要使用SQL Azure, 先要创建一个Windows Azure平台账户。使用该账户,你可以使用Windows Azure平台上的各种功能。该账户也同时作为计费账户来计算所有在Windows...