View Single Post
  #3 (permalink)  
Old November 29th, 2005, 01:11 AM
nathansevugan nathansevugan is offline
Registered User
 
Join Date: Nov 2005
Location: Irving, TX, USA.
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks gerald.
I figured it out. BULK INSERT command's WITH section has an option KEEPNULLS that inserts null for date if the data file has a blank for the date field.

Reply With Quote