I've seen the two words used almost interchangeably here and was just wondering:
Personally, I've been using the word "import" to describe bringing something from the source into the target:
and vice versa:
but I suspect this just my perception of the world revolving around SQL Server talking.
Any consensus out there?
< M!ke >
Personally, I've been using the word "import" to describe bringing something from the source into the target:
Code:
usp_ImportExcelToSQLtable
and vice versa:
Code:
usp_ExportSQLtableToExcel
but I suspect this just my perception of the world revolving around SQL Server talking.
Any consensus out there?
< M!ke >