<?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 Database recreation with error 3624 in BackOffice Products</title>
    <link>https://community.hpe.com/t5/backoffice-products/database-recreation-with-error-3624/m-p/3783961#M2604</link>
    <description>My database got marked SUSPECT status. I tried to dettach it but it cannot be dettached. I made an uninstall and reinstall of my sql server 2000. When I tried to attach it, I received an error:&lt;BR /&gt;&lt;BR /&gt;Server: Msg 3624, Level 20, State 1, Line 1&lt;BR /&gt; &lt;BR /&gt;Location:  page.cpp:2610&lt;BR /&gt;Expression:  spaceNeeded &amp;lt;= spaceContig &amp;amp;&amp;amp; spaceNeeded &amp;lt;= space_usable&lt;BR /&gt;SPID:   57&lt;BR /&gt;Process ID:  1744&lt;BR /&gt;&lt;BR /&gt;Connection Broken&lt;BR /&gt;&lt;BR /&gt;I read a thread from this forum on how to fix this problem. But I am still getting the error. I noticed my transaction log(LDF) could be corrupted since its just 504KB and my MDF is almost 8GB.</description>
    <pubDate>Mon, 08 May 2006 00:49:32 GMT</pubDate>
    <dc:creator>Jojo Villarmino</dc:creator>
    <dc:date>2006-05-08T00:49:32Z</dc:date>
    <item>
      <title>Database recreation with error 3624</title>
      <link>https://community.hpe.com/t5/backoffice-products/database-recreation-with-error-3624/m-p/3783961#M2604</link>
      <description>My database got marked SUSPECT status. I tried to dettach it but it cannot be dettached. I made an uninstall and reinstall of my sql server 2000. When I tried to attach it, I received an error:&lt;BR /&gt;&lt;BR /&gt;Server: Msg 3624, Level 20, State 1, Line 1&lt;BR /&gt; &lt;BR /&gt;Location:  page.cpp:2610&lt;BR /&gt;Expression:  spaceNeeded &amp;lt;= spaceContig &amp;amp;&amp;amp; spaceNeeded &amp;lt;= space_usable&lt;BR /&gt;SPID:   57&lt;BR /&gt;Process ID:  1744&lt;BR /&gt;&lt;BR /&gt;Connection Broken&lt;BR /&gt;&lt;BR /&gt;I read a thread from this forum on how to fix this problem. But I am still getting the error. I noticed my transaction log(LDF) could be corrupted since its just 504KB and my MDF is almost 8GB.</description>
      <pubDate>Mon, 08 May 2006 00:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/database-recreation-with-error-3624/m-p/3783961#M2604</guid>
      <dc:creator>Jojo Villarmino</dc:creator>
      <dc:date>2006-05-08T00:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Database recreation with error 3624</title>
      <link>https://community.hpe.com/t5/backoffice-products/database-recreation-with-error-3624/m-p/3783962#M2605</link>
      <description>Excerp from:  &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=107731&amp;amp;admit=-682735245+1147133867256+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=107731&amp;amp;admit=-682735245+1147133867256+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To attach the Database, I stopped SQL-Server, copied the Databasefile (e.g: baandb.mdf &amp;amp; baandb.ldf), then I started SQL-Server again, and deleted the baandb-Database. Next I recreated it as an empty Database, with exact the same name and parameters as the old one. After that I stopped SQL-Server again, deleted the new baandb.mdf &amp;amp; .ldf in Windows Explorer and renamed the saved one to the new one. After that started SQL-Server again, and the Database is attached and not marked with suspect. Now you can run DBCC-Tools.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Mon, 08 May 2006 19:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/database-recreation-with-error-3624/m-p/3783962#M2605</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2006-05-08T19:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Database recreation with error 3624</title>
      <link>https://community.hpe.com/t5/backoffice-products/database-recreation-with-error-3624/m-p/3783963#M2606</link>
      <description>Thanks Jon!&lt;BR /&gt;&lt;BR /&gt;I followed this method. Im still getting the same error message. If my transaction log (LDF) is corrupted, can I still make use of the data file (MDF) to recover my database?</description>
      <pubDate>Mon, 08 May 2006 20:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/database-recreation-with-error-3624/m-p/3783963#M2606</guid>
      <dc:creator>Jojo Villarmino</dc:creator>
      <dc:date>2006-05-08T20:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Database recreation with error 3624</title>
      <link>https://community.hpe.com/t5/backoffice-products/database-recreation-with-error-3624/m-p/3783964#M2607</link>
      <description>Jojo,&lt;BR /&gt; &lt;BR /&gt;To attach only MDF file  execute the command:&lt;BR /&gt;SP_ATTACH_SINGLE_FILE_DB 'dbname','mdf file name' &lt;BR /&gt;&lt;BR /&gt;But I think your problem is corrupted mdf file, and not log file.&lt;BR /&gt;Generally speaking LDF size have no  correlation with MDF size, if you use simple recovery mode your ldf file maybe just 100 Kb for any size of MDF file.&lt;BR /&gt;&lt;BR /&gt;I hope you have good backup of database.....</description>
      <pubDate>Tue, 09 May 2006 00:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/database-recreation-with-error-3624/m-p/3783964#M2607</guid>
      <dc:creator>Igor Karasik</dc:creator>
      <dc:date>2006-05-09T00:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Database recreation with error 3624</title>
      <link>https://community.hpe.com/t5/backoffice-products/database-recreation-with-error-3624/m-p/3783965#M2608</link>
      <description>Thanks for your reply again Jon. I also tried running  SP_ATTACH_SINGLE_FILE_DB, but it is looking for the log file. Thanks again</description>
      <pubDate>Tue, 09 May 2006 04:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/backoffice-products/database-recreation-with-error-3624/m-p/3783965#M2608</guid>
      <dc:creator>Jojo Villarmino</dc:creator>
      <dc:date>2006-05-09T04:03:46Z</dc:date>
    </item>
  </channel>
</rss>

