Viewing 15 posts - 211 through 225 (of 5,103 total)
So you have linked servers to all possible values of "@server" ?
If you do you need also map a remote logins so that this works.
April 14, 2009 at 1:15 pm
Also retrieving "all" records is a bad design. You should think about retrieving "some" of them.
April 14, 2009 at 1:02 pm
Let me explain why I said that.
- Replication can affect the Publisher if the subscriber is down. So Do you really want to affect Production if TEST has a problem...
April 14, 2009 at 12:59 pm
vboucharas (4/14/2009)
I have the following tables (simplified):
Object (An Object represents a house with a postcode)
ObjectID (int) (PK)
PostCode (varchar)
Client (A Client represents a customer)
ClientID (int) (PK)
PostCodeRange (A PostCodeRange represents a...
April 14, 2009 at 12:34 pm
Replication Monitor will indicate xact_number ... use it with sp_browsereplcmds.
April 14, 2009 at 11:56 am
If you are using snapshot replication your indexes won't be fragmented because they are freshly created every time. If you are using transactional replication you do need re-indexing jobs on...
April 14, 2009 at 11:54 am
DBA (4/13/2009)
hi, just a quick question with this replication jobs from replication monitor you can schedule to run anytime you want just as any other job?
Yes. But be careful not...
April 14, 2009 at 11:43 am
If you can tell which tables are going to be modified maybe you just need to snapshot "only" those tables plus the new ones and be done in a fraction...
April 14, 2009 at 11:40 am
Replication from TEST to PROD or from PROD to TEST is never a good idea.
April 14, 2009 at 11:37 am
VG (4/7/2009)
We recently added indixes as a part of the replication process from publisher to sunscriber. I see indexes at the replicated databases. MY question is, though indexes are replicated,...
April 7, 2009 at 3:04 pm
Paul White (4/6/2009)
Noel,I am a little confused!
A checksum solution has already been posted.
Binary checksum would be collation and case-sensitive! Not sure that is what the OP wants?
Cheers,
Paul
Hi Paul,
You are...
April 7, 2009 at 8:42 am
Jay Kusch (4/6/2009)
We are going to be able to execute this process leveraging Replication and...
April 6, 2009 at 3:13 pm
you may want to try binary_checksum over the varchar(max) column!
April 6, 2009 at 2:20 pm
Ziljan,
If you add the new tables to the publication and you run the snapshot agent ONLY that table should be sent over to the subscriber(s).
April 6, 2009 at 12:34 pm
Viewing 15 posts - 211 through 225 (of 5,103 total)