Advertisement

1 - 10 of 120 containing alltags:("tempdb") (0.001 seconds)
I use the CRecordset class requery() method of Visual C++ 5.0 MFCs instead of using open() and close() every time. They say that it is more efficient and that it takes less CPU time. But I noticed ...
Zones: MS SQL ServerDate Answered: 06/23/1998 Grade: A Views: 0
I was getting this error about '...tempdb ... system segment is full...dump transaction..' so i made a new device calling it tempdata and assigned Tempdb to it.  I did not pay attention to the...
Zones: MS SQL ServerDate Answered: 02/10/2000 Grade: A Views: 0
Hello, I was lead to believe that temporary tables were stored in memory when created, both data and definition! However after running some tests I am not so sure. Can anybody tell me whet...
Zones: MS SQL ServerDate Answered: 09/24/2003 Grade: B Views: 0
Out of curiousity, what size should tempdb be? data and transaction, is there a formula to work it out or does nobody bother? Thanks
Zones: MS SQL ServerDate Answered: 02/11/2003 Grade: A Views: 30
I'm getting an Error 9002 Severity 17  State 2 message not only in my events but also it pops up on my computer when I'm attached to another database on the SQL server.  My message is the usual "Th...
Zones: MS SQL ServerDate Answered: 09/07/2004 Grade: A Views: 4
I am interested in creating a table with a random name for temporary use then dropping it after a stored procedure is finished with it. Is this better done with the #temp SQL feature? If so w...
Zones: MS SQL ServerDate Answered: 09/15/2004 Grade: A Views: 0
Hi All: We have a web based applicatoin that uses SQL based session information storage in the TEMPDB.  This is a .NET applicaiton.  After initial testing, we found out that the TEMPDB is "recre...
Zones: MS SQL Server, ...Date Answered: 10/14/2004 Grade: B Views: 0
For some reason, all of the sudden my tempdb has started growing to the limits of my harddrive space on the server and I can't figure out why.  Yesterday, I was testing an sp that ended up running ...
Zones: MS SQL ServerDate Answered: 04/14/2005 Grade: A Views: 80
We have a performance problem that I think is related to tempdb. Question:  Which of the following SQL statements returning say 20,000 rows uses tempdb for the result set: SELECT statement on...
Zones: SybaseDate Answered: 01/30/2006 Grade: A Views: 0
My tempdb database is eating up all diskspace available every couple of days or so (growing to 40GB in size). Would setting up a job to run once a day at night with this command: use tempdb ...
Zones: MS SQL ServerDate Answered: 07/06/2006 Grade: A Views: 0