Re: msmq to sql?
- From: "Andrew J. Kelly" <sqlmvpnooospam@xxxxxxxxxxxx>
- Date: Thu, 1 Nov 2007 10:24:42 -0400
What happens then when the server that is running msmq goes down? Why would you think that would be more reliable than SQL Server? MSMQ can't even begin to duplicate the functionality of SQL Server and should never be thought of as a backup to or replacement for it. You are better off looking at valid HA or DR means for SQL Server such as Clustering, Database Mirroring, (possibly replication), Log shipping etc. But your goals and business needs will dictate the actual methods used.
--
Andrew J. Kelly SQL MVP
Solid Quality Mentors
"Andy" <kc2ine@xxxxxxxxx> wrote in message news:u%23%23CdMEHIHA.1316@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
If I'd like to ensure that in case sql server is down user still can access and write the the data what option do I have? Since writing is more important I thought about MSMQ tu put between the server and the application, but what about reading? Any other techiniques?
In case of MSMQ, can you suggest any example how to use it with SQL server?
thanks
.
- Follow-Ups:
- Re: msmq to sql?
- From: Andy
- Re: msmq to sql?
- References:
- msmq to sql?
- From: Andy
- msmq to sql?
- Prev by Date: Re: msmq to sql?
- Next by Date: Re: msmq to sql?
- Previous by thread: Re: msmq to sql?
- Next by thread: Re: msmq to sql?
- Index(es):
Relevant Pages
|