I need to empty an LDF file before sending to a colleague. How do I force SQL Server to truncate the log?
backup log logname with truncate_only followed by a dbcc shrinkfile command