-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Connect SQL Azure through SSMS. (It will get connected, only if you have port 1433 open.) Create required databases on SQL Azure. Create and execute schema scripts for databases.(Make sure you have written scripts which are 100% compatible with SQL Azure. Tool called SQL Azure migration…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Scenario
I'm trying to convert my Silverlight Business Application over to the cloud with the help of Azure. I have been following this link from Brad Abrams blog.
Both the links to Windows Azure and SQL Azure crash out in Google Chrome, they work in Internet Explorer, but it's literally one of…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Just wondering what everyones thoughts on what ORM to use for SQL Azure?
I'm fairly comfortable using LINQ-to-SQL and I believe it is possible to get it working with SQL Azure. However, from my understanding (correct me if I'm wrong), no further improvements will be made to Linq-to-SQL in future…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does Sql Azure support using TransactionScope() when performing inserts? Below is a code snippet of what I am trying to do.
using (var tx = new TransactionScope(TransactionScopeOption.RequiresNew, new TransactionOptions() { IsolationLevel = IsolationLevel.ReadCommitted }))
{
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I keep reading that SQL Azure doesn't support relational databases; however, I just tapped into my SQL Azure Database and scripted a relational database.
I even checked to see what was present using:
select * from sys.objects
Any thoughts?
>>> More