Truncar, reducir el tamaño del archivo de log de sql; Truncate SQL Database log

--Alguna de estas técnicas puede ser útil --BACKUP LOG Nombre_base_datos WITH TRUNCATE_ONLY ----DBCC SHRINKFILE ( Nombre_logico_archivo_log, 1) ALTER DATABASE Nombre_base_datos SET RECOVERY SIMPLE DBCC SHRINKFILE (Nombre_logico_archivo_log, 1)

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.