Feb 10, 2004 #1 vionca MIS Nov 19, 2003 60 US Hi there, Is there any way to query a table in database A while working in a table in database B? I needed to select data from database A and then insert it into database B. I have been using an import, but wonder if there is a better way. Thanks, vionca
Hi there, Is there any way to query a table in database A while working in a table in database B? I needed to select data from database A and then insert it into database B. I have been using an import, but wonder if there is a better way. Thanks, vionca
Feb 10, 2004 #2 ecobb Programmer Dec 5, 2002 2,190 US If it's on the same server, you would use: Code: Select * From DatabaseName.Owner.TableName Hope This Helps! Ecobb "My work is a game, a very serious game." - M.C. Escher Upvote 0 Downvote
If it's on the same server, you would use: Code: Select * From DatabaseName.Owner.TableName Hope This Helps! Ecobb "My work is a game, a very serious game." - M.C. Escher