I need to call a procedure from a database (DB1) to import data to another database (DB2). I already have the simple code that imports an Excel file into into the dabase where the procedure is called from; but I need the data to be imported into the other
Read More...