What are two difference between sql azure and azure tables?
Answer / Sanoj Kumar
1) SQL Azure is a relational database management system that supports Structured Query Language (SQL). Azure Tables, on the other hand, are NoSQL tables optimized for JSON-based data storage. 2) SQL Azure provides ACID transactions, joins, and stored procedures, while Azure Tables focus more on scalability and performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which are the two editions in which SQL Azure database available?
How do you handle datasets larger than 50 gb?
Define Business Edition in SQL Azure?
Explain the Ways to improve the performance of a sql azure database?
What are sql azure firewall rules?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
What is SQL Azure Federations?
How to connect to SQL Azure Database by using sqlcmd?
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
What is server-level principal?
How do we Backup SQL Azure Data?
What are horizontal and vertical scaling?