I am very, very new at SQL Server 8. I have a 26 GB transaction log file. I have read and researched this and I know I have to run a trans-sql statement as follows
DBCC SHRINKFILE(filename,size). However, here is probably the dumbest question ever. Where do I run this command??? I've read it is a database console command and don't know how to access the database console. Please help. Thank you.
DBCC SHRINKFILE(filename,size). However, here is probably the dumbest question ever. Where do I run this command??? I've read it is a database console command and don't know how to access the database console. Please help. Thank you.