Hi,
My transaction log was 100% full and I was told to shrink the T-log
When I issued "dbcc shrinkfile (Test1_log,1024)", it gave me error something like "you cannot shrink T-log due to Full Backup"
This database wasn't backed up from long time, but since it was a test database I was told to clear the Transaction log without taking backup.
I tried same above command but it didn't work.
Please let me know how to clear the T-log without taking backup
Regards