![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How can we find out if ASA 7 database is involved in replication. |
#3
| |||
| |||
|
|
I really don't have an idea about replication.. I am testing reloading my ASA7 database and I want to find |
|
How can we find out if ASA 7 database is involved in replication. By "replication" do you mean SQL Remote, Rep Server, MobiLink or any of the above? -- Reg Domaratzki, Sybase iAnywhere Solutions Please reply only to the newsgroup Documentation : Exercise your WRITE @DocCommentXchange: DCX.sybase.com SQL Anywhere Patches and EBFs : http://downloads.sybase.com/swd/base.do -> Choose SQL Anywhere -> Optionally set filter to "Display ALL platforms IN ALL MONTHS" |
#4
| |||
| |||
|
|
Hi Reg I really don't have an idea about replication.. I am testing reloading my ASA7 database and I want to find out if that is involved in any replication. Deepali wrote: How can we find out if ASA 7 database is involved in replication. By "replication" do you mean SQL Remote, Rep Server, MobiLink or any of the above? -- Reg Domaratzki, Sybase iAnywhere Solutions Please reply only to the newsgroup Documentation : Exercise your WRITE @DocCommentXchange: DCX.sybase.com SQL Anywhere Patches and EBFs : http://downloads.sybase.com/swd/base.do -> Choose SQL Anywhere -> Optionally set filter to "Display ALL platforms IN ALL MONTHS" |
#5
| |||
| |||
|
|
Thank You Reg, My all three values returned are 18446744073709551615. |
|
Hi Reg I really don't have an idea about replication.. I am testing reloading my ASA7 database and I want to find out if that is involved in any replication. Deepali wrote: How can we find out if ASA 7 database is involved in replication. By "replication" do you mean SQL Remote, Rep Server, MobiLink or any of the above? -- Reg Domaratzki, Sybase iAnywhere Solutions Please reply only to the newsgroup Documentation : Exercise your WRITE @DocCommentXchange: DCX.sybase.com SQL Anywhere Patches and EBFs : http://downloads.sybase.com/swd/base.do -> Choose SQL Anywhere -> Optionally set filter to "Display ALL platforms IN >> ALL MONTHS" select db_property( 'LTMTrunc' ), db_property( 'RemoteTrunc' ), db_property( 'SyncTrunc' ) from SYS.DUMMY; If any of the three values returned are NOT 2^64 - 1 ( i.e. 18446744073709551615 ), then your database is involved in some sort of replication or synchronization. -- Reg Domaratzki, Sybase iAnywhere Solutions Please reply only to the newsgroup Documentation : Exercise your WRITE @DocCommentXchange: DCX.sybase.com SQL Anywhere Patches and EBFs : http://downloads.sybase.com/swd/base.do -> Choose SQL Anywhere -> Optionally set filter to "Display ALL platforms IN ALL MONTHS" |
![]() |
| Thread Tools | |
| Display Modes | |
| |