mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 09:35:43 -05:00
* Fixing test pipeline * pwd * fixing script * fixing cwd * switch to bash * Cleaning up script and yml * Fixing script comment * Fixing the comments * Adding issue in the comment * Adding automatic password generator * Removing unncesary use statement * Fixing key * Printing var * Printing settings * Printing var * Fixed var * Fixed * Reverting some changes * Changing fetch variable to upper case * Fixing password logic * Debug * debug2 * debug * Making passwords secret * Fixing string null check * removed dirs * fixing var name * Fixing var * Printing vars to see if the enviornment is setup correctly * Printing versionkey * removing prints * Adding 2019 Instance key and updating template * fixing env variable * Fixing comment
44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Instances>
|
|
<Instance VersionKey="defaultSql2019">
|
|
<DataSource>[server name]</DataSource>
|
|
<UserId>[user name for SQL authentication]</UserId>
|
|
<Password>[password for SQL authentication]</Password>
|
|
</Instance>
|
|
<Instance VersionKey="defaultSql2016">
|
|
<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>
|
|
<Instance VersionKey="defaultSql2005">
|
|
<DataSource>[server name]</DataSource>
|
|
<UserId>[user name for SQL authentication]</UserId>
|
|
<Password>[password for SQL authentication]</Password>
|
|
</Instance>
|
|
<Instance VersionKey="defaultSql2008">
|
|
<DataSource>[server name]</DataSource>
|
|
<UserId>[user name for SQL authentication]</UserId>
|
|
<Password>[password for SQL authentication]</Password>
|
|
</Instance>
|
|
<Instance VersionKey="defaultSql2011">
|
|
<DataSource>[server name]</DataSource>
|
|
<UserId>[user name for SQL authentication]</UserId>
|
|
<Password>[password for SQL authentication]</Password>
|
|
</Instance>
|
|
<Instance VersionKey="defaultSqlAzure">
|
|
<DataSource>[server name]</DataSource>
|
|
<UserId>[user name for SQL authentication]</UserId>
|
|
<Password>[password for SQL authentication]</Password>
|
|
</Instance>
|
|
<Instance VersionKey="defaultSql2014">
|
|
<DataSource>[server name]</DataSource>
|
|
<UserId>[user name for SQL authentication]</UserId>
|
|
<Password>[password for SQL authentication]</Password>
|
|
</Instance>
|
|
</Instances>
|