Recent Blog Posts
Switch SQL Server to SQL Authentication Mode
USE [master] GO EXEC xp_instance_regwrite N'HKEY_LOCAL_MACHINE', N'Software\Microsoft\MSSQLServer\MSSQLServer', N'LoginMode', REG_DWORD, 2 GO
Integrate Data Sync with 3rd Party Systems Part 2
See :- Integrate Data Sync with 3rd Party Systems Part 1
For users that do not have Visual Studio 2010 you can download the free Visual Web Developer Express 2010 from Microsoft and develop the Web Service with this version of Visual Studio.
Download http://www.microsoft.com/web/downloads/plat...
Integrate Data Sync with 3rd Party Systems
We now have an alternative way for you to integrate other systems that we do not have providers for with Data Sync. This could be used with virtually anything and support 2 way synchronisations.
The process involves a Data Sync provider that connects to a Web Service and you would place your cod...