View Single Post
  #1 (permalink)  
Old Feb 27th, 2004, 09:54
u2orange u2orange is offline
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Fastest way to dump a table contents?

Anyone know what the fastest way to dump the contents of a MsSql table is?

I am currently using : DELETE * FROM table
...which is a bit slow. Is there a faster way?

u2o