I have SQL Server 2008 R2 and related SQL Server 2012. When I do the following
SELECT * INTO dbo.Local_table FROM dbo.Linked_table
all decimal columns are automatically converted to numeric.
What is the reason and how can I get rid of it?
source share