Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading excel problem

Status
Not open for further replies.

NewbiDoobie

Technical User
Jul 25, 2005
63
US
I am trying to read 3 fields from an excel worksheet to import into a SQL server table which two of the fields are supposed to be text fields.

Problem is a majority of the data comes back missing. I have narrowed it down tot he records which come back blank and they are all comma delimited cells that I need.

Why won't SQL server recognize these fields as text fields and import the data? Is there something I can do to set this to import in properly. I have about 5000 cells that are missing information.
 
This is an excel issue. What I end up doing is importing the spreadsheet into Access, then setting the column type to text, then import into sql from the access database.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top