Questions tagged [sql-data-services]

4 questions
1
vote
2 answers

Accessing SQL Data Services via ADO.NET Data Service Client Library

Is this possible? Basically I would like to use SQL Data Services REST interface and let the ADO.NET Data Service Client library handle communication details and generate the entities that I can use. I looked at the samples in February release of…
Mehmet Aras
  • 5,284
  • 1
  • 25
  • 32
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