I've got a serious problem on my SQL Server. Yesterday I noticed that the Drive where I store my Databases is full and it's not letting me store any more data. I tried to clear of all the unwanted data but still it's the same problem.
I noticed that the tempdb has been grown to 3GB and if I look into the tables it's not using any space at all. I tried to truncate the transaction log and also tried to shrink the database. I even restarted the server but still it has not freed up any space. Could anybody tell me how to release the unused space.
The space allocated is 3GB where as the used space is 0 bytes. Any help please.
I noticed that the tempdb has been grown to 3GB and if I look into the tables it's not using any space at all. I tried to truncate the transaction log and also tried to shrink the database. I even restarted the server but still it has not freed up any space. Could anybody tell me how to release the unused space.
The space allocated is 3GB where as the used space is 0 bytes. Any help please.