Viewing 5 posts - 31 through 35 (of 35 total)
It's probably the distribution process which is failing. In Enterpise Manager on your distributor go to Management\Jobs, find the job that has job type 'distributor' (or something like that), open...
June 22, 2002 at 5:22 am
20 Gig - Transactional replication.
As Andy said it's the snapshot that's the problem. BCPing all the data. If you can afford a small downtime on your publisher you may be...
June 22, 2002 at 5:11 am
I've seen this done horribly with dynamic sql.
i.e.
@MyString = 'SELECT EventID FROM e_EventState WHERE (StateCD IN (' + @States + '))'
EXEC (@MyString)
It requires that you grant select on the...
June 22, 2002 at 4:45 am
It is painful, but not that bad. Once on your remote site and the issue with your cluster has been resolved, use the cluster as your warmstandby until you have...
June 21, 2002 at 4:55 pm
If you are going to go to any SP, go to 4. You'll just have to upgrade to it again later anyway.
There are lots of fixes in SP3 & SP4...
June 21, 2002 at 4:09 pm
Viewing 5 posts - 31 through 35 (of 35 total)