kdjonesmtb2
Technical User
I have an excel file that I imported in SQL Server 2008 R2
The following field produces this error when I try to convert it
Error converting data type nvarchar to float
,cast(O.ME016 AS float(255)) AS NHP_ME016
ME016 is a date field that imported from Excel in the default nvarchar data type
Do I need to recreate the table with the wizard or can I use the case function?
The cast code is not working
Thanks
The following field produces this error when I try to convert it
Error converting data type nvarchar to float
,cast(O.ME016 AS float(255)) AS NHP_ME016
ME016 is a date field that imported from Excel in the default nvarchar data type
Do I need to recreate the table with the wizard or can I use the case function?
The cast code is not working
Thanks