2

Is this possible through some tcp redirection? If so, how?

Edit: I'd like to connect to on-premises SQL from a worker role to do some custom ATS-SQL synchronization.

2
  • question: curious as to why you need to do this? Commented Dec 21, 2011 at 1:57
  • I need to sync-up some data with the on-premise SQL server and do not want for this stuff to run on premise due to hardware constraints. I'm also weary of Azure Connect because it is not yet released Commented Dec 21, 2011 at 2:07

4 Answers 4

2

You can try out the new Service Bus EAI & EDI Labs Release. It provides connectivity to various on-premise systems including SQL Server. The connectivity is provided using Service Bus Relay, and may be exactly what you are asking for. In the process, we can do transformations of the data on the cloud etc.

It is not in production yet, but we would like to get feedback on this. http://blogs.msdn.com/b/windowsazure/archive/2011/12/16/announcing-the-service-bus-eai-amp-edi-labs-release.aspx

Thanks, Sameer [MSFT] sameerch @ microsft.com

Sign up to request clarification or add additional context in comments.

Comments

0

Have you looked at the Sync Framework to synchronise your data?

Sync Framework: SQL Server to SQL Azure Synchronization

2 Comments

I have. Unfortunately, I am not syncing with SQL to SQL.. but am syncing with SQL to ATS
Perhaps make that more explicit in your question.
0

Much as I love the idea of routing raw TCP traffic through the service bus the performance is going to be pants (sorry Clemens...)

Have you taken a look at WIndows Azure COnnect http://www.windowsazure.com/en-us/home/tour/virtual-network/

This will basically give you a VPN like connection back to your on-premise SQL Server. If you can make it work (i.e. can install the agent locally) then this is probably the best approach.

Comments

0

If all you need is data sync, have you looked at SQL Azure data sync?

http://social.technet.microsoft.com/wiki/contents/articles/sql-azure-data-sync-overview.aspx

1 Comment

SQL Azure data sync only syncs SQL-based to SQL-based afaik. I need to sync ATS to SQL

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.