The current SQL Server integration requires a username and password - however, many SQL Server instances (ours included) use Windows credentials instead (a.k.a. a "Trusted Connection").
Would it be possible to enable such connections in the extension, either explicitly (checking a "Trusted Connection" box) or implicitly as some MSSQL drivers do when not provided with username/password?