SQL Server Data Services (SSDS) is a cloud-based service from Microsoft offering data-storage capabilities.
Questions tagged [ssds]
7 questions
4
votes
1 answer
Data access technology for Silverlight and WPF standalone app versions
I am writing an applicaton that will be a standalone WPF application and also a cut down version that will work as Silverlight and so be hosted in browsers. I want the Silverlight application to access data from the cloud. The WPF application needs…

Phil Wright
- 22,580
- 14
- 83
- 137
3
votes
1 answer
What is the best way to enforce properties that must be implemented at each subclass in *different* fields?
I am trying to come up with the "best" way to implement SQL Data Services flexible entity model where each class could be stored as an entity, even derrived classes.
Example: Every subclass has different
string Id
string Kind
Dictionary

Professional Sounding Name
- 1,090
- 10
- 25
2
votes
2 answers
Are the Azure SDK Samples for using Sql Data Services still relevant since the ACE model is gone?
I've just been doing some research into sql data services, and found out that the current ACE model is being phased out for a newer relational model. It seemed all the samples in the March 2009 CTP were based on the ACE model (like the…

mhamrah
- 9,038
- 4
- 24
- 22
2
votes
2 answers
Astoria vs. SQL Server Data Services
What are in your opinion big differences between areas of usage for "Astoria" (ADO.NET data services) and SQL Server Data Services?

dimarzionist
- 18,517
- 4
- 22
- 23
0
votes
2 answers
SQL Data Services - querying for null
(This relates to Microsoft's SitkaSoapService, in the service reference at https://database.windows.net/soap/v1/)
I'm using SitkaSoapServiceClient to access my SQL Data Services database by SOAP.
I can query data by passing a linq statement in a…

teedyay
- 23,293
- 19
- 66
- 73
0
votes
2 answers
SQL Data Services database design guidelines
I've been playing around lately with SQL Data Services. Although (or perhaps because) I can knock out a well-structured relational database in my sleep, I'm struggling to get my head round how to design a performant database in an environment that…

teedyay
- 23,293
- 19
- 66
- 73
0
votes
2 answers
Should I use "using" on my SitkaSoapServiceClient?
(This relates to Microsoft's SitkaSoapService, in the service reference at https://database.windows.net/soap/v1/)
I'm using SitkaSoapServiceClient to access my SQL Data Services database by SOAP.
Should I use a "using" statement every time I use…

teedyay
- 23,293
- 19
- 66
- 73