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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking tables in SQL server 2000 ? 1

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am currently running access 97. I have about 400 queries so to keep it looking good we break eack client into its oven mdb. Then to work on the same data we link our tables to the main database. Once that is done we run our queries against the linked tables which is updating the main database. Now we are converting to SQL 2000 and won't to keep our stored proc broken up by client (if I put all 400 in the same db it will look very cluttered.

All I am really asking is if I can link tables in SQL like I can in access.

Thanks in advance
David
 
Have you thought about using views to link your tables and then run the stored procedure on the views.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top