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 IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...