Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tpiazza55
Posting Yak Master
162 Posts |
Posted - 2010-06-15 : 14:06:21
|
Hi:I have to perform a large update on a database that is replicated.Trying to find the upper limit of records I can pass before I run into any problems.How can I test this? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
tpiazza55
Posting Yak Master
162 Posts |
Posted - 2010-06-15 : 14:43:04
|
how do i find the upper limit before i get into issues? |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2010-06-15 : 15:19:49
|
You'll have to test it. You haven't defined what constitutes an "issue" (i.e. data latency, network bandwidth, I/O saturation) so we have no way of answering your question. |
|
|
BISWAJIT74
Starting Member
5 Posts |
Posted - 2010-09-21 : 18:09:16
|
So what is the best way to delete record .If you are deleting on the publisher side , can we deplay a stored procedure in the subscriber side and call that stored procedure so that it will delete teh data and there should be no burden on our server ??Biswajit Das |
|
|
|
|
|