﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / Null Values shows while importing from excel to Sql / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 17:54:44 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Null Values shows while importing from excel to Sql</title><link>http://www.sqlservercentral.com/Forums/Topic1382261-391-1.aspx</link><description>No problem, hope it all worked</description><pubDate>Wed, 07 Nov 2012 23:56:00 GMT</pubDate><dc:creator>Tava</dc:creator></item><item><title>RE: Null Values shows while importing from excel to Sql</title><link>http://www.sqlservercentral.com/Forums/Topic1382261-391-1.aspx</link><description>Thanks!</description><pubDate>Wed, 07 Nov 2012 23:22:31 GMT</pubDate><dc:creator>avdhut.k</dc:creator></item><item><title>RE: Null Values shows while importing from excel to Sql</title><link>http://www.sqlservercentral.com/Forums/Topic1382261-391-1.aspx</link><description>[quote][b]avdhut.k (11/7/2012)[/b][hr]Hi,I have Excel File with following coloumn and sample data.example,No   TranRefNo 1        11112        22223        33334        44445        55556        66667        77778        88889        alstsh123410      absgya1234The DataType of TranRefNo  is General in ExcelProblem is,When I import the  Excel File in SQL values of TranRefNo till No 8 imports  correctly,but,  for 9 and  10  where  TranRefNo is  alphanumeric Values it shows as  NULL  Values.Please give me  solution,i  need  this  for  urgent requirement.I had  also  tried in  SSIS  but same  problems occurs.Is there other alternative in SSIS.Thanks in Advance![/quote]TransRefNo has to be TEXT  category not GENERAL (use TEXT TO COLUMN for most accurate result) &amp; database table will have to be VARCHAR(X) That should fix it.</description><pubDate>Wed, 07 Nov 2012 23:00:31 GMT</pubDate><dc:creator>Tava</dc:creator></item><item><title>Null Values shows while importing from excel to Sql</title><link>http://www.sqlservercentral.com/Forums/Topic1382261-391-1.aspx</link><description>Hi,I have Excel File with following coloumn and sample data.example,No   TranRefNo 1        11112        22223        33334        44445        55556        66667        77778        88889        alstsh123410      absgya1234The DataType of TranRefNo  is General in ExcelProblem is,When I import the  Excel File in SQL values of TranRefNo till No 8 imports  correctly,but,  for 9 and  10  where  TranRefNo is  alphanumeric Values it shows as  NULL  Values.Please give me  solution,i  need  this  for  urgent requirement.I had  also  tried in  SSIS  but same  problems occurs.Is there other alternative in SSIS.Thanks in Advance!</description><pubDate>Wed, 07 Nov 2012 22:54:29 GMT</pubDate><dc:creator>avdhut.k</dc:creator></item></channel></rss>