Home All Groups Group Topic Archive Search About


Author
1 Jul 2009 9:03 AM
INPUTIO
Hi guys,

exist any replication  method in SQL that the target db server avaialble for
reading ?

I need to replicate my database on another server but after i would make a
query on this database target.

The questions is for 2000 and 2005 SQL products.

Thanks in advance.

Author
1 Jul 2009 10:19 AM
Carlos Sacristan
In 200x, you can use Replication or Log Shipping (setting read-only the
secondary), and in 2005/2008, also Database Mirroring.

Take a look on BOL about this topics

Show quoteHide quote
"INPUTIO" <INPU***@IO.COM> wrote in message
news:%23uo0Yri%23JHA.3320@TK2MSFTNGP04.phx.gbl...
> Hi guys,
>
> exist any replication  method in SQL that the target db server avaialble
> for reading ?
>
> I need to replicate my database on another server but after i would make a
> query on this database target.
>
> The questions is for 2000 and 2005 SQL products.
>
> Thanks in advance.
>
Are all your drivers up to date? click for free checkup

Author
1 Jul 2009 11:06 AM
INPUTIO
thanks you so much.

Show quoteHide quote
"Carlos Sacristan" <nom***@nomail.com> ha scritto nel messaggio
news:eXIDmVj%23JHA.4692@TK2MSFTNGP02.phx.gbl...
> In 200x, you can use Replication or Log Shipping (setting read-only the
> secondary), and in 2005/2008, also Database Mirroring.
>
> Take a look on BOL about this topics
>
> "INPUTIO" <INPU***@IO.COM> wrote in message
> news:%23uo0Yri%23JHA.3320@TK2MSFTNGP04.phx.gbl...
>> Hi guys,
>>
>> exist any replication  method in SQL that the target db server avaialble
>> for reading ?
>>
>> I need to replicate my database on another server but after i would make
>> a query on this database target.
>>
>> The questions is for 2000 and 2005 SQL products.
>>
>> Thanks in advance.
>>
>
Author
1 Jul 2009 2:07 PM
Linchi Shea
Just want to add that if you want to query your 'replicated' data and want to
see that data up to date, log shipping ot database mirroring are not really
viable. SQL Server native replication is probably what you need, especially
when you don't need to query all the tables in the primary database.

Linchi

Show quoteHide quote
"INPUTIO" wrote:

> thanks you so much.
>
> "Carlos Sacristan" <nom***@nomail.com> ha scritto nel messaggio
> news:eXIDmVj%23JHA.4692@TK2MSFTNGP02.phx.gbl...
> > In 200x, you can use Replication or Log Shipping (setting read-only the
> > secondary), and in 2005/2008, also Database Mirroring.
> >
> > Take a look on BOL about this topics
> >
> > "INPUTIO" <INPU***@IO.COM> wrote in message
> > news:%23uo0Yri%23JHA.3320@TK2MSFTNGP04.phx.gbl...
> >> Hi guys,
> >>
> >> exist any replication  method in SQL that the target db server avaialble
> >> for reading ?
> >>
> >> I need to replicate my database on another server but after i would make
> >> a query on this database target.
> >>
> >> The questions is for 2000 and 2005 SQL products.
> >>
> >> Thanks in advance.
> >>
> >
>
>
Author
2 Jul 2009 12:06 PM
INPUTIO
Hi Linchi,

so if i use a log shipping the replicated database is not  avaialble for
query a data ?

Thanks.


Show quoteHide quote
"Linchi Shea" <LinchiS***@discussions.microsoft.com> ha scritto nel
messaggio news:10882B88-47A4-4111-ADA2-1FA6D6E45ADE@microsoft.com...
> Just want to add that if you want to query your 'replicated' data and want
> to
> see that data up to date, log shipping ot database mirroring are not
> really
> viable. SQL Server native replication is probably what you need,
> especially
> when you don't need to query all the tables in the primary database.
>
> Linchi
>
> "INPUTIO" wrote:
>
>> thanks you so much.
>>
>> "Carlos Sacristan" <nom***@nomail.com> ha scritto nel messaggio
>> news:eXIDmVj%23JHA.4692@TK2MSFTNGP02.phx.gbl...
>> > In 200x, you can use Replication or Log Shipping (setting read-only the
>> > secondary), and in 2005/2008, also Database Mirroring.
>> >
>> > Take a look on BOL about this topics
>> >
>> > "INPUTIO" <INPU***@IO.COM> wrote in message
>> > news:%23uo0Yri%23JHA.3320@TK2MSFTNGP04.phx.gbl...
>> >> Hi guys,
>> >>
>> >> exist any replication  method in SQL that the target db server
>> >> avaialble
>> >> for reading ?
>> >>
>> >> I need to replicate my database on another server but after i would
>> >> make
>> >> a query on this database target.
>> >>
>> >> The questions is for 2000 and 2005 SQL products.
>> >>
>> >> Thanks in advance.
>> >>
>> >
>>
>>
Author
2 Jul 2009 7:50 PM
Linchi Shea
Technically, you can query a database in the standby mode. But whenever
another log backup is applied all connections to the standby database must be
terminated. Unless you backup your logs in very large intervals and your
users are okay with their connections being terminated from time to time, the
standby database is practically not usable.

Linchi

Show quoteHide quote
"INPUTIO" wrote:

> Hi Linchi,
>
> so if i use a log shipping the replicated database is not  avaialble for
> query a data ?
>
> Thanks.
>
>
> "Linchi Shea" <LinchiS***@discussions.microsoft.com> ha scritto nel
> messaggio news:10882B88-47A4-4111-ADA2-1FA6D6E45ADE@microsoft.com...
> > Just want to add that if you want to query your 'replicated' data and want
> > to
> > see that data up to date, log shipping ot database mirroring are not
> > really
> > viable. SQL Server native replication is probably what you need,
> > especially
> > when you don't need to query all the tables in the primary database.
> >
> > Linchi
> >
> > "INPUTIO" wrote:
> >
> >> thanks you so much.
> >>
> >> "Carlos Sacristan" <nom***@nomail.com> ha scritto nel messaggio
> >> news:eXIDmVj%23JHA.4692@TK2MSFTNGP02.phx.gbl...
> >> > In 200x, you can use Replication or Log Shipping (setting read-only the
> >> > secondary), and in 2005/2008, also Database Mirroring.
> >> >
> >> > Take a look on BOL about this topics
> >> >
> >> > "INPUTIO" <INPU***@IO.COM> wrote in message
> >> > news:%23uo0Yri%23JHA.3320@TK2MSFTNGP04.phx.gbl...
> >> >> Hi guys,
> >> >>
> >> >> exist any replication  method in SQL that the target db server
> >> >> avaialble
> >> >> for reading ?
> >> >>
> >> >> I need to replicate my database on another server but after i would
> >> >> make
> >> >> a query on this database target.
> >> >>
> >> >> The questions is for 2000 and 2005 SQL products.
> >> >>
> >> >> Thanks in advance.
> >> >>
> >> >
> >>
> >>
>
>

Bookmark and Share