Viewing 10 posts - 1 through 10 (of 10 total)
It was a congestion in the tempdb.
In the end even "normal" inserts were taking ages. A restart of SQL Server and thus recreating the tempdb solved the problem for now.
In...
January 22, 2014 at 6:02 am
Hi, thanks for the answer.
CPU and RAM on the machine are fine. when running the procedure there is no significant CPU or memory stress in SQL Server (or outside).
How can...
January 21, 2014 at 9:44 am
Hi guys,
after some testing and som trial-and-error in my test lab I found a way to do replication without snapshot or backup initialisation.
The trick is basically
a) not to initialise...
January 13, 2013 at 7:47 am
That (Ins, Upd, Del) wouldn't actually be a problem because the table only has inserts, but I get your point.
I will look into Service Broker.
January 10, 2013 at 9:07 am
Thanks for the answers.
Maybe I wasn't clear enough on what I intend to do.
It is not about replicating only a few tables instead of all.
It is about replication only parts...
January 10, 2013 at 6:46 am
Sorry for coming back so late on this.
Yesterday I finally had time to set up a lab and run some tests.
Here the findings:
- Yes, partitioned tables can be...
October 12, 2012 at 4:21 am
brendan woulfe (10/3/2012)
I have no experience with replicating partitioned tables but this article makes me believe it's possible.http://msdn.microsoft.com/en-us/library/cc280940(v=sql.105).aspx
Wow, thanks for that. If that is true, that totally solves it. cool.
I...
October 3, 2012 at 10:49 am
(almost) live means I could get through with being up to 10 minutes behind live, within 5 minutes would be good. < 1 min would be fantastic.
October 3, 2012 at 10:42 am
Jeff Moden (3/6/2012)Like I said, the supposed performance problems about WHERE IN are mostly myths.
Yep, you are absulutely right. I seem to have succumb to that myth.
I even tried...
March 8, 2012 at 8:02 am
Well, several issues with this, but the foremost issue is with using
where ... in (select...)
Please don't. You already have your IDs in a table and a Primary Key (hopefully...
March 6, 2012 at 3:55 am
Viewing 10 posts - 1 through 10 (of 10 total)