C
Charlie
I use a stored procedure to create a temporary table using
CREATE TABLE #my_table. How do I acess these tables for
displaying forms and running queries against?
CREATE TABLE #my_table. How do I acess these tables for
displaying forms and running queries against?