Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is BCP utility in SQL SERVER
What is BCP utility in SQL SERVER ?
✍: Guest
BCP (Bulk Copy Program) is a command line utility by which you can import and export
large amounts of data in and out of SQL SERVER database.
Below is a sample which shows BCP in action.
2007-10-25, 6397👍, 0💬
Popular Posts:
How does one iterate through items and records in a specified block? One can use NEXT_FIELD to itera...
What will happen in these three cases? if (a=0) { //somecode } if (a==0) { //do something } if (a===...
What is the benefit of using #define to declare a constant? Using the #define method of declaring a ...
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...
How To Use mysqlbinlog to View Binary Logs? - MySQL FAQs - Server Daemon mysqld Administration If yo...