I am going to be setting up some Stored procedures that will be copying data from a foreign database that will have an ODBC connection.
This task will need to be executed at night or from a .NET web page and I was wondering what would the best way to copy the data from this procedure.
It won't be necessarily be copying all the data from the database, but could copy selected tables at different times.
Is this easily done from a Stored Procedure?
Thanks,
Tom.
This task will need to be executed at night or from a .NET web page and I was wondering what would the best way to copy the data from this procedure.
It won't be necessarily be copying all the data from the database, but could copy selected tables at different times.
Is this easily done from a Stored Procedure?
Thanks,
Tom.