1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Adding Automatic tuning demo

This commit is contained in:
Jovan Popovic
2017-04-24 17:00:33 +02:00
parent 9ec0359e9a
commit fe16cee240
19 changed files with 634 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"Wwi": "Server=.;Database=WideWorldImporters;Integrated Security=true"
}
}