SQL Server

Type: Database

Reference

sql.connect

Create a new connection pool. The initial probe connection is created to find out whether the configuration is valid. Reference.

sql.query

Execute the SQL command. To execute commands like create procedure or if you plan to work with local temporary tables, use batch instead. Reference.

sql.Request

Call a stored procedure. Reference.

sql.Table

Create new tables. Reference.