News

You can use one of two options to insert CSV files: "Bulk Insert," a command that works from the SQL Server Management Studio, or "bcp utility," which you run from a Windows command line prompt.
Hi guys, I am trying to do a simple insert statement like bellow. insert into user_customer values (149, 1001, 3) The problem is i need to perform this query about 85 times because the value '1001 ...