sql-server-rest-api
sql-server-rest-api copied to clipboard
When generating table specification directly using the T-SQL query by querying system views you provided an error occurs when there are tables with many columns. Error: "STRING_AGG aggregation result exceeded...
When I used "$count" in the request, I got this error: {"code":-1,"message":{"lang":"en","value":"Parameter $count is not supported.","innererror":null}} But based on this document, it seems $count is supported: https://github.com/JocaPC/sql-server-rest-api/blob/master/doc/odata.md Just want to...
return data: { "Id": "0101010019 ", "Barcode": "00182", "Name": "灏忚嫤鑿\ufffd", "ItemClsId": "200201 " } microsoft can't parse this data ?
Hi, Can sql-server-rest-api work on sql server 2014 or before ?
License
Hi thank you so much for this awesome code you have for Sql server rest API. I just would like to know do you need any license in order to...