Viewing 15 posts - 226 through 240 (of 354 total)
On the publishing databases, there is a table called MSReplication_subscriptions.
If you drop this table, it will remove the subscribers from the publisher.
If I remember correctly.
This assumes you have dropped replication.
HTH..Graeme
October 26, 2006 at 3:01 am
Hi,
I have never had any problems with this. What error are you getting?
The replication script assumes you have all your servers in place and communicating with one another. All the...
October 23, 2006 at 9:05 am
Hi,
What do you mean by 'poor internet connection' ?
So the idea is to take the transaction logs from each remote office and load them into the Head Office DB...Hmmmm...that sounds...
October 23, 2006 at 8:59 am
That's a lot of data to push out to sunscribers
All things being equal that is quite a difference between the two subscribers. Do...
October 23, 2006 at 8:40 am
Thanks very much for all your input.
I thought it might be quite straightforward..it's just good to get the nod from those who know
Thanks...
October 17, 2006 at 1:07 am
Totally agree.
Adding new columns to the publisher changes the schema. The safest way to get the schema to the subscribers would be to reinitialize.
Regards..Graeme
October 12, 2006 at 2:51 am
Hello,
This is quite a broad question and I think this directly related to your environment.
Obviously backups should be run but this is dependant on your recovery strategy as far as...
October 11, 2006 at 8:21 am
Hi,
Do you have quite a few jobs that are running every few minutes (like replication agents). These may be filling up your history log.
You could try increasing the number of...
October 11, 2006 at 8:10 am
Hey..thanks
I've been looking at those procedures.
Seems straightforward..but you never know.
Thanks again
Graeme
July 13, 2006 at 1:18 am
I am assuming you have set your developers to have the role of db_Datareader. All this means is that they cannot make any modifications to data or structure. When they...
July 12, 2006 at 9:19 am
Hi,
When you install SQL Server there should be an option to install Client Tools. This will install the Enterprise Manager
Regards..Graeme
July 11, 2006 at 6:39 am
Hi,
Your developers may only have readonly rights but if they run a standard select you will get shared locks on the tables.
Perhaps they should try and set the transaction isolation...
July 11, 2006 at 6:30 am
Hi,
You could start with this
SELECT * FROM dbo.MSdistribution_history
WHERE agent_id = (AGENT Number)
ORDER BY Start_time
Regards..Graeme
July 11, 2006 at 6:08 am
Hi Jeff,
Aren't you letting Merge manage the identities ??
Graeme
July 11, 2006 at 6:00 am
Hello,
We are using tablocks.
Our system is SQL2000 SP3a.
Interesting point from Mel although I don't think that applies to us...a reboot might be worth a try.
Still looking at the TSQL now....and...
June 26, 2006 at 1:08 am
Viewing 15 posts - 226 through 240 (of 354 total)