December 8, 2003 at 3:23 pm
allright guru's: need to do the following, read salary information for an Oracle system into SQL Server for a computation.
Requirements: 1) protect all salary information for all. do not store in perm. table.
Thought about someting like this: 1) create a view on oracle. 2)create a linked server. 3)read the view into a temp table on sql server. 4) process data and drop temp table.
pretty basic and I left out the details. but any other ideas would be welcomed.
Curtis Smith
Application Dev. Mgr
DBA
Curtis Smith
SQL Server DBA
Well in worked in Theory ...
December 8, 2003 at 4:38 pm
I like it. Works well, data limited to the connection doing the work. ![]()
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply