cancel
Showing results for 
Search instead for 
Did you mean: 

Reduce Transaction Log from SAP

former_member309601
Participant
0 Kudos

Hi, I have Win2003 and SQL Server 2005, I want know which is the best choice for reduce the size of transaction log. Can I do it from SAP? ..... I have read and from SQL there is a command: DBCC SHRINKFILE , however I want know if there is some problem if I apply it from SQL Server.

Where do I define Transaction Log size?

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The DBCC commands are issued at the SQL Query level.

If the DBA has the backups configured to run at the optimum interval, regular shrinkfile commands should not have to be run.

former_member309601
Participant
0 Kudos

Hi, using SQL Server tools (Enterprise Manager) I can manipulate log file, backup database and shrink. I use this tool and I haven´t problems with SAP.

Regards.

Former Member
0 Kudos

That is correct.

Enterprise Manager is a GUI that works at the SQL Query level.

antonio_voce
Contributor
0 Kudos

Hi ,

you must regurlary run the backup of log file.

Antonio Voce