News

We are working on REST API to enable generalized SQL access to various datasets. One of the goals is to support URL parameters that enable us to select a subset of table rows and columns, and to sort ...
Learn how to master the SELECT statement to form truly useful data queries. This article explains functions, clauses, and keywords that will make your life a lot easier.
--This script assumes that an SAS Credential is in place for the storage container. --Verify: select * from sys.credentials where credential_identity = 'Shared Access Signature' --If you need to ...
The first form of the CREATE TABLE statement creates tables that automatically map SQL data types to those supported by the SAS System. Use this form when you want to create a new table with columns ...
To differentiate from a traditional backup to URL to object storage, SQL Server 2022 uses “S3://” as an URL prefix. For security reasons, an HTTPS endpoint must be established between SQL Server 2022 ...