Viewing 6 posts - 1 through 6 (of 6 total)
The trigger is on the publisher not on the subscriber. If the backup can do differencial, then is there a column within the table or a table that denotes what...
June 28, 2005 at 5:15 pm
My experience in the past with the remote login is that you need to setup that user distributor_Admin on the server. I'm kind of new at this, so I am...
May 7, 2004 at 12:31 pm
I believe the true answer to this question is that you cannot make a simple script to be applied to the subscriber. Here is another response that I got off...
March 19, 2004 at 6:13 am
This is great if you want to make changes to your current subscriber/publisher. But we do not want to make any change. What we want to do is create a...
March 18, 2004 at 1:42 pm
That does not resolve the problem. The first script allows you to apply a primary key. I need to apply the primary key and to apply the identity as well. ...
March 18, 2004 at 12:29 pm
add parmkey INT IDENTITY
CONSTRAINT parmkey_pk PRIMARY KEY (parmkey)
go
Column names in...
March 18, 2004 at 12:14 pm
Viewing 6 posts - 1 through 6 (of 6 total)