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
 Import/Export (DTS) and Replication (2000)
 BULK COPY

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-09-01 : 07:36:33
Vineet writes "Hey i am planning to use the BULK INSERT to copy the data into my Server. The data is being written to the file by external application.


But i want the data that is being written should be deleted after the insert. Can BULK INSERT statement support such option to be specified. other wise my file will grow infintly over time.

Any suggestion or pointer will be helpful.

--
MCAD
Vineet Batta"

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-09-01 : 07:42:58
I think you can handle this in external application
Before writing data to the file, delete it and write data

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -