Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 How can i use Bulk insert to retrieve data from a table instead of a file

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-03-29 : 06:49:21
Arnab writes "Is there any means by which i commit data at regular intervals in a select into clause at a session level?
Ex. Let say we are populating a table A from tables B and C using select into clause. In such a scenarion, I would like to put a commit after every 1000 records are inserted into A. All these stuff is required without changing anything at database level."

nr
SQLTeam MVY

12543 Posts

Posted - 2005-03-29 : 09:25:59
Nope.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -