Viewing 15 posts - 31 through 45 (of 51 total)
quote:
What are the best pratices for setting up replication environment.
Be sure to read...
May 10, 2003 at 5:14 pm
As far as i know Oracle supports only read committed and serializable for isolation levels ( read uncommitted also). SQL server supports all 4. Does this have anything to do...
May 9, 2003 at 3:17 pm
thanks for mentioning the segmenting issue as well. I have worked in partitioned db environments in SQL 7.0 in a web based multimedia company. Application took care of redirection. Had...
May 9, 2003 at 2:34 pm
hmm, sounds like a problem. 2Way trans replication is a requirement for us
sk
May 9, 2003 at 2:20 pm
thanks. i will try the solution and post the results
-srini
May 9, 2003 at 12:36 pm
quote:
srini_kris,In function, our solution is virtually identical to log shipping, but the restores are handled in a single script, without copying backup...
May 9, 2003 at 12:16 pm
quote:
We're hoping Yukon answers a lot of the high-scalability requests. Keep in mind that you have some method of load balancing using...
May 9, 2003 at 12:01 pm
quote:
We tried replication under SQL 6.5, and, as I recall, replication would not push DDL (i.e., table and stored procedure) changes from...
May 9, 2003 at 11:42 am
Oracle 9i real app clusters will allow for this. One feature i wish Microsoft provides as we have requests for NLB too. The user should decide whether to cluster as...
May 8, 2003 at 4:21 pm
Great article as this is something i have a need for. Since i am copying tables from server/db A to server/db B, is there a way to dynamically select all...
May 8, 2003 at 9:53 am
We have the same issue. If you script out replication and if your replication is simple then go for it, as log shipping needs a monitor server. also replication is...
May 6, 2003 at 2:23 pm
quote:
I think using a table variable instead of a temp table will help you:DECLARE @t1 TABLE( c1 int, c2 varchar(10) )
now @t1...
May 5, 2003 at 9:05 am
quote:
looks like someone comes from the novel world 😉 Srini, let us know what you end up going with. Replication can be...
May 2, 2003 at 3:55 pm
thanks shawn. Looks like log shipping is a safer option
-sk
April 29, 2003 at 5:19 pm
Viewing 15 posts - 31 through 45 (of 51 total)