Hello all, I am trying creating a new table in my MSSQL server that has stores the number of anyone that calls the company. I ran into a problem when I was imported the actual phone number to SQL a number such as 11234567890 would be converted to something like 1.12346e+010. I am not sure why it has converted it to this. I am pulling this data from a SQLite database that originally stored the data. The data type in MSSQL is varchar(20). When I pull the data from the SQLite data base the phone number string looks perfect it is only when I am importing to MSSQL that i get this issue?
Does anyone know why my data is being changed and how I can fix it?