"MicrosoftSQL"
"MicrosoftSQL"
Listing of Supported Databases »Details
- Microsoft SQL Server is a relational database management system developed by Microsoft.
Connecting & Authenticating
- When configuring MicrosoftSQL using DatabaseReference [URL ["url"]], "url" is typically of the form "microsoftsql://user:password@host:port/name".
- In DatabaseReference [assoc], typical elements of assoc include:
-
"Backend" the type of SQL backend used"Name" the name of the database"Host" the host serving the database"Port" the server port through which to access the database"Username" the username used to authenticate the database"Password" the password used to authenticate the database
Supported Types
-
DATE DateObject with Day granularityDATETIMEOFFSET DateObject with Instant granularity and time zone supportDECIMAL, NUMERIC Real with fixed precisionFLOAT, REAL RealTIME TimeObject
Examples
Basic Examples (1)
Create a MicrosoftSQL connection using the URL wrapper:
The canonical form of a DatabaseReference for MicrosoftSQL uses Association :
History
Introduced in 2020 (12.1)