I'm creating a DTS package to import data from one SQL Server to another.
My approach was to add two Microsoft OLEDB Provider for SQL Server connections, but looking at my predecessor's work, he's chosen to make the source connection an ODBC one.
Is this necessary, seeing that both source and destination are SQL Servers, or is there a benefit of using an ODBC connection that I don't know about?
There are no standards where I'm working that I have to adhere to, so would appreciate any input on best practices, or things I should take into account for determining what kind of connection I use.
My approach was to add two Microsoft OLEDB Provider for SQL Server connections, but looking at my predecessor's work, he's chosen to make the source connection an ODBC one.
Is this necessary, seeing that both source and destination are SQL Servers, or is there a benefit of using an ODBC connection that I don't know about?
There are no standards where I'm working that I have to adhere to, so would appreciate any input on best practices, or things I should take into account for determining what kind of connection I use.