I've inherited some Access apps that make connections to SQL Server 2005, create temp tables, extract data and write the results to a local Access database
AS I understand, each connecton made creates it's own environment on the server which isolates the temp tables from the other tables etc.
I'm pretty new to this funtionality and would appreciate any input on server sessions and what happens with the temp tables if the connecting app err's out or the connection terminates before the tables are dropped in code. Thanks in advance.
Wayne
AS I understand, each connecton made creates it's own environment on the server which isolates the temp tables from the other tables etc.
I'm pretty new to this funtionality and would appreciate any input on server sessions and what happens with the temp tables if the connecting app err's out or the connection terminates before the tables are dropped in code. Thanks in advance.
Wayne