Re: Replication and DBCCs
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
No need to reinitialize, pause etc - you can run these in place.
If yo are running DBCC DBREINDEX you might notice some delay before the
synchronization completes though because of the locking issues.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .
.
Relevant Pages
- Re: multithreaded - advice on how to structure for this task
... It will support being able to simultaneously ping multiple targets. ... How should I go about implementing the pause, resume, etc.. ... With ListBox you can store whatever tracking object corresponds to each session in the list itself, using the DisplayMember property to control what property of the tracking object is used for the visual display. ... Assuming you only ever write state to the tracking object from the GUI thread, then the only form of synchronization you'd really need is to make those relevant variables "volatile". ... (microsoft.public.dotnet.languages.csharp) - Re: Pausing/Waiting in C
... Is there a command to pause an app for ... only clock() is part of the ANSI Standard. ... If you're trying to implement a delay and all you have available ... (comp.lang.c) - Re: What is the problem with this ?
... The synchronization is done by delay matching at the critical ... Sometimes a transparent latch can eliminate a full clock of pipeline ... (sci.electronics.design) - Re: Pausing/Waiting in C
... of "events" to be popped off, separated by a command to pause reading off ... only clock() is part of the ANSI Standard. ... If you're trying to implement a delay and all you have available ... (comp.lang.c) - Re: What is the problem with this ?
... The synchronization is done by delay matching at the critical ... Xilinx' rules/technoloy/software hates latches. ... Sometimes a transparent latch can eliminate a full clock of pipeline ... (sci.electronics.design) |
|