You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Excuse for my English I need import/export more record from/To my Database (20.000, 30.000 ecord ). When i import the record from a text file in my DB I dont'have a empty table so i must update some record and insert some record. I can Use BCP utility or it is only for Import data. If I can't use BCP what i can doing ? Tank Marco
Erland Sommarskog
unread,
Jul 30, 2001, 6:10:55 PM7/30/01
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
[posted and mailed, per favore rispondere in news]
You can use BCP. :-)
I would load the data into a transient table, and the perform the update from there.