<?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 in BackOffice Products</title>
    <link>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499780#M2476</link>
    <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;I'd appreciate keeping us updated!&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 09 Mar 2005 01:44:51 GMT</pubDate>
    <dc:creator>Norman_21</dc:creator>
    <dc:date>2005-03-09T01:44:51Z</dc:date>
    <item>
      <title>SQL</title>
      <link>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499776#M2472</link>
      <description>hi guys i have note got a lot of knowledge on SQL mainly oracle/sybase,&lt;BR /&gt;i need to import a sql7 database export file with an extension of .MDF and a log file into an sql2000 sp3 database.&lt;BR /&gt;i have looked at the import option but i cannot see anything that looks for a file with the extension i have.&lt;BR /&gt;can someone tell me how to achieve this it is a fairly large db and i need to get it going.&lt;BR /&gt;regards&lt;BR /&gt;      Andrew</description>
      <pubDate>Tue, 08 Mar 2005 04:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499776#M2472</guid>
      <dc:creator>andrew medhurst</dc:creator>
      <dc:date>2005-03-08T04:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: SQL</title>
      <link>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499777#M2473</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use the .MDF database extension is recognized by SQL 2000 SP3 as well as .LDF log file extension?&lt;BR /&gt;&lt;BR /&gt;sp_attch &lt;CHECK the="" online="" books=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.15seconds.com/issue/050127.htm" target="_blank"&gt;http://www.15seconds.com/issue/050127.htm&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Hope this help&lt;BR /&gt;&lt;/CHECK&gt;</description>
      <pubDate>Tue, 08 Mar 2005 04:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499777#M2473</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2005-03-08T04:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: SQL</title>
      <link>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499778#M2474</link>
      <description>First, I'm not a SQL specialist, but this might do the job:&lt;BR /&gt;Open up MS-SQL Server 2000 Enterprise Manager at the destination Server.&lt;BR /&gt;Select the SQL Server you want to import the .MDF file to.&lt;BR /&gt;&lt;BR /&gt;Select DTS (Data Transforming Service)&lt;BR /&gt;Rigth clic on Local Packages, New Package&lt;BR /&gt;Choose a connection type: MS-Access or Text-File source.&lt;BR /&gt;Then choose "Microsoft OLE DB Provider for SQL Server" as the destination connection.&lt;BR /&gt;Then, select the third default Task: DTS&lt;BR /&gt;&lt;BR /&gt;I hope it helps.&lt;BR /&gt;plz, report back.&lt;BR /&gt;regards.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2005 04:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499778#M2474</guid>
      <dc:creator>Edgar Zapata</dc:creator>
      <dc:date>2005-03-08T04:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: SQL</title>
      <link>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499779#M2475</link>
      <description>Typ'o "sp_attach"&lt;BR /&gt;&lt;BR /&gt;Sp_detach_db and Sp_attach_db Stored Procedures&lt;BR /&gt;To use the sp_detach_db and sp_attach_db stored procedures, follow these steps: 1. Detach the database on the source server by using the sp_detach_db stored procedure. You must copy the .mdf, .ndf and .ldf files associated with the database to the destination server. See this table for a description of the file types:&lt;BR /&gt;&lt;BR /&gt;File name extension Description &lt;BR /&gt;.mdf  Primary data file &lt;BR /&gt;.ndf  Secondary data file &lt;BR /&gt;.ldf  Transaction log file &lt;BR /&gt; &lt;BR /&gt;2. Attach the database on the destination server by using the sp_attach_db stored procedure and point to the files you copied to the destination server in the preceding step.For additional information about how to use these methods, click the article number below to view the article in the Microsoft Knowledge Base:  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/?scid=kb;en-us;314546#10" target="_blank"&gt;http://support.microsoft.com/?scid=kb;en-us;314546#10&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2005 04:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499779#M2475</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2005-03-08T04:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: SQL</title>
      <link>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499780#M2476</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;I'd appreciate keeping us updated!&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 09 Mar 2005 01:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499780#M2476</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2005-03-09T01:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: SQL</title>
      <link>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499781#M2477</link>
      <description>Hi guys&lt;BR /&gt;  I have eventually got this all sorted it would appear that your comments where correct and the file i had was a copy of the master DB file and once we resolved another issue i copied it onto the relevant area and attached it, it all seems to be as it should, was a bit confused to start ass i was told this was an export, which it wasn't.&lt;BR /&gt;so thanks again, all done.&lt;BR /&gt;regards&lt;BR /&gt;      Andrew</description>
      <pubDate>Wed, 09 Mar 2005 03:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499781#M2477</guid>
      <dc:creator>andrew medhurst</dc:creator>
      <dc:date>2005-03-09T03:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: SQL</title>
      <link>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499782#M2478</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;After copying the DB file (MDF) and the Transaction Log file (LDF)and attach them successfully to the new SQL Server. &lt;BR /&gt;Restore the DB Backup from the old SQL Server to the new one if you have performed a backup newer than those (MDF &amp;amp; LDF) files.&lt;BR /&gt;&lt;BR /&gt;Come back for any questions&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2005 04:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/sql/m-p/3499782#M2478</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2005-03-09T04:07:14Z</dc:date>
    </item>
  </channel>
</rss>

