SQL Server Disaster Recovery and Availability ForumAny questions or discussions around using backup/restore, DBCC, recovering from hardware issues, planning disaster recovery or high-availability strategies.© 2009 Microsoft Corporation. All rights reserved.Tue, 01 Dec 2009 08:00:22 Z91a6d335-4c9f-485d-a943-74957ce01d38http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/fef90b08-b854-44a8-8ab2-f3086c095489http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/fef90b08-b854-44a8-8ab2-f3086c095489johnny mangohttp://social.technet.microsoft.com/Profile/en-US/?user=johnny%20mangoFailover Cluster - where to place MSDTC?Hi there,<br/><br/>I am no SQL expert, so I´d like a bit of advice if possible. I am currently setting up an SQL 2008 EE Cluster for SCOM 2007 R2 in Server 2008. I have already set up the Windows Failover Cluster and am just about ready to install SQL 2008. I have already created a clustered MDSTC instance.<br/>I was wondering, due to a lack of LUN's, if it is feasible to place the SQL system databases in the same LUN as MSDTC? At the moment I have a dedicated LUN for the quorum, another for MSDTC, which is where I was going to install the SQL system databases, and LUN's for Dbs and logs. Would it be appropriate to leave MSDTC with the System Databases?<br/><br/>Thanks in advance!Mon, 30 Nov 2009 23:54:55 Z2009-12-01T05:13:41Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/dcbf6b06-7c66-4237-a036-c8699ac0db80http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/dcbf6b06-7c66-4237-a036-c8699ac0db80Ganyuhttp://social.technet.microsoft.com/Profile/en-US/?user=GanyuTwo same name MDF files in MSSQL 2008 data folder<p>I have 2 same primary data files existing in the same data folder for one of my DB in mssql 2008 standard version. One file contains 20 GB, contains 0 byte. I did dbcc check on the database and no error return. Nothing was found in error log.</p>Sat, 28 Nov 2009 20:32:01 Z2009-12-01T04:38:25Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/6dae4b9d-c5f2-47a0-8556-3612ed1c9d6ehttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/6dae4b9d-c5f2-47a0-8556-3612ed1c9d6eg33kspeakhttp://social.technet.microsoft.com/Profile/en-US/?user=g33kspeakSetting up replication<p>Trying to set up replication between two machines (Developer Edition) and receiving an unitialized pull subscription.  Error message states the publisher cannot be accessed with an agent message of 20084.</p> <p>Any ideas?</p> <p>Thanks!</p>Tue, 08 Aug 2006 15:58:56 Z2009-11-30T23:12:35Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/cd51b8f0-962d-462b-ac33-4d472d2dfc4fhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/cd51b8f0-962d-462b-ac33-4d472d2dfc4fAnotherOneBitesTheDusthttp://social.technet.microsoft.com/Profile/en-US/?user=AnotherOneBitesTheDustWhat is the optimal configuration for a multicore system?<p> </p> <p>I would like to know what options are available from  <strong>BIOS / OS / SQL and server</strong> perspective when configuring or tuning a system with SQL Server 2000 or SQL Server 2005. </p> <p> </p> <p>For example, I have a system with 4 dual-core Opteron CPUs on Windows 2003 Enterprise Edition.   However, the OS sees 8 CPUs -- is this the optimal configuration or is it better (if even possible) to configure the system to see only 4 CPUs?   The reason for this concern is due to performance problems faced deploying systems with Hyperthreading Technology. </p> <p> </p> <p>Any documentation or examples in this regard would be very useful.  Basically, what are the scenarios that would require a certain type of CPU configuration over another.</p> <p> </p> <p>Thanks in advance for your help,</p> <p> </p> <p>Ziggy</p>Mon, 14 May 2007 20:48:56 Z2009-11-30T23:07:23Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/dc47fae5-6caa-4b28-9dbf-31d49543fbf4http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/dc47fae5-6caa-4b28-9dbf-31d49543fbf4JulieShop1http://social.technet.microsoft.com/Profile/en-US/?user=JulieShop1How can I trigger full backup on tran log backup error?<font face=Arial size=2> <p>Hello,</p> <p align=left>I have MS SQL 2005 server with 300+ databases on it. The application is set up that way that it creates a new database as needed (dynamically). Do not ask me why - I hate this design... So, it can create 3-4 databases a day (random time).</p> <p align=left>I've scheduled full backup of all databases to run once at night, and it runs just fine. Besides that, I have scheduled tran logs backup of all databases to run every hour. This backup fails from time to time with the following error:</p> <p align=left> </p> <p align=left>Executing the query &quot;BACKUP LOG [survey_p0886464_test] TO  DISK = N'D:\\backups\\log backups\\survey_p0886464_test_backup_200708072300.trn' WITH NOFORMAT, NOINIT,  NAME = N'survey_p0886464_test_backup_20070807230002', SKIP, REWIND, NOUNLOAD,  STATS = 10<br>&quot; failed with the following error: &quot;BACKUP LOG cannot be performed because there is no current database backup.<br>BACKUP LOG is terminating abnormally.&quot;. Possible failure reasons: Problems with the query, &quot;ResultSet&quot; property not set correctly, parameters not set correctly, or connection not established correctly.<br></p> <p align=left>So, I think what happens is since my full backup of all databases are scheduled to run only once at night, and tran logs every hour, when new database is created during the day, there is no full backup for it, that is why tran logs backup fails. Becuase after the failure, if I run full backup again, then tran log runs just fine afterwards.</p> <p align=left> </p> <p align=left>I am new to MS SQL Server, I am mostly working with Sybase IQ. Do you know if I can &quot;trigger&quot; full backup every time when new database created to avoid tran lof failure?</p> <p align=left> </p> <p align=left>Or is it possible to schedule full backup to run if tran log backup fails? </p> <p align=left>Any advice will be much appreciated.</p> <p align=left><br></font> </p>Wed, 08 Aug 2007 18:12:53 Z2009-11-30T22:56:59Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/80e18a2d-fa10-4993-9e63-c7c406934968http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/80e18a2d-fa10-4993-9e63-c7c406934968Adminanuphttp://social.technet.microsoft.com/Profile/en-US/?user=Adminanup1 Node of Active/Active failedHi <br><br>I have an active/active cluster and the second node failed and could not start all the instances are intact on the first node. Now we have built the second node and joined to the cluster group as well.<br><br>I am sure we dont need a install as all the instances are there so anyone know where I need to join the SQL cluster to talk to both the nodes<br><br>Thanks in advance<br><br>Anup<br>Wed, 24 Oct 2007 07:42:51 Z2009-11-30T22:50:32Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/facf24ab-f04f-4278-a62c-b36e8fbcaa3chttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/facf24ab-f04f-4278-a62c-b36e8fbcaa3cScott Halahttp://social.technet.microsoft.com/Profile/en-US/?user=Scott%20HalaRenaming a Clustered SQL Instance<p align=left><font face=Arial size=2></font> </p> <p>We are in the process of migrating our databases from one pair of Servers running SQL Server 2000 using a Failover Cluster to another pair. </p> <p align=left> </p> <p align=left>Unfortunately, we have some programs that are hard-coded to the existing instance and it will take time I don't have at this time to rewrite those programs.</p> <p align=left> </p> <p align=left>Our old Clustered SQL Server is named SQLCluster and the new one is named SQLCluster2</p> <p align=left> </p> <p align=left>We have backed up and restored the databases themselves, but cannot seem to rename the new SQL Server Cluster to SQLCluster.</p> <p align=left> </p> <p align=left>Is there a way to do this?</p> <p> </p> <p align=left>'til later,</p> <p align=left>Scott</p>Thu, 22 Nov 2007 18:47:05 Z2009-11-30T22:25:37Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/51c779c4-5e9f-420e-9502-dfba2d1aaf5dhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/51c779c4-5e9f-420e-9502-dfba2d1aaf5dCaptSkyhttp://social.technet.microsoft.com/Profile/en-US/?user=CaptSkyMaintenance Cleanup TaskI am currently running diffential backups.  They run on Monday and Wednesday.  At present, we currently have limited disk space.  What I am trying to do is when I run the diff backup on Wednesday, I don't want to see Monday's diff backup on the disk drive.  What do I need to set on File age: in order to delete Monday's backup?Mon, 30 Nov 2009 21:37:14 Z2009-11-30T22:03:46Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/cbac5637-10c7-4b6a-a2b7-43f5b8a3a28chttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/cbac5637-10c7-4b6a-a2b7-43f5b8a3a28cDavid Marrowhttp://social.technet.microsoft.com/Profile/en-US/?user=David%20MarrowGEO Clustering Windows Server 2008 & SQL Server 2008<p>We have been ask to do a proof of concept for Windows &amp; SQL Server 2008 running in a GEO cluster.  Problem is we find a lot of conflicting information on how to configure it like it has to be in the same subnet etc.  We have a storage vendor that is certified for this configuration we just need more detailed information on the actual configuration and install.  We have the storage replicating it is more about how do we setup SQL Server to recognize the storage at the DR site and how do we setup the heart beat then test failover.  We have read most of the documentation out there but it is two high level to figure out exactly what we need to do.  Has anyone out there actually accomplished this and what were the steps in getting it configured and tested.</p>Wed, 12 Aug 2009 20:03:15 Z2009-11-30T20:53:38Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/3f629a07-eb60-4d1b-95aa-bbbc5cf928cehttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/3f629a07-eb60-4d1b-95aa-bbbc5cf928ceDBADavehttp://social.technet.microsoft.com/Profile/en-US/?user=DBADaveIs it necessary to have a clustered test environment to support a production cluster?<font face=Arial size=2> <p>We will be implementing our first SQL cluster in December.  Our current plan calls for a shared development/test database server with one physical server, but two SQL Server instances.  Our production environment will be a SQL cluster.  Is it necessary to create a clustered test environment for testing patches, hot-fixes, etc...?</p> <p> </p> <p align=left>Thanks,   Dave </p></font>Tue, 27 Nov 2007 17:59:18 Z2009-11-30T20:51:54Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/9e953920-d982-4b0a-a266-b1e6827b3cfdhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/9e953920-d982-4b0a-a266-b1e6827b3cfdN_SQLhttp://social.technet.microsoft.com/Profile/en-US/?user=N_SQLInstalling sql Server 2008 on a failover clusterHello!<br/>I just got a task to install SQL Server 2008 (failover cluster node) on a client's machine.<br/>I have experience of installing SQL Server 2008 but not on a failover cluster.<br/>i am reading this at present.. <a href="http://msdn.microsoft.com/en-us/library/ms179530.aspx">http://msdn.microsoft.com/en-us/library/ms179530.aspx</a><br/><br/>My questions are:<br/>Is there any difference in the installation?<br/>Is there something that i have to check before installation?<br/>What issues can i face? (so that i can get prepared for them)<br/><br/>....Any page that has installation GUI will be appreciated.<br/><hr class="sig">Regards,<br/> N_SQL <br/><b><i> Unfortunate is he who cannot gain a few sincere friends during his life <br/>...and more unfortunate is the one who has gained them and then lost them (through his deeds).</b></i>Wed, 29 Apr 2009 07:46:36 Z2009-11-30T19:23:19Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/6573526c-8db8-4732-ad14-6d9eb9c0c2c7http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/6573526c-8db8-4732-ad14-6d9eb9c0c2c7Graham_Khttp://social.technet.microsoft.com/Profile/en-US/?user=Graham_KT-SQL Statements to Stop and then restart mirroringHi All,<br/><br/>I'm endeavouring to create an SSIS package to transfer logins between a principal and backup database in a mirroring scenario.  Because the mirroring is enabled, it will not let me copy onto the secondary database.  So please can someone tell me the statements to stop and restart mirroring so that I can put them at the start - and end - of the package routine?<br/><br/>I tried pausing / resuming mirroring, but this did not work.<br/><br/>Many Thanks<br/>GrahamFri, 27 Nov 2009 11:53:40 Z2009-11-30T18:48:58Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/db536ff6-42d1-4baf-a71b-0edc750507aehttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/db536ff6-42d1-4baf-a71b-0edc750507aeSrinivasa Ganamurhttp://social.technet.microsoft.com/Profile/en-US/?user=Srinivasa%20GanamurHow to restore ndf file (.ndf extension)Hi,<br/><br/>For the purpose of data archiveng,i have taken back up of ndf file (it contains very old data) &amp; i have removed this file from database.Now my customer asking these file data.Now i have to again attach/restore this ndf file.Please let me know how to attach/restore.Mon, 30 Nov 2009 11:40:58 Z2009-11-30T14:42:59Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/94b8a57f-501e-407e-b29d-0ca3516ebe9ehttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/94b8a57f-501e-407e-b29d-0ca3516ebe9eRavendrahttp://social.technet.microsoft.com/Profile/en-US/?user=RavendraSQL Server 2000 Enterprise Edition (remote query timeout (s) option setb to 300)Hi,<br/><br/>I am wondring when I set 'remote query timeout' option to 300 second but when I remotely taking the session of this server from other SQL Server it still executing the query more than 5 Min.<br/><br/>sp_configure 'remote query timeout (s)' ,300 <br/>reconfigure with override<br/><br/>our aim:- any application team member or any remote user if executing the query &amp; it taking more than 5 MIN it should to time out.<br/>I have set remote query timeout parameter by using above command &amp; I also cross in run value its updated. <br/>enviroment:-SQL server 2000 Enter Edt<br/>logshipping configure in this servers as aa secondry.<br/><br/>please advice.<br/><br/>reagrds<br/>ravi<br/><hr class="sig">indiaFri, 27 Nov 2009 15:51:57 Z2009-11-30T10:09:13Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/6e1201e1-b622-41a1-b470-18e77d326089http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/6e1201e1-b622-41a1-b470-18e77d326089ajaymallochttp://social.technet.microsoft.com/Profile/en-US/?user=ajaymallocError: 18210, Severity: 16, State: 1. and Backup Error: 3041, Severity: 16, State: 1.<p class=MsoNormal style="margin:0cm 0cm 0pt"><strong style=""><span style="font-size:14pt"><span style="font-family:Times New Roman">Issue : </span></span></strong></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small"><span style="font-family:Times New Roman">===================</span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small;font-family:Times New Roman">The backup job fails and I get <span style="background:yellow">Error: 18210, Severity: 16, State: 1.</span> and <span style="background:yellow">Backup Error: 3041, Severity: 16, State: 1.</span> in SQL Server ERRORLOG.</span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small;font-family:Times New Roman"> </span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small;font-family:Times New Roman">Error comes while taking full backup on SQL Server 2005 sp3. </span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small;font-family:Times New Roman"> </span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><strong style=""><span style="font-size:14pt"><span style="font-family:Times New Roman">ERRORLOG extract</span></span></strong></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small"><span style="font-family:Times New Roman">===================</span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small"><span style="font-family:Times New Roman">2009-11-28 01:13:01.920 spid62 <span style="background:yellow">Error: 18210, Severity: 16, State: 1.</span></span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small"><span style="font-family:Times New Roman">2009-11-28 01:13:01.920 spid62 BackupMedium::ReportIoError: write failure on backup device 'D:\data\data_srv\dbagroup\dbamaint\LDNTSY01SDPR\ddumps\tmp_BackupSql_LDNTSY01SDPR_TRIPL_20091128_010512.BAK'. <span style="background:yellow;color:red">Operating system error 112(error not found).</span></span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small"><span style="font-family:Times New Roman">2009-11-28 01:13:01.920 <span style="background:yellow">Backup Error: 3041, Severity: 16, State: 1.</span></span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small"><span style="font-family:Times New Roman">2009-11-28</span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small;font-family:Times New Roman"> </span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small"><span style="font-family:Times New Roman">Application Log:</span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small;font-family:Times New Roman"> </span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span style="font-size:small"><span style="font-family:Times New Roman">BackupMedium::ReportIoError: write failure on backup device 'D:\data\data_srv\dbagroup\dbamaint\LDNTSY01SDPR\ddumps\tmp_BackupSql_LDNTSY01SDPR_TRIPL_20091129_010214.BAK'. <strong style=""><span style="background:yellow;color:red">Operating system error 112(error not found)</span><span style="color:red">.</span></strong></span></span></p>Sun, 29 Nov 2009 03:05:19 Z2009-11-29T09:36:12Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/964f45e9-5228-45bc-994e-90e2a5f84c6dhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/964f45e9-5228-45bc-994e-90e2a5f84c6daaditya2000http://social.technet.microsoft.com/Profile/en-US/?user=aaditya2000SQL Server 2008 Backup?Hello:<br/><br/>I have database which is size of 12GB &amp; this database is enabled for FILESTREAM. filestream size is is 500GB+ &amp; when i do full backup it takes more than 24hrs+.<br/><br/>For database restore testing, when i restore the database it takes more than 23 days which is not acceptable.<br/><br/>Any help to expedite backups &amp; restore will be highly appreciated. SQL partition is not in our solution &amp; don't want to use as that will lead us to re-design of Database &amp; we don't want to redesign at this moment.<br/><br/>Thanks<br/>Tue, 18 Aug 2009 17:50:24 Z2009-11-27T05:36:40Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/d970f309-a845-4679-a03c-745b07b08c2bhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/d970f309-a845-4679-a03c-745b07b08c2bSQLLQShttp://social.technet.microsoft.com/Profile/en-US/?user=SQLLQSFree up memory on SQL ServerMy SQL Server 2005 has 38Gb allocated to it and its currently using 42Gb, problem is it never frees up any of this memory for other processes and the app I have running on SQL is now becoming unusable...whats the best way to free up the memory, the system used to run on only 24Gb and started to have issue so we slowly increased the memory availbale until it was at 38Gb, each time I have increased the memory the app works fine for a day and by the next morning it has eaten up all the memory.  I have 48Gb in the server but don't want to give out any more.<br/><br/>Can I set the memory to 24Gb again (without a restart) and go through the process of slowly increasing the memory again.<br/><br/>Cheers<br/>Craig HWed, 25 Nov 2009 10:58:11 Z2009-11-26T04:44:07Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/f9b483b3-1596-4d48-a6f7-c57c470b6fdbhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/f9b483b3-1596-4d48-a6f7-c57c470b6fdbSteve0510http://social.technet.microsoft.com/Profile/en-US/?user=Steve0510Database suspect -> unable to get it back online<p>We have an SQL 2000 Server which uses SAN storage for its data. On Monday the link to the san storage was lost and when it came back online one of our databases was marked Suspect and of course the applications using the data in this dbase no longer worked.<br/><br/>At first I figured I'd just restore the backup from Friday night so we'd just lose the work of Monday morning and that's when I found out the last successful sql backup was on 13/09/2009 so restore is not an option.<br/><br/>The mdf file is approx. 8.4GB large and the ldf file is approx. 4.7GB large.<br/><br/>I searched the internet for possible solutions and have tried several things.<br/><br/>Before I did anything I copied the mdf and ldf files to a different location in case I screw up the original ones even more.<br/><br/>The reason given in sql server log for the suspect status is as follows :<br/><br/>Error at log record ID (1355717:2926:4)<br/>Error:823, Severity:24, State:2<br/>I/O error ( torn page) detected during read at offset 0x00000120db000 in file D:\.......\mdb.mdf<br/>Error:3414, Severity:21, State:1<br/><br/>First of all I tried the sp_resetstatus command but the database stays in suspect mode.<br/><br/>I then put the database in emergency mode and created a new empty database with default size of 1MB to recover the data into. <br/>Unfortunately the DTS job created ( using Copy SQL Objects Task ) locked up at 20% and SQL Enterprise Manager also locked up so I had to abort this operation.<br/>It was only afterwards in another article that I found out your new database to which you want to recover data must be at least the same size as the original one ( yes it may seem logical to you but not to someone who does not know how sql works exactly. I figured sql would grow the database as needed ).<br/>Our SQL 2000 Server does not seem powerful enough to create a new database to recover in of size 8.4GB and log file size 4.7GB.<br/><br/>At this point I figured it's acceptable is the log file is lost, as long as I get the database up again so I ran DBCC checkdb ('mdb',repair_allow_data_loss) on the database but that process also locked up.<br/><br/>As a last resort I found an article online that explains you can detach the database via query analyzer and then re-attach it with only the mdf file using sp_single_file_attach_db.<br/><br/>The detaching worked fine but when trying to re-attach the database I get error :<br/>Server: Msg 823, Level 24, State 2, Line 1<br/>I/O error (torn page) detected during read at offset 0x00000120db0000 in file 'D:\Program Files\Microsoft SQL Server\MSSQL\Data\mdb.mdf'.<br/>Connection Broken<br/><br/>Basically this leaves me with no way to perform any more operations on the database. <br/><br/>I then took a spare server and installed SQL Server 2005 on it and I was able to get the database on that server in suspect mode.<br/>Problem is that whatever dbcc checkdb I want to run on it, I always get the message that I need to upgrade the database before this can be done.<br/>I don't want to upgrade the database to SQL 2005 format since it has to run on an SQL 2000 server.<br/><br/>What I tried next is to create a new empty database on SQL 2005 Server but in SQL 2000 format with at least the same size of the original database and log file, then de-attach it from the SQL 2005 server and then attach it to the SQL 2000 server but even that won't work. Something about incorrect sysindexes.<br/><br/>Next step : on the SQL Server 2000 create a new database 'mdb' with same mdf and ldf file name with default size (1mb). The server performed this operation w/o a problem.<br/>I then stopped sql services and renamed the new mdf and ldf to *.bak extention and renamed the original ones back to extentions .mdf and .ldf and started the sql service again.<br/>The database is now again visible in sql enterprise manager in status 'suspect'.<br/><br/>I probably did a lot of things wrong but there's nobody here who knows much about SQL and since it's &quot;my application&quot; that uses the database I have to fix it.<br/><br/>Any help or ideas are more than welcome.<br/><br/>References used : <a href="http://www.spaceprogram.com/knowledge/sqlserver_recover_emails_received.html">http://www.spaceprogram.com/knowledge/sqlserver_recover_emails_received.html</a><br/><a href="http://www.mssqlcity.com/Articles/Adm/attach_database.htm">http://www.mssqlcity.com/Articles/Adm/attach_database.htm</a></p>Wed, 25 Nov 2009 10:34:07 Z2009-11-25T19:56:41Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/5ec6975c-9415-479c-bcf9-2240f4bba5f4http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/5ec6975c-9415-479c-bcf9-2240f4bba5f4MikeFarinhahttp://social.technet.microsoft.com/Profile/en-US/?user=MikeFarinhaSQL Server is backing itself up daily! Why?I don't understand what is going on with my SQL Server 2008 install.<br/> I have setup a backup plan for each of my databases that includes a full, differential, and TA logs.<br/> <br/> Today I went to restore each of my databases (including master, model, and msdb) into a test server.<br/> <br/> After restoring the system databases I went to restore my user databases but I couldn't restore any of my differentials!<br/> <br/> Upon investigating I checked the msdb.backupset log and noticed that for some reason the user &quot;NT AUTHORITY\System&quot; is doing a daily Full backup (with the is_snapshot flag set to 1) for each of my databases.<br/> <br/> It seems to me as if my differentials use these daily Full Backups as their base which is why I can't restore any of my differentials.<br/> <br/> I cannot tell where these backups are being saved to nor can I tell what is triggering these backups. Can anyone help?!?! <hr class=sig> The ApprenticeTue, 24 Nov 2009 20:24:15 Z2009-11-25T17:28:39Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/7af29c95-95e8-4184-9f96-7bc26c53ca86http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/7af29c95-95e8-4184-9f96-7bc26c53ca86MKN26http://social.technet.microsoft.com/Profile/en-US/?user=MKN26sqlmaint.exe failedHi,<br/><br/>We have a backup Maint Plan to backup all the databases which are in FULL recovery model.  It was working fine till last week. Now we are getting job status as Failed. But we could see all the backup files are getting created successfully only job status is showing as &quot;FAILED&quot;.<br/><br/>We are getting the below error in the job history show details.  It's on SQL 2000.<br/><br/>Even I deleted Maint plan and created again, i changed job owner to &quot;sa&quot;. But it's returning job status as Failed.<br/><br/><br/>Executed as user: NT AUTHORITY\SYSTEM. sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029).  The step failed.<br/><br/>Thanks.<br/>Mon, 23 Nov 2009 20:49:08 Z2009-12-01T07:48:02Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/b024e97b-a10f-4c05-b200-2c345b2e36a1http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/b024e97b-a10f-4c05-b200-2c345b2e36a1luiscruz222http://social.technet.microsoft.com/Profile/en-US/?user=luiscruz222MS SQL Error 15023I have three different environments in my database: DEV=Development, TRAIN=Training and PROD=Production, When I copy PROD onto TRAIN or DEV I do it by creating a Backup of PROD then restoring it onto TRAIN and DEV. Then I change the Login Properties User mapping. this works fine for the TRAIN environment, but for DEV when I try to check the 'master' dbo as public, I get back Error 15023. I tried droping the owner and setting again, but no luck. any suggestions?Tue, 22 Sep 2009 12:36:05 Z2009-11-25T15:36:39Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/646e1ed0-e687-44c2-b9a8-b7901aafc439http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/646e1ed0-e687-44c2-b9a8-b7901aafc439Bala.ausihttp://social.technet.microsoft.com/Profile/en-US/?user=Bala.ausiSQL server<p>Hi all,<br/><br/>Could any one please help me on below error - Differntial Backup is getting failed.<br/>OS- Windows 2003 Enterprise Edition - 32 bit<br/>Physical server<br/><br/><strong>Event Type: Warning<br/>Event Source: SQLSERVERAGENT<br/>Event Category: Job Engine <br/>Event ID: 208<br/>Date:  24/11/2009<br/>Time:  12:17:50 AM<br/>User:  N/A<br/>Computer: KNPC<br/>Description:<br/>SQL Server Scheduled Job 'Databases - DIFF Backup Plan' (0x6A705D374EBF7142AC99D60D89ED15DF) - Status: Failed - Invoked on: 2009-11-24 00:05:02 - Message: The job failed.  The Job was invoked by Schedule 221 (Daily, Except Sunday).  The last step to run was step 2 (DIFF Backup of ALL Databases).</strong></p> <p><strong>For more information, see Help and Support Center at </strong><a href="http://go.microsoft.com/fwlink/events.asp"><strong>http://go.microsoft.com/fwlink/events.asp</strong></a><strong>.<br/><br/><br/>Event Type: Error<br/>Event Source: MSSQLSERVER<br/>Event Category: (2)<br/>Event ID: 17055<br/>Date:  24/11/2009<br/>Time:  12:17:46 AM<br/>User:  KNPC\KNWWsql<br/>Computer: KNPC<br/>Description:<br/>18210 :<br/>BackupMedium::ReportIoError: read failure on backup device 'VDI_F5047433-F004-4C1D-A6C4-F5427DC53656_1'. Operating system error 995(error not found).</strong></p> <p><br/><strong>For more information, see Help and Support Center at </strong><a href="http://go.microsoft.com/fwlink/events.asp"><strong>http://go.microsoft.com/fwlink/events.asp</strong></a><strong>.<br/>Data:<br/>0000: 22 47 00 00 10 00 00 00   &quot;G......<br/>0008: 06 00 00 00 4a 00 55 00   ....K.N.<br/>0010: 4d 00 42 00 4f 00 00 00   P..C....<br/>0018: 00 00 00 00               ....    <br/></strong><br/>Thanks,<br/>Bala.</p>Tue, 24 Nov 2009 18:42:48 Z2009-11-26T08:28:12Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/3563291b-acb7-4a5c-b23e-98899dcebb4ahttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/3563291b-acb7-4a5c-b23e-98899dcebb4aNav_2008http://social.technet.microsoft.com/Profile/en-US/?user=Nav_2008DBCC command to CLEAR CACHE in SQL Server 2005<span style="font-family:'Calibri', 'sans-serif';font-size:11pt">What is the DBCC Command to clear Cache.<br/><br/>What is the use of 'Auto Close' ( Database property ---&gt; Options ---&gt;  Auto Close ).<br/><br/>Can we use the below DBCC commands to clear cache...<br/><br/><span style="color:#0000ff;font-size:x-small"><span style="color:#0000ff;font-size:x-small"><span style="color:#0000ff;font-size:x-small"><span style="color:#0000ff;font-size:x-small"> <p>DBCC  <span style="font-size:x-small">FlushProcInDB</span><span style="color:#808080;font-size:x-small"><span style="color:#808080;font-size:x-small">(</span></span><span style="font-size:x-small">5</span><span style="color:#808080;font-size:x-small"><span style="color:#808080;font-size:x-small">)</span></span></p> DBCC FREEPROCCACHE<br/><br/>Thanks</span></span></span></span></span> <hr class=sig> Naveen Mukkasa| Press Yes if the post is useful.Wed, 25 Nov 2009 03:23:14 Z2009-11-27T04:18:56Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/1e17c84b-33ed-45d2-b4f9-217f3aec341ehttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/1e17c84b-33ed-45d2-b4f9-217f3aec341eAnnettaChttp://social.technet.microsoft.com/Profile/en-US/?user=AnnettaCHow do I run a command line SQL command in Windows?I tried to run an ISQL command but I get task or command &quot;not recognized&quot;. I need to stop a restore that failed. I am not that familiar with WINDOWS SQL Server.  I am using SQL Server Management Studio, SQL 2005.<br/> <br/> thanksTue, 24 Nov 2009 10:49:18 Z2009-11-24T17:16:01Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/b2bc046b-f5e3-431e-99d5-4c118aa69960http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/b2bc046b-f5e3-431e-99d5-4c118aa69960januar_15http://social.technet.microsoft.com/Profile/en-US/?user=januar_15convert drive that has active SQL databaseHi Forum,<br/><br/>i have a kind of problem, that my database of SQL stored in FAT32 drive, if i want to convert (DOS Command) to NTFS file system, how do i do it without any impact with my existing database, because i could not stop the production.<br/><br/><br/>thanks in advance,<br/>-ito-Mon, 16 Nov 2009 00:42:39 Z2009-11-24T07:32:02Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/f116dec0-9b6f-4f23-97c4-d3c3109b9929http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/f116dec0-9b6f-4f23-97c4-d3c3109b9929hearingguyhttp://social.technet.microsoft.com/Profile/en-US/?user=hearingguyRepair Procedures do not allow for selection of MSSQL Instance<p>Envronment: Windows 2003 ENT, SQL Srvr 2008 x32.<br/><br/>I have my OS on one channel - 2 drives, RAID 1 (Drive C:)<br/>I have my SQL server program and files on another channel, 6 drives, RAID 5 (Drive:D)<br/><br/>My OS drives crapped out and I had to rebuild the OS. The SQL drives and program were untouched on the other channel. After installing W2003 and applying the usual, I then tried to Repair the SQL server instance on the D: drive.  All of my SQL files and instance are on the D: drive. A copy of the SQL 2008 disk is on the D: drive and I ran setup.exe from there. The problem is that on the &quot;Ready to Repair&quot; screen, it did not list my instance on the D: drive, just the following: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091120_163654\ConfigurationFile.ini. The SQL disk was not in the drive.<br/><br/>How do repair my instance? Thanks</p>Fri, 20 Nov 2009 22:44:07 Z2009-11-24T00:24:08Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/9a7a8c6f-dcdd-4f8e-bd6d-acdc91b76dd3http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/9a7a8c6f-dcdd-4f8e-bd6d-acdc91b76dd3cliffy4195http://social.technet.microsoft.com/Profile/en-US/?user=cliffy4195sql 2000 restore database errorCan anyone advise on the error below am getting on trying to restore a sql 2000 database<br/> <br/> <br/> THE MEDIA FAMILY ON DEVICE &quot;D:\SUN-5 SQL BACKUPS\SUNDB5.BAK&quot; IS INCORRECTLY FORMED.<br/> SQL SERVER CANNOT PROCESS THIS MEDIA FAMILY. Restore database is terminating abnormally<img alt=""> <img alt="">Sun, 22 Nov 2009 14:51:36 Z2009-11-30T09:20:12Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/f352712e-4966-42ea-8cfb-dfc22658057ehttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/f352712e-4966-42ea-8cfb-dfc22658057efbit_userhttp://social.technet.microsoft.com/Profile/en-US/?user=fbit_userwhy so many extens are changing in simple insert/update/delete??I am (basically a java developer) facing the prob that my live db is 7.5 GB and its diff backups per day are 1.5 GB. (in fact we take diff backups for 4 hr) When i ran randy's script (http://www.sqlskills.com/BLOGS/PAUL/post/New-script-How-much-of-the-database-has-changed-since-the-last-full-backup.aspx )  for the half day (i.e at lunch time which is half of a complete business day) I got following output: <p>total     change percentage</p> <p>125658 17169  13.66</p> <p>I am sure this is an old application and very few ppl use this but how can this be possible to show 17169 changed extents which is causing: 17169 * 64k =&gt; 1098.816 MB (nearly 1GB differential) for such a less used application. To debug further I made a one row insert, one update and seen nearly 5 extents are changing. and after inserting 130 rows early 10 extents are changing. I am totally confused in understanding how db extents are changed and how can we minimize to get smaller diff backups? any links/help on this would be highly appreciated.</p> <p>PS: no index rebuid/reorg happened to shuffle the data. All table's indexes are clustered (i.e primary key columns)</p>Mon, 23 Nov 2009 12:39:27 Z2009-12-01T08:00:22Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/5ee769bc-6a88-4167-9309-f043caf8da09http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/5ee769bc-6a88-4167-9309-f043caf8da09Sugesh Kumarhttp://social.technet.microsoft.com/Profile/en-US/?user=Sugesh%20KumarOperating system error 38 in SQL Server BackupWe are receiving the error given below when the backup jobs is running. The thing to note here is the job completes successfully but we are getting the error logged in the log file. We use native SQL Server backup, server is running SQL Server SP3 CU1.<br/><br/>BackupIoRequest::WaitForIoCompletion: read failure on backup device 'n/a'. Operating system error 38(Reached the end of the file.).<br/>Error: 18210, Severity: 16, State: 1.<br/><br/>I tried searching in the internet but nothing could help me with this specific error, i see a lot for OS error code 995, 1227, etc. Can anyone post some valuable comments on the error.<hr class="sig">SugeshKumar<br/> SQL Server MVP<br/> <a>http://sugeshkr.blogspot.com</a>Fri, 20 Nov 2009 16:35:58 Z2009-11-30T22:10:39Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/8898366a-251e-4513-a31e-2defa4af661chttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/8898366a-251e-4513-a31e-2defa4af661cth8383http://social.technet.microsoft.com/Profile/en-US/?user=th8383Analysis DBCC CHECKDB output<p>Hello I'am newbie in SQL server</p> <p>I am using MS SQL server 2000</p> <p>recently, i saw error on DBCC CEHCKDB message as below</p> <p>------------------------------------------------------------</p> <p>    Server: Msg 8946, Level 16, State 12, Line 2<br/>    Table error: Allocation page (4:32408616) has invalid PFS_PAGE page header values. Type is 0. Check type, object ID and page ID on the page.<br/>    Server: Msg 8921, Level 16, State 1, Line 1<br/>    CHECKTABLE terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.<br/>    Server: Msg 8998, Level 16, State 1, Line 1<br/>    Page errors on the GAM, SGAM, or PFS pages do not allow CHECKALLOC to verify database ID 9 pages from (4:32408616) to (4:32416703). See other errors for cause.<br/>    DBCC results for 'qhistoriandata'.<br/>    CHECKDB found 1 allocation errors and 0 consistency errors not associated with any single object.<br/>-----------omit simple info ----------------------</p> <p>    DBCC results for 'sysfulltextcatalogs'.<br/>    Server: Msg 8939, Level 16, State 98, Line 1<br/>    Table error: Object ID 99, index ID 0, page (4:32408616). Test (IS_ON (BUF_IOERR, bp-&gt;bstat) &amp;&amp; bp-&gt;berrcode) failed. Values are 2057 and -1.<br/>    There are 0 rows in 0 pages for object 'sysfulltextcatalogs'.<br/>-----------omit simple info ----------------------</p> <p>    DBCC results for 'sysfilegroups'.<br/>    There are 2 rows in 1 pages for object 'sysfilegroups'.<br/>    CHECKDB found 0 allocation errors and 1 consistency errors in table 'ALLOCATION' (object ID 99).<br/>-----------omit simple info ----------------------</p> <p>    CHECKDB found 1 allocation errors and 1 consistency errors in database 'QHistorianData'.<br/>    DBCC execution completed. If DBCC printed error messages, contact your system administrator.</p> <p>---------------------------------------------------</p> <p><br/>so, i excuted DBCC CHECKDB with REPAIR_ALLOW_DATA_LOSS option<br/>but i couldn't fix this error wih &quot;the system cannot self repair this error&quot;</p> <p>so i am going to do someting as below</p> <p> 1. i have backed up BAK file that has same problem of current active database. so i will make new DB . then, i want transfer validated data into it from backed up BAK file. so is it available?</p> <p> 2. for fixing this error, i will analysis DBCC output message, but i can't understand this message. i want what table or view has corruption. what is object ID, page id(?:????????) and so on. so let me know how to understand this message?</p> <p>I appreciate you for reading this post</p> <p>if you give me some tips, it will be too much help for me.</p> <p>thank you</p>Fri, 20 Nov 2009 04:44:29 Z2009-11-23T01:37:43Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/2d8900b2-4fc2-4074-ad7b-bb9116797dc0http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/2d8900b2-4fc2-4074-ad7b-bb9116797dc0BruceMartinhttp://social.technet.microsoft.com/Profile/en-US/?user=BruceMartinShould I backup the drives that hold the MDB and LDB files?I have 2 drives that house log files, and another 2 that house my data files. The backup job includes a SQL backup of all my databases, and also backs up the 4 drives, full on Sat and dif on the other 6 nights. Is there any reason to do the disk backups? The log and data files are the only thing on these drives.<br/><br/>Our system isn't OLTP, all the databases use Simple backup, and should we lose a database, I would restore it from the night before and have the users reapply their data. I'm trying to see if I can cut down the backup job time, and use less tapes.<br/><br/><br/>BruceSat, 21 Nov 2009 15:00:21 Z2009-11-21T18:34:55Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/0b5a46b8-1322-4703-9f77-fa06fa31b43fhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/0b5a46b8-1322-4703-9f77-fa06fa31b43fmswanson75http://social.technet.microsoft.com/Profile/en-US/?user=mswanson75How to rename SQL Server virtual nameI need to come up with a way to rename one of our SQL Server 2008 virtual names.  The SQL Server instance is part of a two node Windows Server 2008 R2 failover cluster.  According to Microsoft (http://msdn.microsoft.com/en-us/library/ms178083.aspx), the only steps required are to rename the SQL Server network name and then take that resource offline and bring it back online.  I guess I'm a little confused at how the VCO comes into play here.  The aforementioned article makes no mention of that.  I'm assuming one needs to create a new VCO computer account and grant the CNO account full control.  Should that be done prior to renaming the network name?  Has anyone attempted to do this before?<br/> <br/> <br/> thanks<br/> matt swanson<br/><hr class="sig">--- Matthew Swanson Windows Server 2003 MCSETue, 17 Nov 2009 15:22:20 Z2009-11-25T10:28:20Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/fcb304e6-641e-4d18-85c5-dda299090f04http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/fcb304e6-641e-4d18-85c5-dda299090f04CaptSkyhttp://social.technet.microsoft.com/Profile/en-US/?user=CaptSkyHow do you change an existing Passive Cluster into an Active cluster and at what point do I install SQL Server Enterprise? HI,<br/> <p class=MsoNormal style="margin:0in 0in 10pt"><span style="font-family:Calibri;font-size:small">I need to install a new database (BB) onto the “new Active Cluster”.<br/><br/> <p class=MsoNormal style="margin:0in 0in 10pt"><span style="line-height:115%;font-family:'Calibri','sans-serif';font-size:11pt">Cluster Servers are SQLCLUSTER 1, which is currently Active, and SQLCLUSTER2, which is currently Passive.<span style="">  </span>SQLCLUSTER2 is the one we what to change to Active.<br/><br/><span style="line-height:115%;font-family:'Calibri','sans-serif';font-size:11pt">Current resources are:<span style="">  </span>Disk R (SQL Data), Disk S (SQL TLog), Disk T (currently name is WebCT Data) and Disk U (currently name is (WebCT TLOG). All the above resources are on SQLCLUSTER 1. We need to take Disk T and change the current name to (BB9 SQL Data) and U to (BB9 SQL TLog).<br/><br/><span style="line-height:115%;font-family:'Calibri','sans-serif';font-size:11pt">Drive T and U need to be moved to the new Active cluster, SQLCLUSTER2.<br/><br/>Also, when changing an existing Passive cluster into an Active cluster, do the end users see any difference after the change?<br/><br/>Thanks, CaptSky</span></span></span></p> </span></p>Thu, 19 Nov 2009 19:23:15 Z2009-11-20T17:38:06Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/60834e79-0101-48b3-a3f5-51e1595c03e8http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/60834e79-0101-48b3-a3f5-51e1595c03e8Ravendrahttp://social.technet.microsoft.com/Profile/en-US/?user=RavendraSql Server 2005 ( Copy job disabling automatically )Dear All,<br/><br/>In my enviroment i have logshipping between three servers .... from some times we are facing the problem with copy job ( which configure in secondry server ) ...it has disable automatically .....i don't know why this happening ?<br/><br/>please help<br/><br/>regards<br/>ravendra<br/><br/><br/><br/><br/><br/><hr class="sig">indiaTue, 23 Jun 2009 12:12:22 Z2009-11-20T15:41:54Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/4f231a80-bace-4262-99ab-fe67514bb827http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/4f231a80-bace-4262-99ab-fe67514bb827Kakkeyhttp://social.technet.microsoft.com/Profile/en-US/?user=KakkeySQLVDI: Loc=CVDS::CreateEx. Desc=Security initialization failed. ErrorCode=(0). Process=2936. Thread=5296We got some error messages in SQL SERVER 2005 in MS 2008 server.<br/>When we restored SQL server by Symantec production, We got the messages. <br/><br/>If you have the solutions for the errors, please provide us with your help .<br/><br/>thank you from Japan.<br/><br/>(error logs)<br/>SQLVDI: Loc=CVDS::CreateEx. Desc=Security initialization failed. ErrorCode=(0). Process=2936. Thread=5296. Client. Instance=. VD=Global\msdb_ <br/><br/><br/>SQLVDI: Loc=ShareProcessHandle. Desc=GetSecurityInfo. ErrorCode=(5)アクセスが拒否されました。<br/>. Process=2936. Thread=5296. Client. Instance=. VD=.Fri, 20 Nov 2009 13:26:26 Z2009-11-30T10:12:49Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/16a76f57-2c71-4a04-973e-f7fa1fa02ebfhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/16a76f57-2c71-4a04-973e-f7fa1fa02ebfLuiz Carlos Zancanella Juniorhttp://social.technet.microsoft.com/Profile/en-US/?user=Luiz%20Carlos%20Zancanella%20JuniorActive/Active Cluster and StorageHi,<br/><br/>my english is not so good... but lets try to make me understood...<br/><br/>I have 2 servers running the same IIS app and a Storage, what i want is put the databases in the Storage and access from both servers as active/active... but with failover tecnology... i have readed a lot of docs... but i already have some questions...<br/><br/>PS: I already have the QUORUM and MSDTC disks...<br/><br/>1 - With 2 servers as in cluster, its necessary a third server for &quot;monitoring&quot; the others ?<br/>2 - Failover cluster configurations can be used for active/active cluster ?<br/>3 - I have readed that its necessary to have a third server to be a domain controler for the other 2 servers... is that right ?<br/>4 - I have readed too that active/active its not recomended because it can cause a virtual memory fragmentation.. is that right ?<br/><br/>can anyone giveme an idea of what is the best practice for this scenario ?<br/><br/>another question that is... if i have one database for each client, if i can redirect all the requests of one client for the same server i dont need of cluster, right ?<br/><br/>Thanks<br/><br/>LuizMon, 16 Nov 2009 20:23:24 Z2009-11-24T10:39:06Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/d8a9308f-5ac7-497b-8b79-5368d7e76ce2http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/d8a9308f-5ac7-497b-8b79-5368d7e76ce2JK4367http://social.technet.microsoft.com/Profile/en-US/?user=JK4367SQL High Availablity Options<p>We  currently have the SQL 2005 on Win2k3 setup with the MSCS and SQL clustering within a datacenter.<br/>And between the active-passive datacenter we are using the log shipping to replicate the data.<br/>However, I would like to know if there's any available/proven options create a better HA environment (for both inter and intra).  One of our major concern is that when we apply the SQL patches/hotfixes, there is a risk of brining down the entire cluster.  Also, whenever we failover to the passive datacenter it takes about 20mins outage.:</p> <ol> <li>SQL Clustering - with SQL 2008 on Win2k8 what kind of advantages you are getting over SQL 2005/Win2k3 (or even SQL 2008 and Win2k3)? - for example, when you apply the SLQ patches in a cluster environment, doe is create a lesser down time? </li> <li>SQL Replication - can any SQL replications such as peer-to-peer replication or mirroring improve the situation? </li> <li>3rd party replication/clustering  - can any non-MS solutions help us to create the SQL HA environment (I have used the Veritas Cluster for my previous projects and had some advantages) </li> </ol> <p>Thank you.</p> <p> </p>Thu, 29 Oct 2009 20:02:34 Z2009-11-19T10:19:29Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/3b404520-5f74-4059-854e-c7589c983dcdhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/3b404520-5f74-4059-854e-c7589c983dcdnetstathttp://social.technet.microsoft.com/Profile/en-US/?user=netstatSQL 2008 cluster configuration - diskHello,<br/> <br/> I have to install a SQL 2008 cluster, right now we have an md3000i with 6 146GB disks...whats the best layout for this cluster? I mean how should I divide it to make the Quorum, the SQL data and the Log disk...what raid should I use? etc..<br/> <br/> Thanks!Sat, 14 Nov 2009 16:32:26 Z2009-11-30T10:27:45Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/481f1347-a15f-4f98-830b-e66079571428http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/481f1347-a15f-4f98-830b-e66079571428Dan0001http://social.technet.microsoft.com/Profile/en-US/?user=Dan0001Log Shipping Script Configuration Doesn't Generate Complete ScriptHi,<br/><br/>I have a really simple log shipping configuration running on a single SQL 2005 primary to a single SQL 2005 secondary for 3 databases.<br/><br/>I wanted to script the configuration so I could re-initialise it easily (e.g. in the case of a broken chain), and the script configuration option in sql management studio worked fine for two of the databases, but gave me a slightly wrong script for the third!<br/><br/>It got the primary and monitor bits correct, but for the secondary, it missed the destination directory:-<br/><br/><span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p><span style="color:#808080;font-size:x-small"><span style="color:#808080;font-size:x-small">,</span></span><span style="font-size:x-small">@backup_destination_directory </span><span style="color:#808080;font-size:x-small"><span style="color:#808080;font-size:x-small">=</span></span><span style="font-size:x-small"> N</span><span style="color:#ff0000;font-size:x-small"><span style="color:#ff0000;font-size:x-small">''</span></span><span style="font-size:x-small"> </span></p> And it also created the jobs with the default schedule (every 15 mins every day etc).<br/><br/>I looked at the configuration screens again to make to the settings weren't gone, but they were still there present and correct. Every time I ask it to script the configuration though for this database i get the same results!<br/><br/>Is this a known issue? I am hoping I haven't done anything wrong considering the other two databases script out absolutely fine.<br/><br/>Cheers<br/>Dan<br/><br/>Wed, 18 Nov 2009 11:27:58 Z2009-11-19T09:48:31Zhttp://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/a17c4ad9-edf3-4246-bbdb-495f49df8026http://social.technet.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/a17c4ad9-edf3-4246-bbdb-495f49df8026J011Nhttp://social.technet.microsoft.com/Profile/en-US/?user=J011NSQL 2000 backup unable to see local drivesI have a SQL 2000 cluster running on Windows 2003 Enterprise server, the cluster shared storage is provided by a Dell SCSI disk array. <br/> Im trying to backup the databases to an ISCSI drive on our SAN. When I select the backup locations for the databases in the maintenance plan the server only shows 2 drives (R &amp; S) which are on the Dell expansion box, all other drives are not visible (local drives c: and d:, quorum drive q: - also on the Dell disk array and finaly x: ISCSI drive on our SAN)<br/> <br/> Can anybody tell me why these drives are not available to select as backup locations and how to add them.<br/> <br/> Thanks in advanceWed, 18 Nov 2009 09:06:22 Z2009-11-18T14:37:20Z