Tagged Questions
4
votes
3answers
85 views
Do CTEs use any space in tempdb?
I've tried googling, but maybe it's the keywords I used, I have not been able to find a straightforward answer.
So the question is simple and straight forward. Do CTEs use any space in tempdb or ...
2
votes
2answers
416 views
SQL Server 2008 TempDB on other HD
I would like to make all stuff related to TempDB be stored on a separate HD.
I have this new HD with a 500 Gb size as my E:\ drive.
How would I use or move TempDB from one drive to another drive?
...
0
votes
0answers
56 views
SQL Server's TempDB file manipulation or reading with Visual Studio
Is there a way to read the TempDB file with my OWn Visual Studio platform?
I mean read the file or do a conversion of that file created with SQL and read with, lets say any code in Visual Studio? ...
0
votes
3answers
211 views
SQL Server 2008: A *Data File IO counter* for SQL Server
I make a stress test of the SQL Server 2008 and I want to know what is the data flow to tempdb because of usage of temporary tables and variables.
The statistics is also shown in Activity Monitor:
...