Groups | Blog | Home
all groups > sql server (alternate) > february 2004 >

sql server (alternate) : Tempdb full.


karora NO[at]SPAM melstar.com
2/13/2004 1:34:09 AM
Our database size is 250 GB. We are facing problem of Tempdb database
size increasing to 15 to 20 GB. We are not able to track query that is
causing this problem.
Please tell us how to find out the query that is using Tempdb.

Thanks in advance.
philipyale NO[at]SPAM btopenworld.com
2/13/2004 6:36:11 AM
[quoted text, click to view]

Try running a trace using the Profiler utility. Under the Filters
tab, select DatabaseID = 2; this will restrict the session logging to
only those queries which use tempdb, and you should be able to capture
Jöerg Sippel
2/14/2004 3:41:00 PM
Hello,

if you use ODBC to access the db, check the parameters. The
"Create temporary stored procedures for prepared SQL statements and
drop the stored procedures check box " must be unchecked and your
problem should be soved.




On 13 Feb 2004 06:36:11 -0800, philipyale@btopenworld.com (Philip
[quoted text, click to view]

AddThis Social Bookmark Button