Synapse SQL Serverles

Azure Synapse's serverless SQL pool offers a unique, scalable solution for querying data directly within data lakes without needing data movement or dedicated infrastructure. As a pay-per-query service, it allows users to analyze large datasets efficiently and only incurs costs based on the data processed.

Built with T-SQL compatibility, serverless SQL pools integrate with numerous BI tools and allow for on-the-fly data exploration in Parquet, Delta, and CSV formats.

Through schema inference and OPENROWSET enhancements, users can seamlessly query semi-structured data, manage database objects, and leverage integration with security frameworks like Microsoft Entra for secure, multi-role access management.

Azure Synapse Analytics

data types we support

Integral
bigint (int8)
int (integer, int4)
smallint (int2)
decimal
decimal (dec, numeric, fixed)
double precision (double, float8)
float
money
real (float4)
text
char (bpchar, character)
text
varchar (character varying)
Binary
bit
Date/Time
date
time (timetz, time without time zone)
timestamp (timestamp without time zone, timestamp(2) without time zone)
timestamptz (timestamp with time zone, timestamp(2) with time zone)
Large objects
bytea
geography
geometry
text
xml
Other
array
boolean (bool)
cidr
citext
enum
hstore
inet
interval
json
jsonb
macaddr
oid
uuid
varbit (bit varying)