Click here to Skip to main content
Click here to Skip to main content
Articles » Database » Database » SQL Server » Downloads
 

Simple data export

By , 9 Oct 2008
 
BImport.zip
BImport
bin
Debug
BImport.exe
Properties
<?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.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

mark merrens

United States United States

I am me: what else is there?

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130619.1 | Last Updated 9 Oct 2008
Article Copyright 2008 by mark merrens
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid