![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there documentation/website/tutorial on how to create a bcp file manually? In one project, I need to generate a bcp file from infromation inside a DataTable but not sure what the file needs to look like. -BKN |
#3
| |||
| |||
|
|
What do you mean a BCP File? Do you mean a format file or do you mean the exported data? |
#4
| |||
| |||
|
|
What do you mean a BCP File? Do you mean a format file or do you mean the exported data? The exported data. In other words, I need to create a file that I can use the BCP utility program to import the data into. But I have no idea what the format of this file should be. -BKN |
#5
| |||
| |||
|
|
The thing about BCP is it imports into or exports from. So you can either import into SQL Server from a text file or you can export from a sql server table to a flat file. |
![]() |
| Thread Tools | |
| Display Modes | |
| |