<?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: Backing up MSDE installation in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257673#M2643</link>
    <description>Thank you Paul for the info.  I'll try your script as well.  (it's much simpler than the one I was thinking of).&lt;BR /&gt;&lt;BR /&gt;    I found the 'mybackup.sql' about half-way through the "HP Systems Insight Manager Help Guide" (502 pages!) located at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/products/servers/management/hpsim/infolibrary.html" target="_blank"&gt;http://h18000.www1.hp.com/products/servers/management/hpsim/infolibrary.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;    The reason I hoped someone else had a copy is that I had previously spent about half a day getting it to work in my environment.  (I'm definitely NOT a Transact SQL guru)&lt;BR /&gt;&lt;BR /&gt;:)&lt;BR /&gt;&lt;BR /&gt;PS.  I have attached a text copy of the .sql procedure for your perusal.</description>
    <pubDate>Fri, 23 Apr 2004 09:39:11 GMT</pubDate>
    <dc:creator>Pat Wilson</dc:creator>
    <dc:date>2004-04-23T09:39:11Z</dc:date>
    <item>
      <title>Backing up MSDE installation</title>
      <link>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257671#M2641</link>
      <description>I remember seeing something some time ago with a script to backup the MSDE 'Insight_v1_0' database.  I believe the default name (from the documentation) was 'myBackup.sql'.  For the life of me I can't find it any more.  Does this ring any bells with anyone else?  Anyone have a copy of this script?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 23 Apr 2004 09:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257671#M2641</guid>
      <dc:creator>Pat Wilson</dc:creator>
      <dc:date>2004-04-23T09:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up MSDE installation</title>
      <link>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257672#M2642</link>
      <description>I do not know if there is a way to do this directly through insight manager but you can easily back the database up to disk through the use of some SQL tools like Query Analyzer or the command line version OSQL.&lt;BR /&gt;&lt;BR /&gt;Just issue the following command:&lt;BR /&gt;&lt;BR /&gt;BACKUP DATABASE xxx TO DISK = 'yyy\xxx.bak'&lt;BR /&gt;&lt;BR /&gt;xxx = database name&lt;BR /&gt;yyy = disk path&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 23 Apr 2004 09:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257672#M2642</guid>
      <dc:creator>Paul Timmerman_1</dc:creator>
      <dc:date>2004-04-23T09:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up MSDE installation</title>
      <link>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257673#M2643</link>
      <description>Thank you Paul for the info.  I'll try your script as well.  (it's much simpler than the one I was thinking of).&lt;BR /&gt;&lt;BR /&gt;    I found the 'mybackup.sql' about half-way through the "HP Systems Insight Manager Help Guide" (502 pages!) located at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/products/servers/management/hpsim/infolibrary.html" target="_blank"&gt;http://h18000.www1.hp.com/products/servers/management/hpsim/infolibrary.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;    The reason I hoped someone else had a copy is that I had previously spent about half a day getting it to work in my environment.  (I'm definitely NOT a Transact SQL guru)&lt;BR /&gt;&lt;BR /&gt;:)&lt;BR /&gt;&lt;BR /&gt;PS.  I have attached a text copy of the .sql procedure for your perusal.</description>
      <pubDate>Fri, 23 Apr 2004 09:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257673#M2643</guid>
      <dc:creator>Pat Wilson</dc:creator>
      <dc:date>2004-04-23T09:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up MSDE installation</title>
      <link>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257674#M2644</link>
      <description>Well as luck might have it, I am a SQL DBA by training so this is right up my alley.  &lt;BR /&gt;&lt;BR /&gt;The difference between what I gave you and what the script provided by HP shows is the following:&lt;BR /&gt;&lt;BR /&gt;My code will execute a one time backup.  The script provided by HP actually creates a job that can be executed at scheduled intervals utilizing the SQL Server Agent.  Keep in mind that sans a few minor differences, MSDE is SQL Server.&lt;BR /&gt;&lt;BR /&gt;The script provided by HP also provides a step for transaction log backups.  This is a much larger issue than what I will go into here but lends to what type of recovery capabilities you need for the database.  If you need to be able to recovery to a specific point in time (lets say you can only stand to lose 30 minutes of data is the server blows up) then you should be doing transaction log backups at least every 30 minutes.  Your DB should also be in full recovery model.  If you do not need point in time recoverability and going back to your last DB backup is fine, then you can skip the TLOG backups (make sure to put the DB in simple recovery mode so the log does not balloon) and routinely backup the database as per your needs.&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2004 09:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257674#M2644</guid>
      <dc:creator>Paul Timmerman_1</dc:creator>
      <dc:date>2004-04-23T09:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up MSDE installation</title>
      <link>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257675#M2645</link>
      <description>So, if I run this script once, it will create a permanent job that I then only need to use the "EXEC sp_start_job @job_name = 'mydbBackupJob'" command to execute?</description>
      <pubDate>Fri, 23 Apr 2004 11:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257675#M2645</guid>
      <dc:creator>Pat Wilson</dc:creator>
      <dc:date>2004-04-23T11:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Backing up MSDE installation</title>
      <link>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257676#M2646</link>
      <description>True, you could do it that way. the easier way though is to schedule the job through the agent so it runs on a consistent basis.  it does not appear that the script establishes a schedule so you would need to that yourself.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 23 Apr 2004 13:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/backing-up-msde-installation/m-p/3257676#M2646</guid>
      <dc:creator>Paul Timmerman_1</dc:creator>
      <dc:date>2004-04-23T13:33:32Z</dc:date>
    </item>
  </channel>
</rss>

