“SQL Server -Protokolldatei Truncate - Quelle: Naycode.com” Code-Antworten

SQL Server -Protokolldatei Truncate - Quelle: Naycode.com


ALTER DATABASE db5
SET RECOVERY SIMPLE
GO
DBCC SHRINKFILE (adb5_log,10)
GO
ALTER DATABASE db5
SET RECOVERY FULL
Ayaz Ullah Sharif

SQL Server -Protokolldatei Truncate - Quelle: Naycode.com

//****************** Source - NAYCode.com
ALTER DATABASE DATBASE_NAME
SET RECOVERY SIMPLE
GO
DBCC SHRINKFILE (LOG_FILE_NAME_log, size in MB)
GO
ALTER DATABASE DATBASE_NAME
SET RECOVERY FULL
Ayaz Ullah Sharif

Ähnliche Antworten wie “SQL Server -Protokolldatei Truncate - Quelle: Naycode.com”

Fragen ähnlich wie “SQL Server -Protokolldatei Truncate - Quelle: Naycode.com”

Weitere verwandte Antworten zu “SQL Server -Protokolldatei Truncate - Quelle: Naycode.com” auf Sql

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen