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.
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.-- MCADVineet Batta" |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-09-01 : 07:42:58
|
I think you can handle this in external applicationBefore writing data to the file, delete it and write dataMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|