<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SQL Database log file in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556009#M12244</link>
    <description>Hi Claas,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;Please forgive me as my SQL knowlegde is limited.&lt;BR /&gt;&lt;BR /&gt;I am not totally clear on your suggestion.&lt;BR /&gt;&lt;BR /&gt;The Insight manager database is not currently being backed up via SQL but by an enterprise solution.&lt;BR /&gt;&lt;BR /&gt;I have read that it would be a good idea to create a backup maintenance plan for database and transaction logs, change the recovery mode to simple as suggested by James and this should work.&lt;BR /&gt;&lt;BR /&gt;What do you think&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
    <pubDate>Thu, 02 Jun 2005 08:28:37 GMT</pubDate>
    <dc:creator>Joe_328</dc:creator>
    <dc:date>2005-06-02T08:28:37Z</dc:date>
    <item>
      <title>SQL Database log file</title>
      <link>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556005#M12240</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Environment;&lt;BR /&gt;&lt;BR /&gt;Windows 2003, HP SIM v4.1 and about monitoring about 450 managed systems.&lt;BR /&gt;&lt;BR /&gt;Query;&lt;BR /&gt;&lt;BR /&gt;The log files have been steadily increasing and stand at 97gb on a 143gb disk. At the moment the log file is configured to unrestricted growth but it's behaviour is contrary to another HP SIm box.&lt;BR /&gt;&lt;BR /&gt;Does anyone know of any reason why this would be happening? Can I delete this log file, and then restrict the size of the new one? any advice would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Wed, 01 Jun 2005 13:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556005#M12240</guid>
      <dc:creator>Joe_328</dc:creator>
      <dc:date>2005-06-01T13:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Database log file</title>
      <link>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556006#M12241</link>
      <description>On the SQL Server, Change the database type to "Simple" and set it to "auto-shrink".  It'll stay around a few MB then.</description>
      <pubDate>Wed, 01 Jun 2005 13:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556006#M12241</guid>
      <dc:creator>James Kennedy_4</dc:creator>
      <dc:date>2005-06-01T13:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Database log file</title>
      <link>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556007#M12242</link>
      <description>Hello Joe,&lt;BR /&gt;&lt;BR /&gt;if you are using MS SQL server this should help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;created a DB Maintenance plan for the insight db.&lt;BR /&gt;&lt;BR /&gt;added to the transactionlog backup step a second step with this SQL states&lt;BR /&gt;------&lt;BR /&gt;use Insight_v1_0 &lt;BR /&gt;DBCC SHRINKfile(Insight_v1_0_log, 0)&lt;BR /&gt;------&lt;BR /&gt;&lt;BR /&gt;let this run every 30 minutes an kill all transactionlogbackup that are older than 2 hrs, then it should not grow beyond 200 MB&lt;BR /&gt;&lt;BR /&gt;you will surely have to adjust the statement to oyur db names and filegroups names, but after that it will work.&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Thu, 02 Jun 2005 03:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556007#M12242</guid>
      <dc:creator>Claas Kruhoefer</dc:creator>
      <dc:date>2005-06-02T03:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Database log file</title>
      <link>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556008#M12243</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. Just to clarify, What effect if any will this have? Will it reduce/ Shrink the already huge transactio logs or do I have to delete the existing transaction log file.&lt;BR /&gt;&lt;BR /&gt;Also will this setting (auto shrink) not have an adverse effect on database performance.&lt;BR /&gt;&lt;BR /&gt;Please forgive me as my SQL knowlegde is limited.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Thu, 02 Jun 2005 07:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556008#M12243</guid>
      <dc:creator>Joe_328</dc:creator>
      <dc:date>2005-06-02T07:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Database log file</title>
      <link>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556009#M12244</link>
      <description>Hi Claas,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;Please forgive me as my SQL knowlegde is limited.&lt;BR /&gt;&lt;BR /&gt;I am not totally clear on your suggestion.&lt;BR /&gt;&lt;BR /&gt;The Insight manager database is not currently being backed up via SQL but by an enterprise solution.&lt;BR /&gt;&lt;BR /&gt;I have read that it would be a good idea to create a backup maintenance plan for database and transaction logs, change the recovery mode to simple as suggested by James and this should work.&lt;BR /&gt;&lt;BR /&gt;What do you think&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 02 Jun 2005 08:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556009#M12244</guid>
      <dc:creator>Joe_328</dc:creator>
      <dc:date>2005-06-02T08:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Database log file</title>
      <link>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556010#M12245</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;At the size of the log files you have right now, it'd be very difficult to do any backups.  You definately want to get it shrunk down, and then you can setup a backup plan if you desire.  &lt;BR /&gt;&lt;BR /&gt;Backing up the logs aren't that important unless you require the ability to do a restore to the exact moment of a loss.  Generally I don't consider the SIM database logs that important, as they will recreate themselves based on newly collected data.</description>
      <pubDate>Thu, 02 Jun 2005 09:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556010#M12245</guid>
      <dc:creator>James Kennedy_4</dc:creator>
      <dc:date>2005-06-02T09:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Database log file</title>
      <link>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556011#M12246</link>
      <description>Thank for your help James</description>
      <pubDate>Thu, 02 Jun 2005 11:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556011#M12246</guid>
      <dc:creator>Joe_328</dc:creator>
      <dc:date>2005-06-02T11:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Database log file</title>
      <link>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556012#M12247</link>
      <description>Hi James / Joe&lt;BR /&gt;&lt;BR /&gt;I am facing same problem my sql data mdf log files are increasing  facing problem while starting the SM&lt;BR /&gt;&lt;BR /&gt;Please help me how to delete these files &lt;BR /&gt;&lt;BR /&gt;I dont have SQL so much Knowledge.&lt;BR /&gt;&lt;BR /&gt;size is incresing please help needed critical&lt;BR /&gt;&lt;BR /&gt;REgards&lt;BR /&gt;VAsu</description>
      <pubDate>Sat, 27 Mar 2010 12:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/sql-database-log-file/m-p/3556012#M12247</guid>
      <dc:creator>vasudevahospattan</dc:creator>
      <dc:date>2010-03-27T12:02:16Z</dc:date>
    </item>
  </channel>
</rss>

