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
 SQL Server Development (2000)
 Join Tables - belongs to 2 diff users

Author  Topic 

mahesh_bote
Constraint Violating Yak Guru

298 Posts

Posted - 2006-04-27 : 06:38:30
Hi friends,

I have two diff users Sales and Purchase. Sales user containes SalesBillTran and Purchase user contains PurchaseBillTran table in it. Can I join these tables? If yes, how.

Thanks in advance.

BMahesh

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2006-04-27 : 06:47:12
for joining the 2 tables there should be some kind of relation ship between both of them..

can you post your table structure..of both the tables.. and some sample data..

If Debugging is the process of removing Bugs then i Guess programming should be process of Adding them.
Go to Top of Page
   

- Advertisement -