See this https://learn.microsoft.com/en-us/sql/relational-databases/logs/troubleshoot-a-full-transaction-log-sql-server-error-9002?view=sql-server-2017#common-reasons-for-a-full-transaction-log Backup copy https://web.archive.org/web/20240000000000*/https://learn.microsoft.com/en-us/sql/relational-databases/logs/troubleshoot-a-full-transaction-log-sql-server-error-9002?view=sql-server-2017 or quick fix, set db recovery to simple https://www.mssqltips.com/sqlservertutorial/3311/how-to-shrink-the-transaction-log/ Backup copy https://web.archive.org/web/20240616094706/https://www.mssqltips.com/sqlservertutorial/3311/how-to-shrink-the-transaction-log/
See for the simplified version: https://bennettadelson.wordpress.com/2012/02/01/previous-versions-and-shadow-copies-with-very-long-paths/ and this for the original version http://blogs.msdn.com/b/adioltean/archive/2008/02/28/a-simple-way-to-access-shadow-copies-in-vista.aspx Backups http://web.archive.org/web/*/https://bennettadelson.wordpress.com/2012/02/01/previous-versions-and-shadow-copies-with-very-long-paths/ http://web.archive.org/web/*/http://blogs.msdn.com/b/adioltean/archive/2008/02/28/a-simple-way-to-access-shadow-copies-in-vista.aspx
To change the default message size that Windows SBS 2008 server can recevie or send paste this in the Exchange Management Shell. ( Change "SERVIDOR" to our server name). Get-ReceiveConnector | select identity,maxmessagesize Set-ReceiveConnector "SERVIDOR\Default SERVIDOR" -maxmessagesize 150MB Set-ReceiveConnector "SERVIDOR\Windows SBS Fax Sharepoint Receive SERVIDOR" -maxmessagesize 150MB Set-ReceiveConnector "SERVIDOR\Windows SBS Internet Receive SERVIDOR" -maxmessagesize 150MB Get-SendConnector | select identity,maxmessagesize Set-SendConnector "Windows SBS Internet Send SERVIDOR" -maxmessagesize 150MB
Comentários