SQL

In SQL

Shrink Sql ContentDataBase Log

On 12/10/2018

USE WSS_Content_FDI80;
GO
-- Truncate the log by changing the database recovery model to SIMPLE.
ALTER DATABASE WSS_Content_FDI80
SET RECOVERY SIMPLE;
GO
-- Shrink the truncated log file to 1 MB.
DBCC SHRINKFILE (WSS_Content_FDI80_Log, 1);
GO
-- Reset the database recovery model.
ALTER DATABASE WSS_Content_FDI80
SET RECOVERY FULL;
GO

Managing cookies

fdi-sharepoint.e-monsite.com deposits cookies to improve your browsing experience, measure the website audience, display personalized advertisements, carry out targeted campaigns and personalize the site interface.