I have data that I am importing from multiple DB2 servers.
I have a SQL function that I need to run to process the DB2 data after it is imported.
Does anyone know if there is a way to do this. Call a SQL function to process data imported from a non-MSSQL server.
Or should I use a staging table and use a stored procedure instead of a function.
Thanks in advance.