Skip to content

Microsoft SQL Server

When adding a Microsoft SQL Server connection in Tracelake, you’ll need to provide the following information:

Parameter Type Required Description Example
Host String Yes SQL Server hostname or IP address sqlserver.example.com
Port Integer No SQL Server port (default: 1433) 1433
Username String Yes Database username for authentication sa
Password Password Yes Database password for authentication ********
Database String Yes Database name (required) AdventureWorks
Schema String Yes Default schema name dbo
  • Uses ODBC Driver 18 for SQL Server