Administrator
  •  Admin
  • Advanced Member Topic Starter
2011-05-23T21:17:00Z
To synchronize Outlook folders with SQL Azure Database using GeniusConnect, you must create an ODBC datasource using SQL Server Native Client ODBC Driver .


Enter the server:
tcp:<SQLAzureServer>
Example:
tcp:myaccount.database.windows.net

Use SQL Server authentication:
User: <user@account>
Example:
sampleuser@myaccount

All other steps are identical to normal SQL Server connection
Sponsor
GeniusConnect documentation search (User Manual Downloads...)
Administrator