p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > SQL Server > SQL Server 2000 > SQL Server 2000
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old November 28th, 2005, 07:03 PM
Registered User
 
Join Date: Nov 2005
Location: Irving, TX, USA.
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default BULK INSERT NULL(s)

How to bulk insert NULL datetime?
In general, How to bulk insert NULL values?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old November 28th, 2005, 07:28 PM
Friend of Wrox
Points: 719, Level: 10
Points: 719, Level: 10 Points: 719, Level: 10 Points: 719, Level: 10
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2003
Location: Naperville, IL, USA.
Posts: 196
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try this:

UPDATE dbo.t_Date1
    SET Date1 = NULL

Rand
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old November 29th, 2005, 01:11 AM
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bulk Insert snufse SQL Server 2000 9 December 17th, 2007 07:53 AM
bulk insert hymavathy_kr VB Databases Basics 1 May 17th, 2007 08:47 AM
Bulk Insert Problem starnet SQL Server 2005 5 April 17th, 2007 09:34 AM
Bulk Insert luma SQL Server DTS 1 July 13th, 2005 02:48 AM
Bulk insert deyakhatib SQL Server 2000 6 March 4th, 2004 04:09 AM



All times are GMT -4. The time now is 11:18 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc