FALCONSEYE
Programmer
I created a database a while ago. It's called tempDB. Since we run out of space on the hard drive, I have to get rid of this database. The tempdb.mdf takes over 4 gigs of space. When I try to run
drop database tempdb
i get the following error:
Server: Msg 3708, Level 16, State 7, Line 1
Cannot drop the database 'tempdb' because it is a system database.
All the tempDB has is bunch of system tables. Is there a way to either shrink the mdf file or get rid of the database?
thanks
drop database tempdb
i get the following error:
Server: Msg 3708, Level 16, State 7, Line 1
Cannot drop the database 'tempdb' because it is a system database.
All the tempDB has is bunch of system tables. Is there a way to either shrink the mdf file or get rid of the database?
thanks