29 Kasım 2018 Perşembe

MS-SQL / Recycle SQL Server Error Log file without restarting SQL Server Service

Recycle SQL Server error log file without restarting SQL Server Service

Use [master];
GOSP_CYCLE_ERRORLOGGO

USE [master];
GO
DBCC ERRORLOG
GO

Hiç yorum yok:

Yorum Gönder

Windows Server 2022 çalışan bir sistemde, unutulan lokal admin parolasını resetlemek için aşağıdaki adımları uygulayabiliriz. Windows Server...