tediousjs/Setup SQL Server environment

Setup an SQL Server environment in your GitHub runner.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
skip-os-checkSkip OS checks that will stop installation attempts preemptively.false
sqlserver-versionVersion to use. Examples: 2008, 2012, 2014, etc. "latest" can also be used.latest
native-client-versionVersion of native client to install. Only 11 is supported.
odbc-versionVersion of ODBC to install. Supported versions: 17, 18.
sa-passwordThe SA user password to use.yourStrong(!)Password
db-collationThe database collation to use.SQL_Latin1_General_CP1_CI_AS
install-argumentsAny custom install arguments you wish to use. These must be in the format of "/ARG=VAL".
wait-for-readyWait for the database to respond successfully to queries before completing the action. A maximum of 10 attempts is made.true
install-updatesAttempt to install latest cumulative updates during the installation process (not available for all versions).false
namedescription
sa-passwordThe SA password, this will be the same as the input, but can be useful when relying on the default value.
instance-nameThe instance name for the SQL Server.