Ref SQL Server 7.0
I have created a database with a log file that I want to reduce in size. the
online help suggests
backing up the transaction log (which i've done successfully) and then
running the truncate
transaction log option to get rid of inactive transactions and thus freeing
up the space. i've
tried this many times but nothing ever seems to happen. I've unchecked the
"trunc. on checkpoint"
option when necessary but still no joy. my database file is 200mb and my
Transaction log 350mb!!!!
I don't need this file and i'm running out of space!!!. I've also tried
copying all objects
into a new database setup with a restricted sized transaction log. I get a
warning message telling
me that the log file being copied to is not big enough but the data NEVER
gets copied over. I have
ALL PERMISSIONS to all objects so that isn't the problem.
As you can probably tell I'm no expert with MS SQL SERVER 7.0 (Desktop
Implementation) but
this problem is really bugging me as the extensive on-line help seems to
suggest a work-around
but I can't find it
Any help would be greatly appreciated.
Thanks In Advance
LLOYD