mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 09:35:43 -05:00
* support for ledger objects in OE * generated sr files * update versionKey to sql 2022 in test env config * more 2019 to 2022 updates * add sql2022 instead of replacing * missed filter on table * add logging * more logging * adding Script160Compat options for sql2022 Co-authored-by: Alan Ren <alanren@microsoft.com>
14 lines
482 B
XML
14 lines
482 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Instances>
|
|
<Instance VersionKey="defaultSql2022">
|
|
<DataSource>[server name]</DataSource>
|
|
<UserId>[user name for SQL authentication]</UserId>
|
|
<Password>[password for SQL authentication]</Password>
|
|
</Instance>
|
|
<Instance VersionKey="defaultSqlAzureV12">
|
|
<DataSource>[server name]</DataSource>
|
|
<UserId>[user name for SQL authentication]</UserId>
|
|
<Password>[password for SQL authentication]</Password>
|
|
</Instance>
|
|
</Instances>
|