Hi,
Tempdb data file size shows 50,200GB. In database properties, it shows free space 50,000GB. I want to reduce tempdb datafile size. I tried this option:
In database properties, changed initial size to 2000, shrink database, no effect.
How to decrease tempdb data file size without restarting sql server service?
Thanks