Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Importation Routine
Message
 
To
13/08/2003 14:17:07
David Brunelle
Université de Sherbrooke
Sherbrooke, Quebec, Canada
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Miscellaneous
Thread ID:
00819855
Message ID:
00819994
Views:
7
I was thinking of PACK and not ZAP!

As others have said, you can use TRUNCATE TableName but it won't work if the table has foreign keys. In this case, you need to use DELETE FROM TableName (which is slower because of the log).


>Isn't there a way to delete all records from the database in one shot?
>what about th rest, is it possible to schedule a import routine frm an excel file?
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform