Questions tagged [sql-server-data-services]
5 questions
2
votes
0 answers
Android - Creating Listview using Custom Adapter Programmatically
I'm in learning about add view programmatically. But, I'm in confusing now.
I have data, there are idpatient, idheader. Patient can have more than one ID header. When I input idpatient, it will add listview (with custom adapter) programmatically.…

flo
- 51
- 5
0
votes
1 answer
Could not load file or assembly 'Microsoft.AnalysisServices.AdomdClientUI'
SQL Server version: SQL Server 2016 SP2 GDR 2019 (KB4505220) -
13.0.5101.9 (x64) Issue: Analysis Services Processing Task: Error: Could not load file or assembly
'Microsoft.AnalysisServices.AdomdClientUI, Version=13.0.0.0,
Culture=neutral,…

June Brian Salvado
- 41
- 1
- 4
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