problem with excel


i had load data sql server data base tables. used store procedure load data .the stored procedure gives 3 columns when run it

so source sql server

i had create table in excel , load data 3 colums

i had create excel table 3 colums.

create table `new table` (

`column a` varchar (9) , 

`column b` varchar (8) , 

`column c` varchar (254)  )

when data conversions , when load data first 2 columns getting loaded properly.the third column loading in fashion '0123 have 0123 getting '0123 in third column.

when did data conversions had used each of these options( dt_wstr , dt_ntext) .

when use these options above mentioned issue '0123 not 0123.

please can 1 me this

 

thank you,

 

 

when changed colum c data type int in template new table

 

and when did data conversion 8 bit unsigned integer in data flow task.  i able eliminate single quote problem.

thank help

 

 



SQL Server  >  SQL Server Integration Services



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........