Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6165201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:07:31+00:00 2026-05-23T22:07:31+00:00

I have a spreadsheet that I am importing that contains some test data for

  • 0

I have a spreadsheet that I am importing that contains some test data for my application that I am building. I am using SQL Server 2008 and I amd doing the SQL Server Import and Export Wizard.

When I try to import the data I get the following message(s):

Messages

  1. Error 0xc02020c5: Data Flow Task 1: Data conversion failed while
    converting column “eventdate3” (78) to column “eventdate3” (219).
    The conversion returned status value 2 and status text “The value
    could not be converted because of a potential loss of data.”. (SQL
    Server Import and Export Wizard)

  2. Error 0xc0209029: Data Flow Task 1: SSIS Error Code
    DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The “output column
    “eventdate3″ (219)” failed because error code 0xC020907F occurred,
    and the error row disposition on “output column “eventdate3″ (219)”
    specifies failure on error. An error occurred on the specified
    object of the specified component. There may be error messages
    posted before this with more information about the failure. (SQL
    Server Import and Export Wizard)

  3. Error 0xc0047022: Data Flow Task 1: SSIS Error Code
    DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component
    “Data Conversion 0 – 0” (207) failed with error code 0xC0209029
    while processing input “Data Conversion Input” (208). The identified
    component returned an error from the ProcessInput method. The error
    is specific to the component, but the error is fatal and will cause
    the Data Flow task to stop running. There may be error messages
    posted before this with more information about the failure. (SQL
    Server Import and Export Wizard)

The eventdate3 column is currently of type datetime. In the spread sheet the first two rows have a value of “NULL” and rows 3 and 4 have a Date value.

Is the “NULL” messing up the process?

Table Definition:

CREATE TABLE [dbo].[teacherNotification](
    [finalId] [float] NULL,
    [schoolname] [nvarchar](255) NULL,
    [studentnumber] [int] NULL,
    [studentid] [float] NULL,
    [studentSectionId] [float] NULL,
    [lastname] [nvarchar](255) NULL,
    [firstname] [nvarchar](255) NULL,
    [classstartdate] [datetime] NULL,
    [coursename] [nvarchar](255) NULL,
    [TeacherId] [float] NULL,
    [TeacherSectionId] [float] NULL,
    [TeacherFN] [nvarchar](255) NULL,
    [TeacherLN] [nvarchar](255) NULL,
    [eventcode1] [float] NULL,
    [eventname1] [nvarchar](255) NULL,
    [eventdate1] [datetime] NULL,
    [eventcode2] [float] NULL,
    [eventname2] [nvarchar](255) NULL,
    [eventdate2] [datetime] NULL,
    [eventcode3] [nvarchar](255) NULL,
    [eventname3] [nvarchar](255) NULL,
    [eventdate3] [datetime] NULL,
    [eventcode4] [nvarchar](255) NULL,
    [eventname4] [nvarchar](255) NULL,
    [eventdate4] [datetime] NULL,
    [eventcode5] [nvarchar](255) NULL,
    [eventname5] [nvarchar](255) NULL,
    [eventdate5] [datetime] NULL,
    [eventcode6] [nvarchar](255) NULL,
    [eventname6] [nvarchar](255) NULL,
    [eventdate6] [datetime] NULL,
    [eventcode7] [nvarchar](255) NULL,
    [eventname7] [nvarchar](255) NULL,
    [eventdate7] [datetime] NULL,
    [eventcode8] [nvarchar](255) NULL,
    [eventname8] [nvarchar](255) NULL,
    [eventdate8] [datetime] NULL,
    [eventcode9] [nvarchar](255) NULL,
    [eventname9] [nvarchar](255) NULL,
    [eventdate9] [datetime] NULL,
    [eventcode10] [nvarchar](255) NULL,
    [eventname10] [nvarchar](255) NULL,
    [eventdate10] [datetime] NULL,
    [emailAddress] [nvarchar](255) NULL
) ON [PRIMARY]
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T22:07:32+00:00Added an answer on May 23, 2026 at 10:07 pm

    It seems to be a settings problem in the wizard. “Retain null values from the source as null values in the data flow” must be ticked, per this article:

    http://ddkonline.blogspot.com/2009/07/fix-for-ssis-error-conversion-returned.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a google doc spreadsheet that contains information on every member of a
I have hierchical data stored in a spreadsheet that I am converting into an
I have a big json object containing cell data from a sample spreadsheet that
I have an OpenDocument spreadsheet with macros in StarBasic/OOoBasic that I want to convert
I have a web app for commercial property management that needs spreadsheet-like functionality for
I have an Excel Spreadsheet like this id | data for id | more
I have a spreadsheet that I'd like to compile into a form that I
I have an .xltm template spreadsheet that I'm wondering if I can get a
We have various spreadsheets that employ deliciously complicated macros and third party extensions to
Problem: I have two spreadsheets that each serve different purposes but contain one particular

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.