![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear All, We have a big concern in our Database system. We have 2000 transactions daily in our database. We need to replicate some how the database for our fail over setup. I tried transactional replication at midnight but our all systems locked and we had a lot of complaints from the customers and It was taking a lot of time to snapshot part and I had to abort it because of these reasons. |
|
I need an advice how I can create a replication or is there any other way to replicate or is there any way to do this process without bothering the system? Please give me some advice and help.. Thanks asa. |
#3
| |||
| |||
|
|
"laststubborn" <arafatsalih (AT) gmail (DOT) com> wrote in message news:1147164897.180455.80350 (AT) j33g2000cwa (DOT) googlegroups.com... Dear All, We have a big concern in our Database system. We have 2000 transactions daily in our database. We need to replicate some how the database for our fail over setup. I tried transactional replication at midnight but our all systems locked and we had a lot of complaints from the customers and It was taking a lot of time to snapshot part and I had to abort it because of these reasons. Why do the transactional replication only at midnight? Better off doing it continually throughout the day. |
|
And btw, 2000 transactions, unless they're huge, is trivial. I have systems doing that per minute. The other option is to look into log shipping. There are scripts out there that let you do it even w/o Enterprise edition, though it is then admittedly more manual. |
| I need an advice how I can create a replication or is there any other way to replicate or is there any way to do this process without bothering the system? Please give me some advice and help.. Thanks asa. |
#4
| |||
| |||
|
|
Greg D. Moore (Strider) wrote: "laststubborn" <arafatsalih (AT) gmail (DOT) com> wrote in message news:1147164897.180455.80350 (AT) j33g2000cwa (DOT) googlegroups.com... Dear All, We have a big concern in our Database system. We have 2000 transactions daily in our database. We need to replicate some how the database for our fail over setup. I tried transactional replication at midnight but our all systems locked and we had a lot of complaints from the customers and It was taking a lot of time to snapshot part and I had to abort it because of these reasons. Why do the transactional replication only at midnight? Better off doing it continually throughout the day. The thing is snapshot taking a lot of time to do it. Even at night we had a problem with customers. |
| And btw, 2000 transactions, unless they're huge, is trivial. I have systems doing that per minute. The other option is to look into log shipping. There are scripts out there that let you do it even w/o Enterprise edition, though it is then admittedly more manual. As you said it is manual we can not afford manual solutions. |
|
Thanks I need an advice how I can create a replication or is there any other way to replicate or is there any way to do this process without bothering the system? Please give me some advice and help.. Thanks asa. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
yep I think we had a communication problem. I was asking about the replication not for a backup (I dont know whether you mean replication when you use 'transactional backup') Back Up is not a problem as you said we dont have problem on that however I will create failover cluster but I will replicate the database first. That is my problem transactional replication.. That is why I asked all these questions. |
|
Thank you |
#7
| |||
| |||
|
|
Then you brought up snap-shotting. This isn't a term usually used with transactional replication. |
#8
| |||
| |||
|
|
Greg D. Moore (Strider) (mooregr_deleteth1s (AT) greenms (DOT) com) writes: Then you brought up snap-shotting. This isn't a term usually used with transactional replication. Not that replication is my best game, but doesn't a transactional replication scheme usually start with the replication of a snapshot? |
| -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
Thats the thing, I could not pass one time snapshot part. During the initial snapshot I had problems, Our application was locked and It was taking so long we had to cancel it. You said that there are ways around that how ? If you give me some help on that I really appreciate it. |
|
Also any of you did a failover clustering? I will do this first time and I have some questions. Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |