Microsoft SQL Services is a component in the Azure Services Platform.
SQL Services Logo
Unlike the
Windows Azure Storage Service, SQL Data Services is built on Microsoft SQL Server. Nonetheless, the service does not expose a traditional relational interface. Instead, SQL Data Services provides a hierarchical data model that doesn’t require a pre-defined schema. Each data item stored in this service is kept as a property with its own name, type, and value. To query this data, applications can use direct RESTful access or a language based on the C# syntax defined by Microsoft’s Language Integrated Query (LINQ).
EditServices Provided by Microsoft SQL Services
EditExternal Links