Hello,
I am using sql sever 2012 standard edition.
This is production server, replication is configured.
My log is 142 GB and the recovery model is simple.
I am using the below query to shrink the log but log size is remaining same can any one help me out how to resolve this.
dbcc shrinkfile(SolarWindsOrion_log,1)
satish Kumar