Hi there,
I have a synchronization problem with synchronizing two ASA databases. I have to synchronize some tables (download only), and one of the table will have big amount of data to synchronize (about 150.000 – 300.000 rows ). The synchronization process takes forever.
As far as I...
I’m running a SQL statement, which takes a lot of time to execute. Because of this the entire SQL server is dead. If I’m trying to run other SQL statements this are severally delayed. And this is no god. Can I set some priority of the statements that I execute, or some SQL Server parameters that...
U can find example of BCP in Books Online of SQL Server. Anyway here is the syntax of BCP comand:
Syntax
bcp {[[database_name.][owner].]{table_name | view_name} | "query"}
{in | out | queryout | format} data_file
[-m max_errors] [-f format_file] [-e err_file]
[-F...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.