[Message Deleted]
Database
3
Posts
3
Posters
0
Views
1
Watching
-
[Message Deleted]
-
[Message Deleted]
Even though the structure might be similar, the order of columns is not the same. When you use *, SQL Server takes the column names in the order they were created, therefore causing a data type mismatch. When you specify the columns, SQL matches the column names exactly. This can even happen with a normal INSERT INTO ... SELECT statement, it has got nothing to do with Linked servers.
-
[Message Deleted]