Viewing 15 posts - 196 through 210 (of 1,158 total)
You have a total of 702GB on source, 764GB on destination (unless I've missed one somewhere).
The only way to get this restored on the destination is to prepare and plan...
November 15, 2013 at 7:28 am
chris.roddis-ferrari (11/15/2013)
Stats were updated for the MSreplication_subscriptions table.
I was wondering if you'd updated all the stats on the 2008 subscriber since upgrading the server?
I would consider running...
November 15, 2013 at 2:08 am
I'm assuming network speed/bandwidth has been eliminated since it was a SQL upgrade.
So this may be down to differences in functionality between the 2000 distribution agent and 2008. Maybe...
November 14, 2013 at 9:22 am
Restarting the passive node would do it, but that's overkill.
I use powershell when moving the cluster groups around.
Get-ClusterGroup
Get-ClusterGroup | Move-ClusterGroup
November 14, 2013 at 9:14 am
chris.roddis-ferrari (11/14/2013)
Only differences are BCPBatchSize and QueryTimeout which we haven't changed and PollingInterval which changed to 5 by default and we have changed back to 10
None of those would make...
November 14, 2013 at 8:04 am
It looks like the delivery of commands is whats taking the time. Have you compared the distribution agent profile settings between the servers?
November 14, 2013 at 6:40 am
chris.roddis-ferrari (11/14/2013)
November 14, 2013 at 4:28 am
Also, is the latency across all subscribers?
November 14, 2013 at 3:01 am
The clustergroup doesn't failover automatically along with the application groups.
You can safely move this group on to the active cluster. Im not aware of any impact if you don't....
November 14, 2013 at 2:41 am
Have you established where the latency is?
Log reader to distribution server?
Distribution agent to subscriber?
November 14, 2013 at 2:36 am
Powershell is an option.
or
exec sp_msforeachdb 'USE ?; SELECT ?;'
Personally, I'd consider writing a generic powershell script which took a .sql file as parameter.
November 13, 2013 at 8:35 am
Koen Verbeeck (11/13/2013)
Beatrix Kiddo (11/13/2013)
November 13, 2013 at 8:31 am
Is there a BUILTIN\Administrators group in your login list?
November 13, 2013 at 8:27 am
I would guess that Oracle is performing an implicit conversion or the date is being interpreted incorrectly somewhere.
Have you checked the dates on the source system directly and...
November 13, 2013 at 6:26 am
Viewing 15 posts - 196 through 210 (of 1,158 total)