Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Perform bulk copies with .NET 2.0's SqlBulkCopy class
- The .NET Framework 2.0's SqlBulkCopy class allows you to easily move data programmatically from any data source to a SQL Server table. Learn how to use SqlBulkCopy to streamline data transfers. A common development task is transferring data between disparate data sources. If you have worked with SQL...
- Technical articles 2007-05-29
- Perform bulk copies with .NET 2.0's SqlBulkCopy class
- A common development task is transferring data betweendisparate data sources. If you have worked with SQL Server, the bcp bulk copy command will be familiar to you. It allowsyou to quickly bulk copy large files into SQL Server tables or views. With .NETFramework 1.1, you can utilize bcp via a...
- Technical articles 2007-05-29
Additional Resources
- A free fully functional database is yours with Microsoft's SQL Server Express
- A free fully functional database is yours with Microsoft's SQL Server Expressarticle rootDoes the Express Edition interest you?The downloadable version of this article is available here:http://techrepublic.com.com/5138-9592-6042602.htmlWhat is your favorite inexpensive database application? Will you take a look at SQL Server 2005 Express Edition?Joshua, betterread the license again.it clearly states for...
- Discussion threads 2006-02-23
- Perform bulk copies with .NET 2.0's SqlBulkCopy class
- Identity ColumnsIf copying from one database to another, is it possible to preserve the identity column numbering or does the destination table carry on from its current seed number?
- Discussion threads 2007-05-30
- CsvReader 5.0 (Windows)
- CsvReader is a .Net class for parsing virtually any commonly found delimited data format, CSV, and tab delimited. It's usable from C#, VB.Net, ASP.Net, or any other .Net language. The memory required while parsing will only grow to the amount of memory required to hold one full record of data,...
- Software downloads 2008-12-12
- Bulk loading using ODBC
- Hi,Is there any possibility of using bulk loading with ODBC connection using a System DSN.I am using Visual C++ (VS 2003 .NET). I have come across SqlBulkCopy(.NetFramework 2.0) which works only with SqlConnection and BCP which also works with sqlConnection and OleConnection.Is there any utility that works with ODBC connections...
- Q&A 2009-05-26
- << Previous
- page 1 of 1
- Next >>

