I have a SQL Server and I need to send the Log file to one of our Clients, however this file has 24 gigabyte,
How to extract this logo file in csv format?
I have a SQL Server and I need to send the Log file to one of our Clients, however this file has 24 gigabyte,
How to extract this logo file in csv format?
Sample command to reduce the Sql Server log file
alter database sh_rodov01
set recovery simple
dbcc shrinkfile (sh_rodov01_log, 10)
alter database sh_rodov01
set recovery full