//
archives

sqlserver 2005

This tag is associated with 2 posts

Empty Transaction Log SQL Server 2005 & 2008

A. SQL SERVER 2005 Handle error Transaction Log is full : set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go — ============================================= — Author:        <Author,,Name> — Create date: <Create Date,,> — Description:    <Description,,> — ============================================= ALTER PROCEDURE [dbo].[empty_log] AS BEGIN — SHRINKFILE LOG FILE DBCC SHRINKFILE(<logicalname_log>, 1) BACKUP LOG <dbname> WITH TRUNCATE_ONLY DBCC SHRINKFILE(<logicalname_log>_log, 1) END B. … Continue reading

Automatic Backup SQL Server 2005

Note : don’t login using ‘sa’, please login using windows authentification for creating schedule/maintenance plan Creating a SQL Server 2005 Maintenance Plan If you are going to use new Maintenance Plan features, I strongly recommend installing SQL Server 2005 Service Pack 1 first. Among the new features and improvements that are included in SQL Server … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Web Statistic

Blog Stats

  • 187,132 hits