Loading

Tag Archive: SQL Server

May
13

Shrink SQL Server Data and Log files

The below syntax will allow you to shrink a SQL Server Database Data File and Transaction Log File — Truncate the log BACKUP LOG biztalkdtadb WITH TRUNCATE_ONLY — Shrink Log File dbcc shrinkdatabase (BizTalkDTADb, 10) – Shrink Data File dbcc shrinkdatabase (BizTalkDTADb_log, 10)

Permanent link to this article: http://www.tsls.co.uk/index.php/2009/05/13/shrink-sql-server-data-and-log-files/

Sep
03

Quest Tools

LiteSpeed – for SQL Server ———————————- In summary LiteSpeed is a backup utility. This backup tool is being used by Microsoft and some of the leading banks to backup there SQL Server. This backup utility has the ability to improve backup and restore times by up to 70% faster and will compress the data up …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/03/quest-tools/