Posts tagged 'sqlserver'
Using SqlBulkCopy to move data from VistaDB to SQL Server
Bulk copy from VistaDB to SQL Server Did you know you can use the SqlBulkCopy object to move data from VistaDB to SQL Server? The SqlBulkCopy object allows you to take any IDataReader object to copy. Source and Destination must match The only trick is that the source and destination tables must be setup...
Continue reading "Using SqlBulkCopy to move data from VistaDB to SQL Server"
