Browse by Tags

Tagged Content List
  • Wiki Page: Clarifying Sync Framework and SQL Server Compact Compatibility

    Sync Framework and SQL Server Compact install with several versions of Visual Studio and SQL Server, and each version of Sync Framework is compatible with different versions of SQL Server Compact. This article clarifies which versions of Sync Framework are installed with Visual Studio and SQL Server...
  • Wiki Page: How To Create A Sync Service

    In this walk-through you will create a simple Sync service. Pre-requisites You must have the following products installed on your computer to complete this walk-through. Visual Studio 2008 SP1 or Visual Studio 2010 with C# language components If you are using x86 Windows computer, install...
  • Wiki Page: Walkthrough of Windows Azure Sync Service Sample

    Table of Contents Overview Your Scenario Why Deploy to Windows Azure Hosted Service? How the Sample Works What the Components Do WindowsAzureSyncService and Configuration SyncServiceWorkerRole DownloadSync method UploadSync method WCFSyncServiceWebRole and RelationalProviderProxy RelationalProviderProxy...
  • Wiki Page: Sync Framework Tips and Troubleshooting

    This article collects tips on using Sync Framework, and provides help troubleshooting problems you might encounter on your path to synchronization. An article like this is an eternal work in progress, so please add your own tips and troubleshooting advice if you don't find it here! The...
  • Wiki Page: Microsoft Sync Framework

    Microsoft Sync Framework is a comprehensive synchronization platform that enables collaboration and offline access for applications, services, and devices. Sync Framework features technologies and tools that enable roaming, data sharing, and taking data offline. By using Sync Framework, developers...
  • Wiki Page: SQL Data Sync - Data Security

    Your data is important to you and the success of your business. Unfortunately, your data may also be important to someone else. You want to make sure that it is secure from unauthorized access. Therefore, it is prudent and reasonable for you to ask, “How does SQL Data Sync help me keep my data secure...
  • Wiki Page: SQL Data Sync FAQ

    This article covers the most frequently asked questions regarding SQL Data Sync. If you have a question that is not covered here please ask it in the forum and we will add the most frequently asked questions to this topic. Important! This wiki topic may be obsolete. This wiki...
  • Wiki Page: SQL Azure Data Sync - Cost Considerations

    SQL Azure Data Sync Service is free to use for all SQL Azure users, however standard data transfer rates apply if synchronization is occurring between data centers in geographically diverse locations. For more information, see http://www.microsoft.com/windowsazure/offers/popup.aspx?lang=en&locale...
  • Wiki Page: Tutorial: Creating and Consuming a WCF Sync Service

    This tutorial contains three mandatory walkthroughs followed by an optional walkthrough. It also contains a topic that includes steps to troubleshoot service or client related issues. Section Description Walkthrough: Creating a Sample Database This walkthrough provides...
  • Wiki Page: Tutorial: Creating and Deploying a WCF Sync Service to Windows Azure

    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 ...
  • Wiki Page: Sync Framework: SQL Server to Windows Azure SQL Database Synchronization

    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...
  • Wiki Page: Sync Framework for Windows Azure SQL Database

    Sicronizando Framework para SQL Azure Author: Dinakar Nethi Contributors: Sean Kelley Technical Reviewers: Michael Thomassy, Liam Cavanaugh Table of Contents Summary Sync Framework Steps in setting up Synchronization Scopes in Sync Framework Guidelines for efficient Scoping Architecture...
  • Wiki Page: Sync Framework для SQL Azure (ru-RU)

    Автор: Dinakar Nethi Участник: Sean Kelley Технические редакторы Michael Thomassy, Liam Cavanaugh Table of Contents Обзор Sync Framework Настройка синхронизации Диапазоны в Sync Framework Советы по эффективному созданию диапазонов Архитектура Ссылки Обзор SQL Azure Database является...
  • Wiki Page: Sync Framework - SQL Database to SQL Database Synchronization

    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...
  • Wiki Page: SQL Data Sync - Supported Windows Azure SQL Database Data Types

    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...
  • Wiki Page: SQL Data Sync - Glossary of Terms

    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...
  • Wiki Page: SQL Data Sync - Backing Up Your Data

    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"...
  • Wiki Page: SQL Data Sync Scenario: SQL Server-to-SQL Database Synchronization

    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. ...
  • Wiki Page: SQL Data Sync Scenario - Windows Azure SQL Database-to-SQL Server Synchronization

    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. ...
  • Wiki Page: SQL Data Sync - How to Get Started

    This article is for anyone who wants to begin using SQL Data Sync to keep their SQL Server and SQL Database data in sync. The article walks through the steps necessary to go from someone who has no experience with SQL Data Sync to having a fully functional Sync Group that manages regularly scheduled...
  • Wiki Page: SQL Azure Data Sync Scenario - SQL Azure-to-SQL Azure Synchronization

    SQL Azure 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 Azure Data Sync Create a Sync Group which walks you through the steps to create a sync group of any supported topology...
  • Wiki Page: SQL Azure Data Sync - Restoring Your Data

    While it is possible to use SQL Azure Data Sync to backup and restore your data it is not recommended. SQL Azure 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...
  • Wiki Page: SQL Azure Data Sync Conflicts and Conflict Resolution

    A data conflict occurs whenever the same data in two or more databases within a sync group is changed between synchronizations. No matter what policy you adopt, whenever a conflict situation arises one of the changed rows is kept and the others are lost. How the conflict resolution policy you select...
  • Wiki Page: SQL Azure Data Sync

    Introduction SQL Azure Data Sync is a new Microsoft technology that is built on Microsoft Sync Framework and enables synchronization with SQL Azure databases. SQL Azure Data Sync provides synchronization capability between on-premise and SQL Azure servers, as well as between two or more SQL Azure...
  • Wiki Page: sample code block from Expression Web

    using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Shapes;...
Page 1 of 2 (26 items) 12
Can't find it? Write it!