| Posted by Travis on 09/09/05 18:20 
I have a stored procedure that creates a temp table that is used toinsert data from a dynamic query.  My question is does the logging of
 the insert occur in the local database running the stored procedure or
 does it occur in the tempdb database?  My log file for local database
 is growing significantly and I want to rule out that the temp table is
 not writing to the local database log.  I have done some testing and it
 appears that is not but I just confirm my findings.
 [Back to original message] |