<?xml version="1.0" encoding="utf-8" ?> <configuration> <connectionStrings> <!-- Require source and target connection strings --> <add name="SOURCE" connectionString="Persist Security Info=True;User ID={USER_ID};PASSWORD={PASSWORD};Data Source={DATA_SOURCE};Initial Catalog={INITIAL_CATALOG};" providerName="Sql.Data.SqlClient" /> <add name="TARGET" connectionString="Persist Security Info=True;User Id={USER_ID};Password={PASSWORD};Data Source={DATA_SOURCE};Initial Catalog={INITIAL_CATALOG};" providerName="Sql.Data.SqlClient" /> </connectionStrings> <appSettings> <!-- Tables that require 'set identity_insert [tablename] on' should set value to true --> <add key="Table1" value="true" /> <add key="Table2" value="true" /> <add key="Table3" value="false" /> <add key="Table4" value="true" /> </appSettings> </configuration>
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)
Skills that self-taught computer programmers lack