TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
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 Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
SQL Database
Tagged Content List
Wiki Page:
Windows Azure SQL Reporting Samples
Jayaram Krishnaswamy
Sample reports and a Windows Azure web role with a ReportViewer control that points to the sample reports, is available for download for Windows Azure SQL Reporting. In this article: Download samples Prerequisites Sample Data for Reports Report Samples SQL Reporting application samples...
on
10 Mar 2013
Wiki Page:
Windows Azure SQL Database Billing Numbers Directly From Transact-SQL
Richard Mueller
Windows Azure SQL Database exposes two Dynamic Managed Views called sys.database_usage and sys.bandwidth_usage that show you the activity for your account. These can queried to understand your account usage from a billing perspective. Table of Contents Disclaimer Database Usage Summary Disclaimer...
on
7 Mar 2013
Wiki Page:
Tutorial: Creating and Deploying a WCF Sync Service to Windows Azure
Ed Price - MSFT
The walkthroughs in this tutorial provide steps to create a sync service by using Windows Azure Tools for Microsoft Visual Studio (see the Windows Azure MSDN site ) and deploy the service to Windows Azure. This section contains the following sub-sections. Section Description ...
on
21 Feb 2013
Wiki Page:
Windows Azure SQL Reporting Release Notes
Ed Price - MSFT
For known issues related to Windows Azure SQL Reporting, see Known Issues (Windows Azure SQL Reporting) . See Also Troubleshooting Windows Azure SQL Reporting Windows Azure SQL Reporting Overview Windows Azure SQL Database Resources
on
15 Feb 2013
Wiki Page:
Versioning Windows Azure SQL Database Schemas by Using Federations
Ed Price - MSFT
Table of Contents Sample Scenarios Scenario: Adding New Features to a Multi-Tenant Application Application Layer Changes Implementation Steps Scenario: Single Tenant Application Layer Changes Implementation Steps Traditionally database schema upgrades have been an “all or nothing” affair. A production...
on
15 Feb 2013
Wiki Page:
Windows Azure SQL Database: Glossary of Terms
Ed Price - MSFT
client layer: The layer that resides closest to your application, and that your application uses to communicate directly with Windows Azure SQL Database. The client layer can reside on-premises in your data center, or it can be hosted in Windows Azure. infrastructure layer: The layer that represents...
on
15 Feb 2013
Wiki Page:
Windows Azure SQL Database SQL Authentication
Richard Mueller
Windows Azure SQL Database supports only SQL Server authentication. Windows authentication (integrated security) is not supported. You must provide credentials every time when you connect to SQL Database. The SQL Database provisioning process gives you a SQL Database server, a master database...
on
14 Feb 2013
Wiki Page:
Windows Azure SQL Database Connection Encryption
Richard Mueller
Regardless of the client library chosen, data is transferred using tabular data stream (TDS) over a secure sockets layer (SSL). Windows Azure SQL Database doesn’t support unencrypted connections. This will ensure data transmission is secure and can help prevent man-in-the-middle attacks. The handshake...
on
14 Feb 2013
Wiki Page:
How to Create a Windows Azure SQL Database Server
Richard Mueller
Table of Contents Introduction To create a SQL Database Server See Also Introduction This article walks you the steps for creating a Windows Azure SQL Database Server using Windows Azure Platform Management Portal. Before you can create a SQL Database server, you must create and activate your Windows...
on
7 Feb 2013
Wiki Page:
Sync Framework: SQL Server to Windows Azure SQL Database Synchronization
Yagmoth555
In this article I will show how to use the 2.1 version of the Sync Framework to write a console application to synchronize Windows Azure SQL Database with on-premises SQL Servers. The Sync Framework takes care of all the messy details for you, leaving you just tying the pieces together in very few lines...
on
7 Feb 2013
Wiki Page:
Move Access Data to the Cloud
Yagmoth555
Microsoft SQL Server Migration Assistant for Access allows you to move your Microsoft Access tables and queries to Windows Azure SQL Database. This article will walk through how to use the tool to move the NorthWind database to SQL Database. Table of Contents Using the Migration Wizard Summary...
on
6 Feb 2013
Wiki Page:
Overview of Security in Windows Azure SQL Database
Yagmoth555
Windows Azure SQL Database has two types of access control: SQL Authentication and a server-side firewall that restricts access by IP address. Along with access control SQL Database always maintains a secure connection to your database via SQL Server’s protocol encryption. Transparent Data Encryption...
on
5 Feb 2013
Wiki Page:
Windows Azure SQL Database Connection Security
Yagmoth555
Summary This article provides information on the security fundamentals and best practices when working with Windows Azure SQL Database. This article is primarily concerned with writing secure connection strings for SQL Database. Author: Selcin Turkarslan Reviewers: Evan Basalik, Larry Franks...
on
5 Feb 2013
Wiki Page:
Gaining Performance Insight into Windows Azure SQL Database
Yagmoth555
Understanding query performance in Windows Azure SQL Database can be accomplished by utilizing SQL Server Management Studio or the SET STATISTICS Transact-SQL commands. Since SQL Server Profiler isn’t currently supported with SQL Database, this article will discuss some alternatives the provide...
on
1 Feb 2013
Wiki Page:
SQL Server and SQL Database Resource Center for PASS Summit 2012
Brett Burnside [MSFT]
If you attended the Professional Association for SQL Server (PASS) Summit this year, you saw the Resource Center. It had lots of information about SQL Server, SQL Database, and their communities. The links to all that info are in this article. Please enjoy the info, share an e-book of your own to...
on
12 Nov 2012
Wiki Page:
SQL Server and SQL Database Resource Center for PASS Summit 2012 Survey Privacy Statement
Brett Burnside [MSFT]
SQL Server and SQL Database Resource Center for PASS Summit 2012 Survey Privacy Statement (last updated: November 02, 2012 ) Microsoft is committed to protecting your privacy. Survey responses are collected by Instant.ly , a market research company commissioned by Microsoft to conduct this...
on
2 Nov 2012
Wiki Page:
Current Options for Backing up Data with Windows Azure SQL Database
Zoltán Horváth
Backups are performed for a number of reasons including: security against hardware failure and protection against user error. Windows Azure SQL Database provides good options for handling both these scenarios. This white paper will cover the current backup operations for SQL Database. For the latest...
on
18 Sep 2012
Wiki Page:
Windows Azure SQL Database Backup and Restore Strategy
Luis Vargas 2
Windows Azure SQL Database requires its own backup and restore strategy because of the environment and tools available. In many ways the risks have been mediated by the database being in the Microsoft data centers. The tools that we have today cover the other risk factors, however better tools are coming...
on
18 Sep 2012
Wiki Page:
Windows Azure SQL Reporting FAQ
patmas57
Windows Azure SQL Reporting is a cloud-based reporting service you add to your existing Windows Azure subscription. This article contains FAQs for SQL Reporting. In this article: Scenarios Comparison Getting Started Connectivity and Security Managing Report Servers Looking...
on
3 Jul 2012
Wiki Page:
Windows Azure SQL Reporting Overview
patmas57
This page contains resources and information that will help you learn more about Windows Azure SQL Reporting. If you are already familiar with SQL Reporting and are looking for product documentation, news and events, or a list of additional resources, please visit the following sites: SQL Reporting...
on
3 Jul 2012
Wiki Page:
Sync Framework - SQL Database to SQL Database Synchronization
patmas57
I have blogged in the past about SQL Database to SQL Database synchronization using Data Sync Service for SQL Database ( Introduction to Data Sync Service for Windows Azure SQL Database ). However what if Data Sync Service doesn’t do exactly what you want? It stands to reason that the Service will...
on
3 Jul 2012
Wiki Page:
SQL Data Sync - Supported Windows Azure SQL Database Data Types
patmas57
Each column, local variable, parameter, and expression has a data type. The data type specifies the kind of data that the column, variable, parameter, or expression can contain. The data type informs the system how to interpret bit patterns. SQL Data Sync supports a subset of Windows Azure SQL Database...
on
2 Jul 2012
Wiki Page:
SQL Data Sync - Glossary of Terms
patmas57
This topic defines terms you need to know and understand when working with SQL Data Sync. Important! This wiki topic may be obsolete. This wiki topic is no longer updated by Microsoft. We moved the content to the MSDN Library where we keep it current...
on
2 Jul 2012
Wiki Page:
SQL Data Sync - Backing Up Your Data
patmas57
While it is possible to use SQL Data Sync to create a backup of your data it is not recommended. SQL Data Sync Does not version synchronizations. Therefore, you cannot backup and restore to a specific point in time. Does not backup other SQL objects, like stored procedures. Does not "restore"...
on
2 Jul 2012
Wiki Page:
SQL Data Sync Scenario: SQL Server-to-SQL Database Synchronization
patmas57
SQL Data Sync Preview introduces a completely new UI. The new UI is designed to be task oriented and thus make you more efficient. With the new UI this article is replaced by SQL Data Sync Create a Sync Group which walks you through the steps to create a sync group of any supported topology. ...
on
2 Jul 2012
Page 2 of 3 (56 items)
1
2
3
Can't find it? Write it!
Post an Article