Database Mirroring ForumGeneral questions relating to the Database Mirroring feature, including client failover.© 2009 Microsoft Corporation. All rights reserved.Sat, 28 Nov 2009 13:38:05 Zdd785eab-c668-4c0a-af4f-0054bc91294dhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/e7d2c226-223f-4102-9350-99d09f81f390http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/e7d2c226-223f-4102-9350-99d09f81f390NashVegashttp://social.msdn.microsoft.com/Profile/en-US/?user=NashVegasQuestion about high-safety mode read-timeHello all.  Please bear with me - I've never set up mirroring, but I am trying to read up on it.  <br/><br/>We are planning on setting up mirroring on our production SQL server database.  Both Principal and Mirror (Witness too, if we decide we need it) will be on a Windows Server 2008 virtual box, running SQL Server 2008 Enterprise Edition.  I'm aware that in high-safety mode, the Mirror has to commit the changes before the Principal commits the changes.  Does this mean that if I write a record to the Principal, and it takes 10 seconds to commit on the Mirror, that nobody will be able to see this change in the Principal for those ten seconds?  Logically, it sounds like this is true because, otherwise, the Principal would be performing dirty reads.  <br/><br/>I guess I just wanted to hear it confirmed from someone else.<br/><br/>Thanks in advance.<hr class="sig">ClintTue, 24 Nov 2009 15:40:31 Z2009-11-28T13:38:04Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/1a397aff-ee48-424c-8b46-84c82a662b35http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/1a397aff-ee48-424c-8b46-84c82a662b35RithuVerthahttp://social.msdn.microsoft.com/Profile/en-US/?user=RithuVerthaMirroring clarificationHello , <br/><br/>I have couple of questions regarding mirroring and I need all your help, once I am clear then I can look for implementing either mirroring or log-shipping. Can anyone help me understand what are the difference between log shipping and mirroring what happens if mirror server is down or <br/> what happens if principal is down? can i still access my mirror database in the above conditions <br/><br/>Regards<br/>RithuSat, 28 Nov 2009 12:59:24 Z2009-11-28T13:27:05Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/8287e7ed-d525-4ae0-b257-f198be3418eehttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/8287e7ed-d525-4ae0-b257-f198be3418eeshooganhttp://social.msdn.microsoft.com/Profile/en-US/?user=shoogancopy views from one db to another in the same server<p>I want to copy a few views across two databases within the same server in sql 2005. Can you please provide some help? Thanks</p>Thu, 26 Nov 2009 22:10:47 Z2009-11-27T10:39:24Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/8532f3e2-f248-4665-82e0-e317a8e8f79ehttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/8532f3e2-f248-4665-82e0-e317a8e8f79eali_khankanhttp://social.msdn.microsoft.com/Profile/en-US/?user=ali_khankanOne or more of the server network addresses lacks a fully qualified domain name (FQDN).<p>Hello Guys,</p> <p>I had been trying to solve this error with no success :</p> <p> </p> <p><strong>One or more of the server network addresses lacks a fully qualified domain name (FQDN).  Specify the FQDN for each server, and click Start Mirroring again.</strong></p> <p><strong>The syntax for a fully-qualified TCP address is:<br>TCP://&lt;computer_name&gt;.&lt;domain_segment&gt;[.&lt;domain_segment&gt;]:&lt;port&gt;</strong></p> <p> </p> <p>I had installed three instances on my local machine to test Data base mirroring :</p> <p>Principal : running SQL Developer Instance</p> <p>Mirror :  running SQL Developer Instance .</p> <p>Witness : Running SQL Express.</p> <p> </p> <p>Database mirroring already enabled using startup flag : -T1400</p> <p> </p> <p>i even tried to configure it with out a witness but still have the same error .</p> <p> </p> <p>I used the follwoing server name in the mirroring wizard(not localhost) : </p> <p>Principal : TCP://Ali-laptop:5022</p> <p>Mirrored : TCP://Ali-laptop:5023</p> <p>Witness : TCP://Ali-laptop:5044</p> <p> </p> <p>whats the problem guys?!</p> <p> </p>Mon, 11 Jun 2007 09:31:16 Z2009-11-26T00:07:37Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/44f3787c-0db7-4e5c-ab6e-a21c5ce0a405http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/44f3787c-0db7-4e5c-ab6e-a21c5ce0a405URGSQLhttp://social.msdn.microsoft.com/Profile/en-US/?user=URGSQLdatabase mirroring error 1418<p>Database mirroring setup error 1418:</p> <p>Error set mirror server instance as a partner from the principal sever instance:</p> <p><br/>Msg 1418, Level 16, State 1, Line 1<br/>The server network address &quot;TCP://HQINTRADEV1.RP.INTRANET.URG:1433&quot; <br/>can not be reached or does not exist. <br/>Check the network address name and that the ports for the local and<br/>remote endpoints are operational.</p> <p>My environment:</p> <p>Two severs running SQL Server 2005 SP3.(Windows 2003, sp2)</p> <p>Procedure:</p> <p>1) created endpoint on principal<br/>    CREATE ENDPOINT ENDPOINT01OMDB05<br/>     STATE=STARTED<br/>     AS TCP (LISTENER_PORT =1433, LISTENER_IP =  ALL)<br/>     FOR DATA_MIRRORING (ROLE = PARTNER, AUTHENTICATION = WINDOWS NEGOTIATE,<br/>     ENCRyPTION = REQUIRED ALGORITHM RC4)</p> <p>2) created endpoint on mirror server:<br/>   CREATE ENDPOINT ENDPOINT01OMDB05<br/>     STATE=STARTED<br/>     AS TCP (LISTENER_PORT =1433, LISTENER_IP =  ALL)<br/>     FOR DATA_MIRRORING (ROLE = PARTNER, AUTHENTICATION = WINDOWS NEGOTIATE,<br/>     ENCRyPTION = REQUIRED ALGORITHM RC4)</p> <p>NOTE: did not create a login account. plan to the use the administrator domain and ID that was used<br/>      to create the endpoints.   </p> <p> <br/>3) backup database and log on principal</p> <p>4) restored database and log on mirror WITH NORECOVERY option</p> <p>5) On the mirror server set the principal server instance as a partner<br/>    ALTER DATABASE OMDB05<br/>      SET PARTNER ='TCP://HQSHOP01.RP.INTRANET.URG:1433'<br/>  This completes successfully</p> <p>6) on the principal server set the mirror as a partner</p> <p>   ALTER DATABASE OMDB05<br/>      SET PARTNER ='TCP://HQINTRADEV1.RP.INTRANET.URG:1433'<br/>   received the below error:<br/>  <br/>    Msg 1418, Level 16, State 1, Line 1<br/>The server network address &quot;TCP://HQINTRADEV1.RP.INTRANET.URG:1433&quot; can not be<br/> reached or does not exist. <br/>Check the network address name and that the ports for the local and remote <br/>endpoints are operational.</p> <p>I can communicate between these two servers. I currently have Replication working between these servers.</p> <p>Can I run run Mirroring and Replication on the save servers at the same time?</p> <p>I also see the following error in the LOG on the mirror server:</p> <p>Server TCP provider failed to listen on ['ANY' &lt;'ipv4'&gt; 1433]. TCP port already in use.</p> <p>I have read a lot of postings about this error but still cannot get this problem resolved.</p> <p>Thanks in advance for your help.</p> <p><br/><br/><br/>Thanks Lekss,</p> <p>I tried your recommendation. It did not work. I got the same error message.</p> <p>Could this be a security problem? I am getting the following error message in the log:</p> <p><strong>Error: 1443, Severity: 16, State: 2 (which seems to indicate a security problem)<br/><br/><br/><br/></strong><br/>I did not create a login account. I am using the  Windows domain\administrator id.    <br/><br/>Thanks</p> <p> </p> <p> </p> <p> </p> <p><br/>    <br/>  <br/> <br/> <br/> </p>Mon, 23 Nov 2009 19:15:23 Z2009-11-25T09:44:43Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/9c806955-d8f2-44dc-bf8f-700632d757e6http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/9c806955-d8f2-44dc-bf8f-700632d757e6RCC-JAXDBAhttp://social.msdn.microsoft.com/Profile/en-US/?user=RCC-JAXDBAMetaData about mirroringIs there a way to query system tables or use DATABASEPROPERTY to get a list of all databases that are mirrored on a server.<br/><br/>I see sys.databases has many columns involving replication, service broker, etc but I see nothing on mirroring and also I looked up DATABASEPROPERTY and DATABASEPROPERTYEX in BOL and see no properties regarding mirroringTue, 24 Nov 2009 13:54:39 Z2009-11-24T14:12:06Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/7c5aac1e-fa3f-4ad2-86f7-f238fbdb3fe3http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/7c5aac1e-fa3f-4ad2-86f7-f238fbdb3fe3light_wthttp://social.msdn.microsoft.com/Profile/en-US/?user=light_wtmirroring more than oneHi,<br/> <br/> there are 3 servers.  can there be more than one principle and only one &quot;partner&quot; server?<br/> another word, i have the databases from different servers, servermst1 and servermst2 to mirror off to one single serverpartner?<br/> <br/> thanks.Wed, 18 Nov 2009 12:53:05 Z2009-11-23T05:34:41Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/6817adf8-8b68-439b-8bad-f54e3f39e1e4http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/6817adf8-8b68-439b-8bad-f54e3f39e1e4chuckdawithttp://social.msdn.microsoft.com/Profile/en-US/?user=chuckdawitmirror a tableI need to create a mirror image of a table in another SQL Server database. I just started work at this company and don't kow much about SQL Server. I was wondering if there is a location in the MS SQL Server Management Studio application taht shows if there was a script used to build the tables? If so where would they be placed or how would I find them in Management Studio?<hr class="sig">chuckdawitTue, 17 Nov 2009 01:01:53 Z2009-11-19T07:21:04Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/e615c37a-8c83-4273-83d0-0406b08eec13http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/e615c37a-8c83-4273-83d0-0406b08eec13homeguardshttp://social.msdn.microsoft.com/Profile/en-US/?user=homeguardsdatabase mirroring<p>I have some questions about database mirroring:<br/><br/>What is the witness server, is it another sql server?<br/><br/>How do you setup the witness server?<br/><br/>Is there anyway to setup the mirror server as the witness server?<br/><br/>Does anyone have a first hand account for of how well a VM machine works as the mirror?</p>Tue, 17 Nov 2009 14:23:23 Z2009-11-28T13:01:48Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/f3368f8a-c7d7-40a8-9197-032ae330c610http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/f3368f8a-c7d7-40a8-9197-032ae330c610Fal2216http://social.msdn.microsoft.com/Profile/en-US/?user=Fal2216Ex-Database Mirror Continues to Synchronize<span>Hi All,<br/><br/>Recently we decommissioned at old server on which we had out Mirror databases. We moved all the databases to the new server and reestablilshed mirroring.<br/><br/>However, one of our databases remains in Synchronizing mode, with 0 unsent log, and remained in this state for a good couple of hours. Perhaps part of the problem is where Database Mirroring Monitor shows the removed/old mirror pair also as Synchronizing. As this caused other issues I removed the new mirror and left the database standalone.<br/><br/>After this we rebooted the decommissioned server, then shut down and removed it from the network. We then rebooted the 'principle' server and reestablished mirroring. But we ge the same result: the new pair shows Synchonizing, and so does the old pair, even though old-mirror server no longer exists. It is worth mentioning that no other mirrored pair exhibited this behaviour.<br/><br/><br/>I'm at a bit of a loss how Database Mirroring Monitor is managing to send logs to a non-existant server, so I'm hoping someone has some ideas on how to resolve this issue.<br/><br/><br/>Thank.</span>Tue, 03 Nov 2009 07:00:08 Z2009-11-13T02:11:53Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/9b66f2d5-cbe5-4d8d-8a22-24f2e0b21bdchttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/9b66f2d5-cbe5-4d8d-8a22-24f2e0b21bdcKerpoisehttp://social.msdn.microsoft.com/Profile/en-US/?user=KerpoiseDatabase Mirroring - 'NT AUTHORITY\ANONYMOUS LOGON.' failedHello,<br><br>I have set up 3 servers - Primary, Mirror and Witness. When I run the database mirroring wizard all my endpoints are configured, but when i start the mirroring service i get a 1418 error - in the logs in says - <br><br>Database Mirroring login attempt by user 'NT AUTHORITY\ANONYMOUS LOGON.' failed with error: 'Connection handshake failed. The login 'NT AUTHORITY\ANONYMOUS LOGON' does not have CONNECT permission on the endpoint. State 84.'.  [CLIENT: 10.20.1.5]<br><br>I have looked through the BOL and can't find anything helpful. - I'm pretty new to SQL server, so any help is very much appreciated!<br><br><br>Thanks<br><br>Kerpoise<br>Thu, 14 Dec 2006 14:42:10 Z2009-11-13T00:15:51Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/739caa5c-b328-480e-b61b-1e3ac45b874ehttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/739caa5c-b328-480e-b61b-1e3ac45b874eSpankahttp://social.msdn.microsoft.com/Profile/en-US/?user=SpankaMaintenance PlansHi All<br/><br/>I have a couple of questions about Maintenance plans when using Mirroring on a SQL 2005 platform that i am sure someone who uses it will be able to answer. (PLEASE).<br/><br/>My goal is to use the mirror only in times of severe troubles when all DB's would become principal on the mirror, and the old principal would be offline.<br/><br/>1) If i set up identical maintenance plans for Backups  (full , diff, log) on both the principal and the mirror i imagine that i should disable the mirror ones untill needed as the db's will be in a recovering state.<br/>I know that i could set up a job to skip over db's that are in a recovering state on the mirror but at this stage can not see a time when they would reside on the mirror for long in emergency due to our highly available virtual environment.<br/><br/>2) Is there anyway that the principal and the mirror could become out of sync with each other over a period of time? I have read as much as i can and it does not appear that it should happen however i would like to hear real life experiences.<br/><br/>3) Does the transactio log on the mirror just keep growing? If so how do you shrink it do you have to promotethe mirror to a principal then shrink it?<br/><br/>Thanks in advance everyone.<br/>Cheers<br/>Phil<br/>Wed, 11 Nov 2009 22:28:14 Z2009-11-17T06:25:00Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/095a2c90-5810-41f7-a19e-1b2834e01c28http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/095a2c90-5810-41f7-a19e-1b2834e01c28Discohttp://social.msdn.microsoft.com/Profile/en-US/?user=DiscoTransferring Logins SSIS task and DB mirroring<p align=left><font face=Arial size=2></font> </p> <p>Hi guys,</p> <p align=left> </p> <p align=left>I want to create an automatic job on SQL 2005 to transfer logins between 2 servers, (Principle and Mirror). If I use the transfer logins task I get the error:</p> <p align=left> </p><font size=1> <p><font size=2>&quot;The database &quot;x&quot; cannot be opened. It is acting as a mirror database.&quot;</font></p> <p align=left><font size=2></font> </p> <p align=left><font size=2>I guess this is because it is trying to assign the default databases for the logins??</font></p> <p align=left><font size=2></font> </p> <p align=left><font size=2>I've also looked at <font size=2>[sp_help_revlogin] procs but that requires manual intervention.</font></font></p> <p align=left><font size=2><font size=2></font></font> </p> <p align=left><font size=2><font size=2>How does everyone else transfer logins in this situation?</font></font></p> <p align=left><font size=2><font size=2></font></font> </p> <p align=left><font size=2><font size=2>Thanks in advance..</p></font></font> <p align=left> </p> <p align=left> </p></font>Mon, 12 May 2008 14:37:22 Z2009-11-12T16:31:01Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/5ab7ab28-f5d9-4da5-8bb3-fc29dc667ca9http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/5ab7ab28-f5d9-4da5-8bb3-fc29dc667ca9Desai Pramodhttp://social.msdn.microsoft.com/Profile/en-US/?user=Desai%20Pramodsql server performance lowI am working on different database at same time while working on these database the sql server performance goes very low.<br/> <br/>Thu, 12 Nov 2009 06:46:56 Z2009-11-12T08:00:38Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/84debd3e-9e7a-4e4c-9174-5d59effc252chttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/84debd3e-9e7a-4e4c-9174-5d59effc252cgalacticabsg75http://social.msdn.microsoft.com/Profile/en-US/?user=galacticabsg75Event ID: 28047Hello All,<br/><br/>I have this in my event log:<br/><br/>Event ID: 28047<br/>Database Mirroring login attempt failed with error: 'Connection handshake failed.  Ther certificate used by this endpoint was not found:  Certificate expried.  Use DBCC CHECKDB in master database to verify the metadata integrity of the endpoint: State 85.<br/><br/>I did not know that these certificates could expire, if that is the case.<br/><br/>My Principal server has a status of (Principal, Disconnected) for all the databases<br/>My Mirrored server has a status of (Mirror, Disconnected/In Recovery) for all the databases.<br/>I use no witness server.  I handle failover using high performance.<br/><br/>Any help would be appreciated.Wed, 04 Nov 2009 21:34:16 Z2009-11-17T10:01:17Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/e55237c2-8dae-4b0b-baa9-47ad2a884cdchttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/e55237c2-8dae-4b0b-baa9-47ad2a884cdcgalacticabsg75http://social.msdn.microsoft.com/Profile/en-US/?user=galacticabsg75endpoint nameanyone know how in sql 2005 to get the endpoint names used to create the mirroring?<br/><br/>thanksThu, 05 Nov 2009 15:07:53 Z2009-11-10T09:21:48Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/e7b46ec8-7444-412e-851b-dfc37355f75fhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/e7b46ec8-7444-412e-851b-dfc37355f75fLedigimate_http://social.msdn.microsoft.com/Profile/en-US/?user=Ledigimate_SQL Server 2005: Unable to manually fail over at the mirror in High Availability operating mode<p>According to the book I'm reading, one is supposed to still be able to manually fail over at the mirror in high availability operating mode when the principal fails while the witness is offline.  When I try to fail over at the mirror in this scenario, the following error message is displayed:<br/><br/><span style="font-size:xx-small;color:#ff0000">Msg 955, Level 14, State 1, Line 1<br/><br/>Database &lt;database_name&gt; is enabled for Database Mirroring, but neither the partner nor witness server instances are available: the database cannot be opened.<br/><br/></span>This seems to say that it's impossible to manually fail over to a mirror in High Availability operating mode when the principle fails while the witness is offline. <br/><br/>Could the book be wrong, or am just being silly?</p>Mon, 02 Nov 2009 16:01:55 Z2009-11-03T05:15:46Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/c9be5048-63f3-41d6-ad99-0985842c04e5http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/c9be5048-63f3-41d6-ad99-0985842c04e5Niraj Bhttp://social.msdn.microsoft.com/Profile/en-US/?user=Niraj%20BCluster ConfusionHi,<br/><br/>      I am by no means a SQL Guy but was looking to clarify few doubts on SQL clustering. Please help me with below questions and elaborate if possible:<br/><br/>1) Default Fail Over cluster with 2 nodes in SQL server is done with shared storage, ideally a SAN or shared disk, right?<br/>2) It can either be SAN or Mirror, both can't be used at single time and don't make sense, right?<br/>3) I hear few people saying active / active is not possible with SQL Server while some say it's there, also there can be a multinode cluster. What's truth here?<br/><br/>Niraj<br/>Fri, 30 Oct 2009 13:11:37 Z2009-11-10T03:02:33Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/ebf87088-2d90-47ad-a5af-9d42d5bd5725http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/ebf87088-2d90-47ad-a5af-9d42d5bd5725Leon Maynehttp://social.msdn.microsoft.com/Profile/en-US/?user=Leon%20MayneWitness server suddenly stopped workingWe failed over to our mirror server over the weekend to carry out some electrical maintenance in the server room, and then when attempting to fail back over afterwards one of the database was fine, but the other was stuck in "synchronising" state and refused to fail over. In the end we disabled mirroring, backed up the database and dumped a log, restored onto the main server and started mirroring again with no problems.<br /><br />When I tried to link the witness back up to the database I got:<br /><br />The ALTER DATABASE command could not be sent to the remote server instance 'TCP://MYWITNESSSERVER:7024'. The database mirroring configuration was not changed. Verify that the server is connected, and try again.<br /><br />And looking at the event log on the witness, it is absolutely littered with error messages from SQL Server, e.g.<br /><br />Database Mirroring login attempt failed with error: 'Connection handshake failed. An OS call failed: (5) 5(error not found). State 87.'.&nbsp; [CLIENT: (our main server ip)]<br /><br />A cryptographic operation failed. This error indicates a serious problem with SQL Server. Check the SQL Server error log and the Windows event logs for further information.<br /><br />A system cryptographic call failed during a Service Broker or Database Mirroring operation: system error '5(error not found)'.<br /><br />An SNI call failed during a Service Broker/Database Mirroring transport operation. SNI error '10065(error not found)'.<br /><br />An error occurred in a Service Broker/Database Mirroring transport connection endpoint, Error: 8471, State: 2. (Near endpoint role: Initiator, far endpoint address: '10.248.95.4')<br /><br />Everything was fine up until now, and as far as I know nothing has changed on the server. Does anyone know what's wrong?<br /><br />P.S. The setup is three servers on different networks, and we are using certificates to link the servers up.Mon, 12 Oct 2009 12:52:33 Z2009-11-02T13:55:57Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/14420c3f-47bf-471f-ae98-e50d2b7345a5http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/14420c3f-47bf-471f-ae98-e50d2b7345a5Spheonhttp://social.msdn.microsoft.com/Profile/en-US/?user=Spheonsynchronising files/foldersHi<br/><br/>You may think this is the wrong place but I am not sure if I can do it with <br/>sharepoint or even sql server but the system I have at the moment isn't <br/>really working well.<br/><br/>We have a dedicated virtual server running our email and ftp service which <br/>at the moment is a basic NAT for all users (5 users all over the UK). The <br/>email/ftp server are working great however we share 'projects' with each <br/>other and at times work on the same projects. we are trying to <br/>share/synchronise currently around 25gig of mainly office files <br/>(word/excell/access and photos mainly) within a project folder system.<br/><br/>At the moment I am relying on staff to synchronise themselves and each home <br/>office have responsibility to invoice etc our clients. If they don't <br/>synchronise immediately then others may duplicate the invoice number etc...<br/><br/>What I want to do is for a system (I suppose almost like IMAP on email) that <br/>will allow us to also work 100% offline to run automatically either <br/>periodically or live/pinging check to keep the files both sides upto date in <br/>order that if I save a new invoice the dedicated server NAT is updated and <br/>then as others 'ping' in they are automatically synchronised.<br/><br/>At the moment I am using a software called beyond compare, which is doing <br/>its job and in theory I can automate it however its with little success as <br/>its not smart to realise or highlight mismatches and if files are <br/>deleted/moved old copies are recopied by others into the old place further <br/>duplicating files or even worse the files being deleted.<br/><br/>Can this be done by something by MS such as sharepoint and/or sql?  I dont <br/>want to use a live service as it will be too slow and the amount of storage <br/>is too large. I do have a ftp backup to another server for the 'database' of <br/>files giving us grandfather/father/son backups.<br/><br/>Any suggestions would be helpful. Briefcase and autosync again havent been <br/>successful as sometimes files dont sync properly or when off line become <br/>unavailabe...<br/><br/>even if you know of 'non-ms' software any help would be appreciated...its <br/>almost a file/folder version of exchange but more complicated than home <br/>server etc...<br/><br/>My dedicated currently has web 2003 version and most laptops have vista home/ultimate<br/><br/>many thanks in advance<br/>Sun, 01 Nov 2009 16:33:58 Z2009-11-02T10:04:19Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/b090a0ae-9d01-4601-a8dd-ae1890b7a718http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/b090a0ae-9d01-4601-a8dd-ae1890b7a718alphabankshttp://social.msdn.microsoft.com/Profile/en-US/?user=alphabanksdisk layout for sql 2008 database mirroring<p class=MsoNormal><span lang=EN>Guys I'm rolling out a SQL database server that will be used to back Sharepoint 2007. Right now I need some advice on my disk layout. I have two Dell servers that are configured a little differently in terms of storage. The principle server will be using a combination of local storage and san storage. I have to work with what I have the organization is currently all allocated on san storage it was like pulling teeth to even get what I have to work with now. My disk setup on the principle is as follows raid 1 for OS, raid 10 for logs, raid 10 fiber on san for high IO databases, raid 10 sata on san for content databases. My question in regards to the principle server is where should I place the temp db I thought about placing it on the fiber raid 10 which will be hosting my high IO Sharepoint SSP databases my only other choice is to move it to the raid 1 os partition which I’m sure you guys will be against. Now let’s talk about the mirror server it is not connected to the san it is all local 6 15k SAS drives. Now my question is the same do I put tempdb on the os partition or do I leave the os partition and use a single raid 10 for everything? Any help you can provide is much appreciated.</span></p>Thu, 22 Oct 2009 11:44:33 Z2009-10-26T17:37:38Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/d61d0ac1-02c9-4c1c-ae41-947d98e7eb2fhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/d61d0ac1-02c9-4c1c-ae41-947d98e7eb2fPeterKerhttp://social.msdn.microsoft.com/Profile/en-US/?user=PeterKerSQL Server 2008 mirroring options are greyed outI am running SQL Server 2008 x64 Enterprise on 2 machines and I am trying to set up a database mirror. I have completed the backup and restore including log but when I go into properties - mirroring, all options other than &quot;configure security&quot; are greyed out. <div><br/></div> <div>The issue is that I need to use IP address as the principle but the name is showing instead.</div> <div><br/></div> <div>I have tried to script it, but as the action fails there is nothing in the script</div> <div><br/></div> <div>Any help would be appreciated. </div>Mon, 26 Oct 2009 10:20:21 Z2009-11-04T03:02:24Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/0934f9d2-347b-4006-bf84-57a6b081a60bhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/0934f9d2-347b-4006-bf84-57a6b081a60bParas Jainhttp://social.msdn.microsoft.com/Profile/en-US/?user=Paras%20JainDatabase mirroring using SQL 2K5Can any one know me the best Server Configurations (including OS) to install and enable database mirroring using SQL 2005 Enterprise Ed?Wed, 21 Oct 2009 14:15:47 Z2009-10-29T10:47:14Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/a50ddf36-0e9f-41d7-87b4-b53c46427e89http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/a50ddf36-0e9f-41d7-87b4-b53c46427e89Ed Blakehttp://social.msdn.microsoft.com/Profile/en-US/?user=Ed%20BlakeDatabase Properties “Mirroring” and "Transaction Log Shipping" Pages Missing<span style="font-family:Arial, Helvetica, sans-serif;font-size:14px;border-collapse:collapse;line-height:18px"> <p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;background-color:transparent;padding:0px;border:0px initial initial">I am having a problem with one database on my SQL Server 2005 production server.</p> <p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;background-color:transparent;padding:0px;border:0px initial initial">A number of databases are already set up for mirroring, however when I right click and go to properties in SSMS, on one particular database there is no &quot;Mirroring&quot; property page available.</p> <p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;background-color:transparent;padding:0px;border:0px initial initial">I have done the normal tasks, such as setting Full Recovery model, running a full backup of the database and backing up the logs.</p> <p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;background-color:transparent;padding:0px;border:0px initial initial">I can't see that this is a server specific issue as other databases are happily mirroring.</p> <p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;background-color:transparent;padding:0px;border:0px initial initial">I've looked around and I can't see that I'm missing a setting, any help would be appreciated.</p> <p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;background-color:transparent;padding:0px;border:0px initial initial">Thanks.</p> <p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;background-color:transparent;padding:0px;border:0px initial initial">EDIT: This is nothing to do with the Mirror Database yet, I can't get as far as specifying the Mirror Database , I cannot see the &quot;Mirroring&quot; page on the principle.</p> <p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;background-color:transparent;padding:0px;border:0px initial initial">EDIT: I have managed to setup mirroring using t-sql commands. However I am still unable to see the &quot;Mirroring Page&quot;.</p> <p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;background-color:transparent;padding:0px;border:0px initial initial">UPDATE: This applies to the Transaction Log Shipping option as well. I can successfully set it up in SQL but not through SSMS.</p> </span>Mon, 14 Sep 2009 11:32:52 Z2009-10-21T07:41:18Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/88e87d0c-4f8a-430b-b227-478c3e68b9e1http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/88e87d0c-4f8a-430b-b227-478c3e68b9e1Bogey1http://social.msdn.microsoft.com/Profile/en-US/?user=Bogey1Insufficient Log Data<p>The mirror database, &quot;UOP_PIMB&quot;, has insufficient transaction log data to preserve the log backup chain of the principal database.  This may happen if a log backup from the principal database has not been taken or has not been restored on the mirror database. (Microsoft SQL Server, Error: 1478)</p> <p> </p> <p>I've taken a backup while the database is online and applied it to my &quot;other&quot; server.  What do I need to do to have both in sync to get mirroring to work.  My way around this is to restore the backup to my primary.</p> <p> </p> <p align=left>thanks.</p>Fri, 14 Apr 2006 15:41:52 Z2009-10-21T04:08:23Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/8c151c6d-4ba7-4163-8d5e-acb12bfbbb4ehttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/8c151c6d-4ba7-4163-8d5e-acb12bfbbb4ewarkinhttp://social.msdn.microsoft.com/Profile/en-US/?user=warkinInsufficient Memory error after enabling mirroring.I have successfully mirrored most of our databases across two servers without a witness but when adding the last few I get the following error constantly:<br /><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-NZ; mso-fareast-language: EN-NZ; mso-bidi-language: AR-SA;">There is insufficient system memory in resource pool 'internal' to run this query.<br />This error is generated by the secondary server. I have looked at the memory allocated and found it to be more than sufficient.<br />The only way to stop the error from occuring is to stop the SQL service and start it again.<br />I am running SQL Server 2008 Standard on windows server&nbsp;2003 x86, the server is running 4GB Ram.<br />I have tried activating AWE but when I try to add the MSSQLSRV account to the 'Lock Pages In Memory' I find that the 'Add user or Group' button is greyed out. (I have administrator permissions and am accessing the server through remote desktop).<br />The following is the result of a memory consumption report.<br />Any Ideas?<br /> <table style="width: 645pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0" width="856"> <colgroup span="1"><col style="width: 1pt; mso-width-source: userset; mso-width-alt: 36;" span="1" width="1"></col><col style="width: 9pt; mso-width-source: userset; mso-width-alt: 438;" span="1" width="12"></col><col style="width: 12pt; mso-width-source: userset; mso-width-alt: 585;" span="1" width="16"></col><col style="width: 110pt; mso-width-source: userset; mso-width-alt: 5376;" span="1" width="147"></col><col style="width: 34pt; mso-width-source: userset; mso-width-alt: 1645;" span="1" width="45"></col><col style="width: 22pt; mso-width-source: userset; mso-width-alt: 1060;" span="1" width="29"></col><col style="width: 62pt; mso-width-source: userset; mso-width-alt: 2998;" span="1" width="82"></col><col style="width: 23pt; mso-width-source: userset; mso-width-alt: 1097;" span="1" width="30"></col><col style="width: 8pt; mso-width-source: userset; mso-width-alt: 402;" span="1" width="11"></col><col style="width: 48pt;" span="1" width="64"></col><col style="width: 20pt; mso-width-source: userset; mso-width-alt: 987;" span="1" width="27"></col><col style="width: 56pt; mso-width-source: userset; mso-width-alt: 2706;" span="1" width="74"></col><col style="width: 42pt; mso-width-source: userset; mso-width-alt: 2048;" span="1" width="56"></col><col style="width: 26pt; mso-width-source: userset; mso-width-alt: 1280;" span="1" width="35"></col><col style="width: 78pt; mso-width-source: userset; mso-width-alt: 3803;" span="1" width="104"></col><col style="width: 1pt; mso-width-source: userset; mso-width-alt: 36;" span="2" width="1"></col><col style="width: 8pt; mso-width-source: userset; mso-width-alt: 365;" span="1" width="10"></col><col style="width: 6pt; mso-width-source: userset; mso-width-alt: 292;" span="1" width="8"></col><col style="width: 2pt; mso-width-source: userset; mso-width-alt: 73;" span="1" width="2"></col><col style="width: 76pt; mso-width-source: userset; mso-width-alt: 3693;" span="1" width="101"></col></colgroup> <tbody> <tr style="height: 14.25pt; mso-height-source: userset;" height="19"> <td class="xl65" style="background-color: white; width: 1pt; height: 14.25pt; border: #f0f0f0;" width="1" height="19"><span style="font-size: x-small;">&nbsp;</span></td> <td class="xl65" style="background-color: white; width: 9pt; border: #f0f0f0;" width="12"><span style="font-size: x-small;">&nbsp;</span></td> <td class="xl69" style="background-color: white; width: 541pt; border: #f0f0f0;" colspan="13" width="720"><strong><span style="font-family: Microsoft Sans Serif; font-size: x-small;">Memory Usage By Components</span></strong></td> <td class="xl65" style="background-color: white; width: 1pt; border: #f0f0f0;" width="1"><span style="font-size: x-small;">&nbsp;</span></td> <td class="xl65" style="background-color: white; width: 1pt; border: #f0f0f0;" width="1"><span style="font-size: x-small;">&nbsp;</span></td> <td class="xl65" style="background-color: white; width: 8pt; border: #f0f0f0;" width="10"><span style="font-size: x-small;">&nbsp;</span></td> <td class="xl65" style="background-color: white; width: 6pt; border: #f0f0f0;" width="8"><span style="font-size: x-small;">&nbsp;</span></td> <td class="xl65" style="background-color: white; width: 2pt; border: #f0f0f0;" width="2"><span style="font-size: x-small;">&nbsp;</span></td> <td class="xl65" style="background-color: white; width: 76pt; border: #f0f0f0;" width="101"><span style="font-size: x-small;">&nbsp;</span></td> </tr> <tr style="height: 21pt;" height="28"> <td class="xl66" style="background-color: silver; width: 188pt; height: 21pt; border: #969696 1pt solid;" colspan="6" width="250" height="28"><strong><span style="font-family: Microsoft Sans Serif; font-size: x-small;">Component Type</span></strong></td> <td class="xl66" style="border-bottom: #969696 1pt solid; border-left: #969696; background-color: silver; width: 62pt; border-top: #969696 1pt solid; border-right: #969696 1pt solid;" width="82"><strong><span style="font-family: Microsoft Sans Serif; font-size: x-small;">Allocated memory(KB)</span></strong></td> <td class="xl66" style="border-bottom: #969696 1pt solid; border-left: #969696; background-color: silver; width: 79pt; border-top: #969696 1pt solid; border-right: #969696 1pt solid;" colspan="3" width="105"><strong><span style="font-family: Microsoft Sans Serif; font-size: x-small;">Virtual Memory Reserved(KB)</span></strong></td> <td class="xl66" style="border-bottom: #969696 1pt solid; border-left: #969696; background-color: silver; width: 76pt; border-top: #969696 1pt solid; border-right: #969696 1pt solid;" colspan="2" width="101"><strong><span style="font-family: Microsoft Sans Serif; font-size: x-small;">Virtual Memory Committed(KB)</span></strong></td> <td class="xl66" style="border-bottom: #969696 1pt solid; border-left: #969696; background-color: silver; width: 68pt; border-top: #969696 1pt solid; border-right: #969696 1pt solid;" colspan="2" width="91"><strong><span style="font-family: Microsoft Sans Serif; font-size: x-small;">AWE Memory Allocated(KB)</span></strong></td> <td class="xl66" style="border-bottom: #969696 1pt solid; border-left: #969696; background-color: silver; width: 88pt; border-top: #969696 1pt solid; border-right: #969696 1pt solid;" colspan="4" width="116"><strong><span style="font-family: Microsoft Sans Serif; font-size: x-small;">Shared Memory Reserved(KB)</span></strong></td> <td class="xl66" style="border-bottom: #969696 1pt solid; border-left: #969696; background-color: silver; width: 84pt; border-top: #969696 1pt solid; border-right: #969696 1pt solid;" colspan="3" width="111"><strong><span style="font-size: x-small;"><span style="font-family: Microsoft Sans Serif;">Shared Memory Committed(KB)<span style="mso-spacerun: yes;">&nbsp;</span></span></span></strong></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">MEMORYCLERK_SQLUTILITIES</span></td> <td class="xl67" style="background-color: white; width: 62pt; border: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">80,144</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">133,336</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">133,336</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">MEMORYCLERK_SOSNODE</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">11,336</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">MEMORYCLERK_SQLSTORENG</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">6,776</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">2,624</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">2,624</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">MEMORYCLERK_SQLGENERAL</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">4,520</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">USERSTORE_OBJPERM</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">3,024</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">USERSTORE_SCHEMAMGR</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">1,536</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">OBJECTSTORE_SNI_PACKET</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">1,288</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">CACHESTORE_SQLCP</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">864</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">MEMORYCLERK_SQLCONNECTIONPOOL</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">816</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">USERSTORE_DBMETADATA</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">688</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">CACHESTORE_SYSTEMROWSET</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">520</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">MEMORYCLERK_SQLSERVICEBROKER</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">520</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">MEMORYCLERK_SQLBUFFERPOOL</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">504</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">1,654,240</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">29,248</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">OBJECTSTORE_SERVICE_BROKER</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">408</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl68" style="background-color: white; width: 188pt; height: 12.75pt; border: #969696 1pt solid;" colspan="6" width="250" height="17"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">USERSTORE_TOKENPERM</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">320</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 13.5pt;" height="18"> <td class="xl68" style="background-color: white; width: 188pt; height: 13.5pt; border: #969696 1pt solid;" colspan="6" width="250" height="18"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">OBJECTSTORE_LOCK_MANAGER</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">312</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">1,024</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">1,024</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 13.5pt;" height="18"> <td class="xl68" style="background-color: white; width: 188pt; height: 13.5pt; border: #969696 1pt solid;" colspan="6" width="250" height="18"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">MEMORYCLERK_XE_BUFFER</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">4,224</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">4,224</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> </tr> <tr style="height: 13.5pt;" height="18"> <td class="xl68" style="background-color: white; width: 188pt; height: 13.5pt; border: #969696 1pt solid;" colspan="6" width="250" height="18"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">MEMORYCLERK_FULLTEXT_SHMEM</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver 1pt solid; background-color: white; width: 62pt; border-top: silver; border-right: silver 1pt solid;" width="82"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 79pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="3" width="105"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 76pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="101"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 68pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="2" width="91"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">0</span></td> <td class="xl67" style="border-bottom: silver 1pt solid; border-left: silver; background-color: white; width: 88pt; border-top: silver 1pt solid; border-right: silver 1pt solid;" colspan="4" width="116"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">192</span></td> <td class="xl70" style="background-color: white; width: 84pt; border: #969696 1pt solid;" colspan="3" width="111"><span style="font-family: Microsoft Sans Serif; font-size: x-small;">192</span></td> </tr> </tbody> </table> </span>Thu, 15 Oct 2009 01:56:10 Z2009-10-23T09:43:56Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/704c22e6-3c49-419f-8255-58f19aedbd92http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/704c22e6-3c49-419f-8255-58f19aedbd92stswordmanhttp://social.msdn.microsoft.com/Profile/en-US/?user=stswordmanwhy setup database mirroring in cluster environment<p align=left><font face=Arial size=2></font> </p> <p>Two technique are both designed to  increase the availability of database.</p> <p align=left>And the difference is one is server level and other one is database level.</p> <p align=left> </p> <p align=left>And i don't know why setup database mirroring in cluster environment, is there some complementary ?</p> <p align=left> </p> <p align=left> </p> <p align=left>any suggestions would be appreciated</p>Mon, 19 May 2008 16:49:18 Z2009-10-19T10:31:29Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/4c8b89c0-11f8-4326-b9ce-43c4f394ebb6http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/4c8b89c0-11f8-4326-b9ce-43c4f394ebb6dallas13http://social.msdn.microsoft.com/Profile/en-US/?user=dallas13Login failed database mirroring from application <table border="0" cellspacing="1" cellpadding="9" width="100%"> <tbody> <tr> <td class="TableCell_Light" width="24%" valign="top">&nbsp;</td> <td class="TableCell_Light" width="76%" valign="top"> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tbody> <tr> <td class="smalltxt" valign="top"><span>I have database mirroring set up on server A and Server B(sql 2005 sp3-9.0.4035)<br />the database is principal on server- A and<br />the database is mirror on server- B.<br />We have one user 'test' with same SID on both servers.<br /><br />This 'test' user tries to connect to principal database<br />from ADO.NET application.<br />In the DSN file we have server A as principal<br /><br />from the front-end the process runs fine but it gives error saying<br />'the server is not responding, try to connect to server failed.'<br />when i check error log files on sql server i cant see any error msgs<br />but i opened error log files on mirror server-B, I can see this error<br />Error: 18456, Severity: 14, State: 16.<br />Login failed for user 'test' [Client : 192.168.1.XXX]<br /><br />I search on state-16 but name of the db in DSN is correct and we didnt specify failover<br />partner name in our DSN then why its going to server-B(mirror) and try to connect?<br />How can I stop this problem?</span></td> </tr> </tbody> </table> </td> </tr> </tbody> </table>Fri, 16 Oct 2009 21:45:47 Z2009-10-27T11:12:43Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/9b944bbd-c705-4b2a-bb33-28437a7d5127http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/9b944bbd-c705-4b2a-bb33-28437a7d5127Rayan deborahhttp://social.msdn.microsoft.com/Profile/en-US/?user=Rayan%20deborahmanagement agentswe&nbsp;can configure Oracle Enterprise Manager10g to monitor and<br />manage&nbsp;our database and&nbsp;ther are two ways to do it :&nbsp;<br />&nbsp; 1-&nbsp; we can centrally manage all our databases from a single management console by usin the Oracle Enterprise Manager Grid Controle&nbsp;if the Management Agent is installed on the database server, or<br /><br />2- we&nbsp;can manage each database individually by using Oracle Enterprise Manager Database Controle.<br /><br />and in the two ways we must start magemant agent<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; for the first one we use <span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: FR; mso-bidi-language: AR-SA;">/u01/app/oracle/product/10.0.1/bin&gt; emctl start agent<br /></span>&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; for the second we use <span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-theme-font: minor-bidi; mso-ansi-language: FR; mso-fareast-language: FR; mso-bidi-language: AR-SA;">/u01/app/oracle/product/10.0.1/bin&gt;<span style="mso-spacerun: yes;">&nbsp; </span>emctl start dbconsole<br /></span><br />where is my problem,so<br /><br />the problem :&nbsp; *&nbsp; I can 't understand the difference between the two ways, and with the existe of the Grid Controle, whay we&nbsp;have need to the second ways? <br /><br /><br />thank you,<br /><br /><br /><br /><br /><br /><br /><br />Tue, 13 Oct 2009 20:59:13 Z2009-10-21T10:10:11Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/0ae514d8-bf18-43a4-93c8-936dbb9c0a03http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/0ae514d8-bf18-43a4-93c8-936dbb9c0a03Yitzhakovhttp://social.msdn.microsoft.com/Profile/en-US/?user=YitzhakovSwitching Back principal and mirror after failoverhi, <div><br/></div> <div>I've setup a database mirroring with a principal, mirror and a witness.</div> <div><br/></div> <div>When the principal loses connection, the mirror successfully becomes available, as it should be.</div> <div>When the principal restores the connection, it becomes the mirror.</div> <div><br/></div> <div>What I would like to happen is that when the original principal comes back online, it will become available and a principal and the mirror (which was the principal while the original one was offline) will become the mirror again.</div> <div><br/></div> <div>Is that possible ?</div> <div><br/></div> <div>Thanks.</div><hr class="sig">Dror Yitzhakov.Tue, 28 Jul 2009 09:53:47 Z2009-11-18T12:14:58Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/aef4c00e-69a8-4332-9c41-92490fc9b388http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/aef4c00e-69a8-4332-9c41-92490fc9b388Roshallhttp://social.msdn.microsoft.com/Profile/en-US/?user=Roshallquick question...Is it possible: SQL Enterprise Principal with a SQL Std Mirror...Hello, all.&nbsp; I was wondering if its possible to have a SQL Enterprise 2005/2008 Principal with a SQL Standard 2005/2008 Mirror.&nbsp; Is this possible?&nbsp; In either scenario both principal and mirror will both be on the same version...2005 or 2008.<br /><br />Thnx<br />Roz<br />Wed, 14 Oct 2009 18:07:45 Z2009-10-22T10:12:42Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/5258bb3d-7c3f-4205-868b-728d1051e585http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/5258bb3d-7c3f-4205-868b-728d1051e585BSrinihttp://social.msdn.microsoft.com/Profile/en-US/?user=BSriniDatabase mirroring is suspended<p>Database mirroring for one of the database is suspended, when I try to resume it again suspends. I have checked the SQL log in the Mirror server. I could also see some stack dump messages in sql log. Is this a bug ? This has been working for last 8 months without issues.<br /><br />Env: SQL 2005 SP2+Hotfix (9.00.3159) 64 Bit EE<br /><br />Excerpts from SQL Log:<br /><br />While acting as a mirroring partner for database 'MOSS_SSP_SG-PROD-MOSS_StandardSSP1_Search', server instance 'SINSHPDBP3701' encountered error 3624, status 1, severity 20. Database mirroring will be suspended.&nbsp; Try to resolve the error and resume mirroring.<br /><br />A system assertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a software bug or data corruption. To check for database corruption, consider running DBCC CHECKDB. If you agreed to send dumps to Microsoft during setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft in the latest Service Pack or in a QFE from Technical Support.<br /><br />SQL Server Assertion: File: &lt;loglock.cpp&gt;, line=818 Failed Assertion = 'result == LCK_OK'. This error may be timing-related. If the error persists after rerunning the statement, use DBCC CHECKDB to check the database for structural integrity, or restart the server to ensure in-memory data structures are not corrupted.<br /><br /><br /></p>Tue, 13 Oct 2009 05:52:47 Z2009-10-14T05:56:09Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/c1fce70f-0a93-459c-b4b7-eeefc4de5551http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/c1fce70f-0a93-459c-b4b7-eeefc4de5551X.GEORGEhttp://social.msdn.microsoft.com/Profile/en-US/?user=X.GEORGEERROR While Connecting to Mirror DBDear all,<br />&nbsp;<br />This is george, am new to this forum. I am submitting the error while trying DB MIRRORING. kindly help me with your suggestions.<br /><br />When i am try to Create a Mirroring Session, the following is the error message, i am getting.<br /><br />I really followed Mr.Kelo's instructions to create End Points and Started and Setting up Listenig port, But while giving the following command i am getting the error like below.<br /><br />Query Executed on Principal Server:<br /><br /><span style="font-size: x-small; color: #0000ff;"><font size="2" color="#0000ff"> <p>ALTER</p> </font></span> <p><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;">DATABASE</span><span style="font-size: x-small;"> DB_MIRROR</span></p> <span style="font-size: x-small; color: #0000ff;"><font size="2" color="#0000ff"> <p>SET</p> </font></span> <p><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #0000ff;">PARTNER</span><span style="font-size: x-small;"> </span><span style="font-size: x-small; color: #808080;">=</span><span style="font-size: x-small; color: #ff0000;">'TCP://EAPL:5023'<br /></span></p> <br />where DB_MIRROR = Database Name;&nbsp; EAPL=Machine Name<br /><span style="font-size: xx-small;"> <p><br /><br />THE ERROR MESSAGE I AM GETTING IS,<br /><br /><br />Msg 1418, Level 16, State 1, Line 1</p> <p>The server network address "TCP://EAPL:5023" can not be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational.</p> </span><br /><br />I dont know where will be the problem, I have tried with UI also. I am getting same error. Kindly tell me How to check the Network addressname and Ports for Local and remote endpoints are operational.<br /><br />Kindly help me in this issue,<br /><br />Thanks and Regards,<br /><br />x.george<br /><br />Thu, 08 Oct 2009 10:37:54 Z2009-10-19T03:33:25Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/bc28b3e3-a4a9-486e-9507-8450f070de8ahttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/bc28b3e3-a4a9-486e-9507-8450f070de8aJoe_Hellstenhttp://social.msdn.microsoft.com/Profile/en-US/?user=Joe_Hellsten"Bypassing recovery for database 'XXXX' because it is marked as an inaccessible database mirroring database. A problem exists with the mirroring session. SQL Server info SQL Server Std edition SP3 on both Principal and Mirror X64.  SQL Server Express edition Sp3 on witness x64 WOW.<br/>OS Info Server 2003 X64 Std Edition SP2<br/><br/>Succesfully setup mirroring using certificates on database X.  Mirror monitor indicated asll communication green and in sync.  SQL Server X on Host X where database X was principal we restarted.  Database X failed over to SQL Server Y on Host Y.  All in sync and all communication green per Mirror Monitor.<br/>Database X failed back to SQL Server X using Alter database 'X' set partner failover.  Database never comes out of recovery.<br/>&quot;Bypassing recovery for database 'X because it is marked as an inaccessible database mirroring database. A problem exists with the mirroring session. The session either lacks a quorum or the communications links are broken because of problems with links, endpoint configuration, or permissions (for the server account or security certificate). To gain access to the database, figure out what has changed in the session configuration and undo the change.<br/>To my knowledge noithign was changed (of course). But I verified existence of logins and users, logins permissions on endpoints, endpoints existed and started.  Could ping between all hosts.    Ended up having to break the mirror from SQL Server Y.  Could not break mirror from SQL Server X.  Could not failback from SQL Server X or Y.  Ran DBCC checkdb and no errrors.  <br/>Looking for any information on this error or any ideas of addtional troubleshooting that could be done. <br/>TIA,<br/>Tue, 29 Sep 2009 16:14:53 Z2009-10-13T14:09:12Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/ebd51ebd-8caf-4b2c-8548-4b6e071bf57bhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/ebd51ebd-8caf-4b2c-8548-4b6e071bf57bmarinetoughhttp://social.msdn.microsoft.com/Profile/en-US/?user=marinetoughsql server 2005how to create employee details table in sql server 2005Sat, 10 Oct 2009 10:45:46 Z2009-10-19T02:51:33Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/01d5c56f-bee5-4441-bdc4-bc6821aa7c16http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/01d5c56f-bee5-4441-bdc4-bc6821aa7c16sharif42http://social.msdn.microsoft.com/Profile/en-US/?user=sharif42Reporting off of a Database Mirror SQL Server 2008<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: small; font-family: Calibri;">Hi guys,</span></p> <p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: small; font-family: Calibri;">I have databases mirroring running on one server. The databases are cross join. I created snapshot for the reporting. The problem I found I cannot just drop the snapshot and create new one because may be some client might selecting something data from the snapshot at that time. </span></p> <p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: small; font-family: Calibri;">So I found I faced two problems</span></p> <p class="MsoListParagraphCxSpFirst" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-size: small; font-family: Calibri;">1-</span><span style="font: 7pt &quot;Times New Roman&quot;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="font-size: small; font-family: Calibri;">Cross database join. I thought I can solve it by dynamic SQL after getting the latest snapshot from the sys.databases</span></p> <p class="MsoListParagraphCxSpLast" style="margin: 0in 0in 10pt 0.25in; text-indent: -0.25in; mso-list: l0 level1 lfo1; mso-add-space: auto;"><span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;"><span style="mso-list: Ignore;"><span style="font-size: small; font-family: Calibri;">2-</span><span style="font: 7pt &quot;Times New Roman&quot;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="font-size: small; font-family: Calibri;">The data source in the report need to be dynamic to connect to the latest snapshot. I was hoping I can connect to master database and get the latest snapshot and make my Initial Catalog but I couldn&rsquo;t get the source code</span></p> <p class="MsoNormal" style="margin: 0in 0in 10pt 0.25in;"><span style="font-size: small; font-family: Calibri;">Can you please advise me how to make it work?</span></p> <p class="MsoNormal" style="margin: 0in 0in 10pt 0.25in;"><span style="font-size: small; font-family: Calibri;">&nbsp;</span></p> <p class="MsoNormal" style="margin: 0in 0in 10pt 0.25in;"><span style="font-size: small; font-family: Calibri;">Thank you </span></p>Mon, 12 Oct 2009 12:57:53 Z2009-10-12T12:57:53Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/a3878dc3-e8ca-4cce-9ea6-ef355a2cc9fchttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/a3878dc3-e8ca-4cce-9ea6-ef355a2cc9fcMark SQL Serverhttp://social.msdn.microsoft.com/Profile/en-US/?user=Mark%20SQL%20ServerLogin failed for user. Cannot open database message for linked server to mirrored partners<p>I have a linked server connection to a mirrored pair of servers. When it connected to principal, it has no problems. However, if I manually fail it over to the partner I get an error "Login failed for user &lt;user_name&gt;. Cannot open database &lt;mirrored_database_name&gt;".</p> <p>It happens only with first execution. With all the rest executions it runs fine. Same thing happens when I fail it back to original principal, for first execution I receive an error, however with all the rest executions it runs fine again.</p> <p>My connection string looks like "SERVER=&lt;SERVER\INSTANCE,PORT#&gt;;DATABASENAME=&lt;DBNAME&gt;;FailoverPartner=&lt;SERVER\INSTANCE,PORT#&gt;';User ID=&lt;USER&gt;"</p> <p>&nbsp;</p>Fri, 09 Oct 2009 20:33:10 Z2009-10-19T02:54:19Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/654465d3-5b99-473c-b1c7-9e164b30dd31http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/654465d3-5b99-473c-b1c7-9e164b30dd31IwanHhttp://social.msdn.microsoft.com/Profile/en-US/?user=IwanHReplicating sql 2005 database with compatibility level 70<p align=left><font face=Arial size=2></font> </p> <p>I'm trying to replicated a database with compatibility level 70 on sql server 2005, but the system is unable to create a snapshot.</p> <p align=left> </p><b><font size=1> <p>Error messages:</p> <dir></b> <p>Message: metadata query failed<br>Stack: at Microsoft.SqlServer.Replication.Snapshot.SqlServer.NativeBcpOutProvider.ThrowNativeBcpOutException(CConnection* pNativeConnectionWrapper)<br>at Microsoft.SqlServer.Replication.Snapshot.SqlServer.NativeBcpOutProvider.BcpOut(String strBcpObjectName, String strBcpObjectOwner, String strBaseBcpObjectName, Boolean fUnicodeConversion, String strDataFile, String strLoadOrderingHint, String strWhereClause)<br>at Microsoft.SqlServer.Replication.Snapshot.SqlServer.BcpOutThreadProvider.DoWork(WorkItem workItem)<br>at Microsoft.SqlServer.Replication.WorkerThread.NonExceptionBasedAgentThreadProc()<br>at Microsoft.SqlServer.Replication.WorkerThread.AgentThreadProc()<br>at Microsoft.SqlServer.Replication.AgentCore.BaseAgentThread.AgentThreadProcWrapper() (Source: MSSQLServer, Error number: 0)<br>Get help: http://help/0</p> <p>Message: Incorrect syntax near 'collate'. You may need to set the compatibility level of the current database to a higher value to enable this feature. See help for the stored procedure sp_dbcmptlevel.<br>Stack: (Source: MSSQLServer, Error number: 325)<br>Get help: http://help/325</p></dir></font> <p align=left>If i change the compatibility level to 90 every thing works fine, but the client software demands that the database is on compatibility level 70.</p> <p align=left> </p> <p align=left>Any solutions ??</p> <p align=left> </p> <p align=left>Thanks, Iwan</p> <p align=left> </p>Wed, 04 Jun 2008 18:29:39 Z2009-10-09T19:13:43Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/6454903b-210e-4fb1-85ec-f688ea9b4d4fhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/6454903b-210e-4fb1-85ec-f688ea9b4d4fFilip S.http://social.msdn.microsoft.com/Profile/en-US/?user=Filip%20S.Shared hosting and accessing multiple databasesHi there,<br /> <br /> I have a shared hosting plan, and that hosting has 3 databases (each 250MB space) I asked the admin if they could join those databases together so I would have one 750Mb database but they told me that they won't do it because of maintainance difficulties.<br /> <br /> So my question is:<br /> <br /> <strong>Can I create 3 db's and then access all of them in one stored procedures? </strong> - can I access db2 from stored procedure that is located in db1?<br /> <br /> I mean, when I create 3 db's on my local machine I can then query those db's like this:<br /> <br /> select * from [<strong>Database</strong> ].[Schema].[Customer] as customer<br /> join [<strong>Database2</strong> ].[Schema].[CustomerInfo] ... the rest of code ... <br /> <br /> But I on my local machine I use Windows authentication, so, this is easy. On hosting, each db has it unique User Name and password.&nbsp; So, I feel that on shared hosting it will be at least tricky or even impossible.<br /> <br /> Could someone please point me to some resources on how to do this task? (Assuming it is possible).<br /> <br /> I was thinking that I place some tables to db1 others to db2 and in the application I will use different connection string for certain tasks, but that is not possible because those table are linked together and I have to do some joins on them. I would like to make this somehow possible because it would be really a waste of space to buy better hosting plan with bigger db when I have already 2 db's that I can't use :(<br /> <br /> Any help, or any suggestion would be really appreciaeted.<br /> Thanks guys.<br /> <br /> --edit: Oh I'm sorry I saved it to wrong category and don't know how to change it :(<br />Thu, 08 Oct 2009 22:48:55 Z2009-10-16T09:47:21Zhttp://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/c95034f2-d2e6-46fc-99d6-0a415bc1a497http://social.msdn.microsoft.com/Forums/en-US/sqldatabasemirroring/thread/c95034f2-d2e6-46fc-99d6-0a415bc1a497AZSysadminhttp://social.msdn.microsoft.com/Profile/en-US/?user=AZSysadminDatabase Mirroring question? SQL 2005 SP3I have a problem and can seem to find the correct path to setup mirroring on Windows Server R2 SP2 running SQL 2005 sp3.<br /><br />1. I have my main server PVSSQL database name : PVS1<br />&nbsp;&nbsp;&nbsp; a. Here are the steps------&gt;Backup The Database: Worked<br />&nbsp;&nbsp;&nbsp; b. Back up Trans log---------&gt; OK!<br /><br />2. Copyed the backup from PVSSQL to PVSSQL2<br />&nbsp;&nbsp;&nbsp; a. I did a restore of database PVS1 on the backup server PVSSQL2---------&gt; NORECOVERY<br />&nbsp;&nbsp;&nbsp; b. same steps for the trans log------------&gt; NORECOVERY<br /><br />So far these steps seem to work fine no problem.<br /><br />Here is I'm stuck at and can't seem to find out what I have done incorrect.<br /><br />I can't find the configure database mirroring<br /><br />when I go back on the main server to setup the database for mirroring I can find the " configure database mirroring security wizard "<br /><br />I'm a SQL admin so if missed any steps please let me know<br /><br />Any help would be great<br /><br />-EdThu, 08 Oct 2009 20:11:48 Z2009-10-16T09:52:12Z