Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 issue with joining

Author  Topic 

sqllearner
Aged Yak Warrior

639 Posts

Posted - 2004-11-01 : 15:29:54
Iam facing a small issue here.In production there is one database called indef and I need to pull data from a table called emp_details for a few set of emp_ids which is stored in access data base.Everyday they will be adding few emp_ids to the access database and I should pull for that corressponding emp_ids from the indef database.How can I join between them for the emp_id.Should I use DTS for that so that I can dump the information into a separate database which I have access and use as needed.

ehorn
Master Smack Fu Yak Hacker

1632 Posts

Posted - 2004-11-01 : 15:40:12
One option is to have a look at OPENROWSET in BOL
Go to Top of Page
   

- Advertisement -