Viewing 15 posts - 16 through 30 (of 195 total)
Great tip to get a quick inventory!
I wrote a similar blog post about using a free tool called SYDI that uses WMI to gather system information and query\persist it in...
June 10, 2010 at 7:53 am
That said we are seeing a massive boost from running SQL2008 64 bit on W2K8.
I'm guessing that's in part dueto the rewritten network stack in Windows 2008. There's a great...
March 31, 2010 at 2:48 pm
David.Poole (3/31/2010)
We have four production distributors two of which are virtual servers.
We put roughly 24 billion transactions through them each day. We have spiked up to 370...
March 31, 2010 at 11:35 am
John.Sansom (3/31/2010)
Could you also post your CPU configurations please and whether or not you are using Push or Pull subscriptions.
As I'm sure you know, Push subscriptions place more burden on...
March 31, 2010 at 11:29 am
David.Poole (3/30/2010)
If you have everything hammering through one database you are talking about one transaction table having to deal with all transactions. Ditto the commands table.
But if you have...
March 30, 2010 at 11:09 pm
For example, let’s say we have two Publications that form part of an application platform. One Publication is sourced from a very intensive OLTP database and another Publication has relatively...
March 30, 2010 at 11:19 am
David.Poole (3/30/2010)
March 30, 2010 at 10:27 am
RML51, the transaction retention period is used by the distribution cleanup agent to mark subscriptions as inactive if they are further behind than the retention period and to remove transactions...
March 30, 2010 at 10:22 am
I probably asked the question poorly, so let me take another approach...let's say I've been tasked with managing a replication environment and I notice that things are starting to get...
March 30, 2010 at 7:01 am
David,
Can you elaborate on the following statement you made:
the number of records in the MSRepl_transactions table is likely to be very high and once it has gone beyond a certain...
March 30, 2010 at 6:04 am
Using NEWID to do a random sort or grab a random number of rows from a result set is a HUGE performance killer and does not scale well. I've had...
March 1, 2010 at 7:20 am
Based on your requirements it sounds like log shipping is more applicable, however keep in mind you'll need to change the recovery model on your database to support log shipping....
July 28, 2009 at 10:26 am
SQL New New (7/24/2009)
July 25, 2009 at 8:54 pm
Saurabh Aggarwal (7/24/2009)
In my enviornment we have created a multiple publications on each table level in a database...
means each table will have single publication and these are really...
July 24, 2009 at 9:13 am
Have you looked at replication monitor? That should show you all of the information that you're looking for.
July 24, 2009 at 8:26 am
Viewing 15 posts - 16 through 30 (of 195 total)