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

Temp Tables

Status
Not open for further replies.

ericchajmovic

Programmer
May 15, 2002
11
US
Hello,

I have MS Access as a front-end. Where is the proper place to create temp tables?

Thanks,

Eric Chajmovic
 
It depends on whether the code is being run on SQL Server or the client PC. If the data is in SQL Server, I recommend using SQL Server stored procedures and creating temp tables in SQL Server, then returning data to the Access front end. Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top