When I make a Insert Into statement it exists any way to predicte how much space that statement it will fill in TempDB?
Thanks
When I make a Insert Into statement it exists any way to predicte how much space that statement it will fill in TempDB?
Thanks
This question can be answered in different ways. I generally use different drives for Data, Log, and TempDB. As a rule of thumb, I use 1/3 to 1/2 of the size of the data disk for both, the log disk and the TempDB disk.
Example: Disk C:\ for OS 50 GB Disk D:\ for SQL-Server 50 GB Disk J:\ for Data 100 GB Disk L:\ for Log 40 GB Disk T:\ for TempDB 40 GB
For a development server I occasionally use only a C:\ and a D:\ drive. In that case, if I have the same space requirements as above, Disk C:\ would still be 50 GB, but Disk D:\ is now the combine amount of 230 GB