What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
Answer / Manmohan Ahuja
Blobs (Binary Large Objects) in Azure Storage are used for storing large amounts of unstructured data like images or videos. Tables are NoSQL databases used for storing structured data in a scalable manner. Queues are message-oriented middleware for handling asynchronous messaging between applications. SQL is not the standard way to query blobs, but it can be queried using APIs like Azure Storage Explorer or Azure CLI. Tables and queues can be queried using Azure Cosmos DB API for SQL.
| Is This Answer Correct ? | 0 Yes | 0 No |
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
How do you migrate data from mssql server to azure?
What is SQL Azure Federations?
What is the current pricing model of SQL Azure?
How is SQL Azure different than SQL server?
How many replicas are maintained for each SQL Azure database?
Which are the two editions in which SQL Azure database available?
What is the data tier application?
What is TDS(Tabular Data Stream) Gateway?
How can we migrate from SQL server to SQL Azure?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
You are designing a strategy for synchronizing an SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships?