Senaste inläggen 

Taggar 

CU1     performance     DTA     0xC0010014     Cluster     2008     improve     constraint     login error     2000     temp table     resource governor     transactions     clean up     Page life expectancy     CMS     Microsoft     platsannons SQL utvecklare     #am_get_querystats     Business Intelligence     reorganize index     sql browser     2011     SQL Server     connection     access denied     central management server     concatenation     SSAS     filter     Logins     SSRS     virtuell     data warehouse     parallelism     Extended Event     Techdays     SQL server codename Denali     page splits     history     Activity Monitor     SSRS 2008     SQL Denali     SQL2008     0xC0202009     sp_MSForEachDB     package load     DECIMAL     SSIS     sql 2005     HEAP     XP_cmdshell     Reports     features     bugs     sp1     gratis verktyg     parameters     connect     SQL Server 2012     BOL     dbmail     2005     Trace Flag     CTP1     security     AcquireConnection     HADR     create index     error     T-SQL     CTE     profile     function     feedback     sql 2008     CU3     Säkerhet     Datawarehouse     rebuild     undocumented procedures

SQL Server errorlog management

Skrivet den 24 februari 2012 i SQL Server best practices, Jan Nieminen, Level 200, sv, en The other day i encountered a problem when trying to open the SQL Server errorlog. SQL Server had been up and running for a long time without a restart so the errorlog had grown very big which made it very time consuming to open. This scenario can be avoided with a litte planning. If you suspect that your SQL Server instance will be running for a long time without interruption it could be a good idea to change the number of errorlogs before it's recycled from default (6) to, for example, 30. But this alone will not be enough. There is a stored procedure to recycle the errorlog, sp_cycle_errorlog which can be used to create a new logfile without restarting SQL Server. This command can be scheduled to run at appropriate intervals and together with the increased number of errorlogs it will make access to your SQL Server errorlog much more painless. These are two very simple things that can make your life a lot easier and they will let you focus on the real problem when it arrives. If you need help with planning your SQL Server environment don't hesitate to contact us.

Skriv en kommentar