Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question of semantics: Import vs. Export?

Status
Not open for further replies.

LNBruno

Programmer
Jan 14, 2004
936
US
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:

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 >
 
In your example cases you would be correct.

If you had a VB macro in a SQL Excel sheet that took data from the excel sheet and put it into SQL then you would be exporting from Excel and importing into SQL.

Use of the words import and export will depend on what side of the transfer you are looking at.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Yeah - makes sense.

Thanks for the sanity check mrdenny!

< M!ke >
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top