Here is the error with time data type:SELECT * FROM [GAMMA_AZURE].AdventureWorks2012.HumanResources.Shift;/*Msg 7347, Level 16, State 1, Line 1OLE DB provider 'MSDASQL' for linked server 'GAMMA_AZURE' returned data that does not match expected data length for column '[GAMMA_AZURE].[AdventureWorks2012].[HumanResources].[Shift].StartTime'. The (maximum) expected data length is 16, while the returned data length is 12.*/SELECT * FROM OPENQUERY([GAMMA_AZURE], 'SELECT * FROM AdventureWorks2012.HumanResources.Shift');/*Msg 7347, Level 16, State 1, Line 1OLE DB provider 'MSDASQL' for linked server 'GAMMA_AZURE' returned data that does not match expected data length for column '[MSDASQL].StartTime'. The (maximum) expected data length is 16, while the returned data length is 12.*/
Product Language
Version
Category
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results
Platform
Virtualization
Please wait...