0
votes
1answer
327 views
using wget against protected site with NTLM
Trying to mirror a local intranet site and have found previous questions using 'wget'. It works great with sites that are anonymous, but I have not been able to use it against a s …
0
votes
3answers
46 views
moving a perl script/dbm to a new server, and shifting out of dbm??
I've been tasked with mirroring a site onto a new server. The old site has a few Perl scripts that, as far as I can see internally (i know nothing about Perl, though I have a prett …
0
votes
0answers
33 views
SQL 2005 mirroring integrity and failover
We had a consultant onsite who setup the production DB to mirror to a DR site SQL instance. Asynchronous mirroring set to mirror every minute. It has been synching to these DR site …
1
vote
2answers
404 views
Can I use Failover Partner in my SQL connection string without mirroring?
I admit I'm a bit of a cheapskate, but I don't want to spring for the three servers needed to get automatic failover for SQL Server via Mirroring, especially since one of the three …
0
votes
3answers
45 views
Simplest solution for high availability of SQL server 2008?
I have a bunch of SQL servers which I periodically performs maintainance on (Windows Update patches etc.). Now I want to the database online 24/7 and need to implement one of the h …
0
votes
0answers
10 views
Is it possible to run replication on a SQL 2005 DB which is a mirrored principal server?
We have a client that currently has a large busy database that they back up using database mirroring. As part of a reporting requirement we need to use some of the data stored in …
0
votes
1answer
83 views
SQL 2008 Mirroring Issues
Hello Everyone,
I currently have mirroring setup between three computers, principle, mirror, and witness. During the day, all these systems are fine; they failover with the failov …
1
vote
1answer
454 views
Executing a manual failover (no witness, high protection mode)
Not really my area of expertise, so I am a bit stuck...
I can execute a failover if both the primary and the mirror partners are available, but I can't figure out how to do a manu …
0
votes
1answer
49 views
SQL Mirroring End Points
We have a SQL 2005 database server which uses high safety (synchronous, no automatic failover, no witness) mirroring to keep our disaster recovery site in a sort of warm standby. I …
0
votes
3answers
74 views
How do I make schema changes to a mirrored database?
I have a mirrored database and I need to make some changes to it. Mainly, adding a view and some stored procedures. Now I know that if you make schema changes you are supposed to …
0
votes
3answers
494 views
Shrinking the transaction log of a mirrored SQL Server 2005 database
I've been looking all over the internet and I can't find an acceptable solution to my problem, I'm wondering if there even is a solution without a compromise...
I'm not a DBA, but …
1
vote
2answers
144 views
Tool for downloading eclipse plugins from update sites
I need to install an eclipse plugin to a machine not connected to the Internet and I cannot find a dist to use for a local install.
Is there a tool for downloading a plugin from a …
0
votes
2answers
89 views
Are CLR DLLs mirrored when using SQL Server Mirroring?
I have a SQL Server database (2008) within which I have some CLR DLLs that SQL uses for various things.
Are these DLLs mirrored when I use SQL Mirroring? Our DBA says not, but I f …
0
votes
2answers
97 views
How can I improve SQL server mirroring
Hello
(if the question is more appropriate for RackOverflow please let me know)
I've setup SQL server mirroring, using 2 SQL server 2005 standard editions.
When the application i …
0
votes
1answer
115 views
Cross-database views and mirroring in SQL Server
Hi,
I have a question about mirroring and cross-db views.
We have a view in database X which references database Y on the same server S1.
The databases X & Y are both mirrored …
