Swainy
-
8/7/2013 4:55:13 AM
RE:SQL Azure best practice
Hi it all depends on what you are trying to do. We generally store our data in custom tables and then use the API to retrieve/set the data.
If you are creating very stand alone tables yourself you can still create custom tables based on an existing database table and use the API to get the data in and out.
If you are set on using stored procedures and your own processes and or tables then just use a sensible naming convention.
Azure SQL does handle general stored procedures but not every type of stored procedures in MSSQL. Here is a link to show what's supported and what isn't...
http://msdn.microsoft.com/en-us/library/windowsazure/ee336237.aspx
Any questions just ask,
Thanks,
Matt
|