We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efa00c commit ed4bb3eCopy full SHA for ed4bb3e
test/ConnectionFactoryTest/App.config
@@ -12,7 +12,7 @@
12
<compilation debug="true" targetFramework="4.0.3" />
13
</system.web>
14
<connectionStrings>
15
- <add name="AppVeyor" connectionString="Data Source=.\sqlexpress;Initial Catalog=dtb_PortalDAT;Integrated Security=True"
+ <add name="AppVeyor" connectionString="Server=(local)\SQL2016;Database=tempdb;User ID=sa;Password=Password12!"
16
providerName="System.Data.SqlClient" />
17
18
<add name="teste" connectionString="Data Source=.\sqlexpress;Initial Catalog=dtb_PortalDAT;Integrated Security=True"
0 commit comments