| Home | About Us | Sybase Training | Synergy | Consulting | Job Openings | Tech Videos | Rules and Disclaimer | Search |
![]() |
| Home | About Us | Sybase Training | Synergy | Consulting | Job Openings | Tech Videos | Rules and Disclaimer | Search |
|
suspend connection command in sybase replication server
|
|
09-17-2009, 07:21 PM
Post: #1
|
|||
|
|||
|
suspend connection command in sybase replication server
suspend connection Description Suspends a connection to a database. Syntax Code: suspend connectiondata_server The name of the data server with the database whose connection is to be suspended. database The name of the database whose connection is to be suspended. with nowait Suspends the connection immediately. Examples Example 1 Suspends the connection to the pubs2 database in the SYDNEY_DS data server. suspend connection to SYDNEY_DS.pubs2 Usage * Suspending a connection temporarily halts replication activities for the database. * Connections are suspended so they can be altered with alter connection or so that maintenance can be performed. You can also use suspend connection to control when replicate databases are updated. * While a connection is suspended, Replication Server holds transactions for the database in stable queues. * If suspend connection is executed without the with nowait clause, Replication Server attempts to complete any transaction that is in progress. However, the connection to the data server may be suspended before the transaction is completed. * To reactivate the connection, use resume connection. Permissions suspend connection requires “sa” permission. |
|||
|
« Next Oldest · Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Replication Commands List Required | mvsramarao | 2 | 920 |
10-13-2012 09:15 AM Last Post: sybanva |
|
| Replication server status check commands | Kishor | 1 | 2,830 |
01-05-2011 07:47 AM Last Post: rajasekharreddytadi |
|
| resume connection command in sybase replication server | Nagendra | 0 | 3,433 |
09-17-2009 07:22 PM Last Post: Nagendra |
|
| admin health command in sybase replication server | Nagendra | 0 | 2,261 |
09-17-2009 07:19 PM Last Post: Nagendra |
|
| admin who_is_up command in sybase replication server | Nagendra | 0 | 1,211 |
09-17-2009 07:16 PM Last Post: Nagendra |
|
| admin who_is_down command in sybase replication server | Nagendra | 0 | 1,792 |
09-17-2009 07:15 PM Last Post: Nagendra |
|
| Replication Server Commands-Replication server Command followed by description | zaadmin | 0 | 3,198 |
10-20-2008 02:13 PM Last Post: zaadmin |
|