For example, if you are hosting a web site on Azure, also hosting the database in SQL Azure in the same data center is very logical.
If you are having a Windows Forms or WPF application, having a local SQL server would be more logical (mostly because your performance might suffer from the Internet latency).
But once that said, there are always some exceptions to one scenario or the other.
CipherIS
ASKER
The questions I have is regards to the technical aspect.
I know Azure has the ability to scale up and down but.....
Can you write SPROCs, Triggers, UDT's in Azure?
Do all tables have to have a clustered index?
Does Azure have a reporting service like SQL Server has SSRS?
Is the architecture different than SQL Server?
Do you require Failover or high availability services when writing to SQL?
Basically, is Azure just like SQL Server but on the cloud?
For example, if you are hosting a web site on Azure, also hosting the database in SQL Azure in the same data center is very logical.
If you are having a Windows Forms or WPF application, having a local SQL server would be more logical (mostly because your performance might suffer from the Internet latency).
But once that said, there are always some exceptions to one scenario or the other.