stoolpigeon
Programmer
I am a programmer at a small company, and I also wear the DBA hat (if sitting w/a copy of "SQL Server 6.5 Unleased" in front of the server makes me a DBA)
I had problems w/my transaction log filling up. So I expanded the log device but it didn't help. So I added a new device on another drive that was significantly larger.
Now I want to delete the old device but when I do it tells me that there is still data from the database in that device and if I delete it the database will be dropped.
If I run sp_helplog for the database- it shows me that the transaction log starts on the new device.
I have dumped the transaction log repeatedly. What am I missing?
I would like to get the old transaction log device empty- so that I can drop it and free up that space on the server.
Thanks for whatever help is available.
I had problems w/my transaction log filling up. So I expanded the log device but it didn't help. So I added a new device on another drive that was significantly larger.
Now I want to delete the old device but when I do it tells me that there is still data from the database in that device and if I delete it the database will be dropped.
If I run sp_helplog for the database- it shows me that the transaction log starts on the new device.
I have dumped the transaction log repeatedly. What am I missing?
I would like to get the old transaction log device empty- so that I can drop it and free up that space on the server.
Thanks for whatever help is available.