I'm having a problem with my SQL 2000 server and getting rid of old databases. When I DROP DATABASE or sp_dbremove, the database is removed from enterprise manager, but the mdf & ldf still remain. MSDN documentation for both commands states that it will remove disk files associated with the database, but that's not happening. If I delete the database through the Enterprise Manager the files are deleted. I've got 80 dbs to get rid of and I'd like to do it programatically. Any ideas?