Quantcast
Channel: SQL Server, SQL Server Express, and SQL Compact Edition
Browsing all 4 articles
Browse latest View live

Re: SQL Server: batch update/insert???

Hi, take a look here... http://msdn.microsoft.com/en-us/library/aadf8fk2.aspx

View Article



Re: SQL Server: batch update/insert???

Hi Friend, Kindly check the SQL BCP. http://msdn.microsoft.com/en-us/library/aa337544.aspx BCP & .net Example :- http://www.codeproject.com/Articles/16922/SQL-Bulk-Copy-with-C-Net

View Article

Re: SQL Server: batch update/insert???

To add multiple records in a single query use this format: INSERT INTO [table] ( [field1], [field2], [field3] ) VALUES ( '[value1.1]', '[value1.2]', '[value1.3]' ), ( '[value2.1]', '[value2.2]',...

View Article

SQL Server: batch update/insert???

Hi all, Is it possible to update multiple records at once (I think they call "batch update" in Oracle)? Please advice me... Thanks. Cheers, Hieu.

View Article
Browsing all 4 articles
Browse latest View live




Latest Images