Viewing 15 posts - 136 through 150 (of 5,102 total)
First, what kind of replication are you using ?
Second what do you mean by "replication fails" ?
May 8, 2009 at 7:58 am
When the tables are large these type of columns increase overhead in "write" performance.
May 8, 2009 at 7:56 am
Although this is a SQL 2000 issue and you are in a 2005 forum I am going to give you a clue on how to solve it.
Don't disable the trigger...
May 8, 2009 at 7:53 am
But do you want the changes at subscriber to affect the publisher, right?
May 8, 2009 at 7:36 am
Also if you have tables without PK, fix them!
May 8, 2009 at 7:34 am
I have servers with similar setup. Distributor on the subscriber only makes things worse because usually subscribers will also have intensive reads. To achieve performance at that level you will...
May 8, 2009 at 7:30 am
Transactional replication does NOT requires a GUID column. Merge does.
May 8, 2009 at 7:25 am
It will work but the root cause should be investigated. It usually leads to inefficient queries and unnecessary large DML activities.
May 5, 2009 at 12:46 pm
ichbinraj (5/5/2009)
I am planning to do on-line Reindex for 100 tables one by one.
Is it possible to put them in script like when 1 st table done...
May 5, 2009 at 12:33 pm
You may want to take a look at SQL Packager
May 5, 2009 at 10:36 am
Also depending on fragmentation levels you could chose to DEFRAG instead of REBUILD.
Incidentally, DEFRAG is always online and it is available on Standard Edition as well.
May 5, 2009 at 10:27 am
At my job we try to minimize reliance in SQL Server Agent and SSMS UI. So we run our own replication checks. Latency is readily available from distribution DB and...
May 5, 2009 at 10:21 am
There is an entry in Connect saying that it was fixed in 2008. People with 2005 SP2 are complaining.
Your build number matches SP3 but I don't think they did...
May 5, 2009 at 10:13 am
I believe this is still a problem in 2005.
How did you specified the new value, though Replication Monitor or on the Alert itself?
May 5, 2009 at 9:50 am
Note that there are cases in which the subscriber could be used as a DR DB.
In that scenario, you can setup a trigger on the tables created by replication...
May 5, 2009 at 9:19 am
Viewing 15 posts - 136 through 150 (of 5,102 total)