We’re moving to Azure, I would like to ask – is it possible to use SubSonic-ActiveRecord with SQL Azure?
If so, do you know of any article with code samples and or demos showing it?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While I haven’t done it myself, here’s a blog post where someone else has, and walks through the steps to do it. Note: this is about 18 months old, but should still apply (though the Windows Azure portions of the blog post are a bit dated).
Just remember that SQL Azure doesn’t allow cross-database queries and doesn’t provide MSDTC. As long as you’re working within a single database, I believe you’ll be ok.