Sorry PromisedOyster, I meant database mirroring is available in standard
"PromisedOyster" <PromisedOyster@hotmail.com> wrote in message
news:1170767529.854834.79340@m58g2000cwm.googlegroups.com...
> Thanks Hilary
>
> According to Table 2: Database Mirroring and SQL Server 2005 Editions
> in the article
http://www.microsoft.com/technet/prodtechnol/sql/2005/ > dbmirror.mspx, database snapshots are not available in the Standard
> edition.
>
> However, you have indicated that database snapshots are available in
> the Standard Edition.
>
>
> Which is correct?
>
>
> On Feb 6, 10:52 pm, "Hilary Cotter" <hilary.cot...@gmail.com> wrote:
>> Answers inline.
>>
>> --
>> Hilary Cotter
>>
>> Looking for a SQL Server replication
>> book?
http://www.nwsu.com/0974973602.html >>
>> Looking for a FAQ on Indexing Services/SQL
>> FTS
http://www.indexserverfaq.com >>
>> "PromisedOyster" <PromisedOys...@hotmail.com> wrote in message
>>
>> news:1170764959.666164.300590@h3g2000cwc.googlegroups.com...
>>
>> > Our clients would like an automated fallover database server as well
>> > as a database for reporting purposes.
>>
>> > At face value, mirroring would seem the better option. However, it
>> > would appear that the users aren't able to run queries against the
>> > mirrored database. See statement below from the MSDN article on
>> > mirroring.
>>
>> Mirroring isn't as scalable as replication. With high safety on all dml
>> on
>> the principal is slower. With high performance there is no performance
>> hit,
>> but in both modes it is only scalable up to 10 or so databases per
>> instance.
>>
>>
>>
>> > "Because the mirror database is in a recovering state, it cannot be
>> > accessed directly. You can create database snapshots on the mirror to
>> > indirectly read the mirror database at a point in time. (See 'Database
>> > Mirroring and Database Snapshots' later in this paper.)"
>>
>> > Snapshots have the following drawbacks:
>>
>> > (1) The information help in the accessible database may be old.
>> > (2) The additional resources to create the snapshot.
>> > (3) Require enterprise edition (or developer edition) of SQL Server
>>
>> Plus it eats up disk space even when there are no transactions going to
>> the
>> snapshot. It is also available in Standard and Enterprise editions.
>>
>>
>>
>> > In addition, I though I read somewhere about database mirroring not
>> > being supported by Microsoft.
>>
>> It is supported since SP1. There was a trace flag which enabled it in the
>> RTM version.
>>
>> > Therefore, an I correct in saying that a mirrored database is not
>> > really an appropriate technology to use for near real-time reporting
>> > and replication is a better option.
>>
>> Yes, replication is ideal for near real-time reporting. I should point
>> out
>> that replication does not do automatic failover. Clustering and data base
>> mirroring do, but you aren't really able to offload reporting with these
>> technologies.
>
>