• Actually i am importing csv file in the database through sp. the temp table is required to keep the validation error messages. When user wants to see the error messages then i need to select the entire table rows from this temp table and send to user in excel. If there is any delay from user end the table drops!!!

    Is there any way to keep the reference to the global tmp table till i explicitly dropped it!!!

    Thanks