Hello all,
I have a question. My work is currently running a SQLServer7 Database and we process Insurance Claims. I need to find a tutorial or help with Real Time Data Replication for sql server 7, where if a transaction is made or a column is updated it will replicated that information out from our production server to our backup server? Any help with this will be greatly appr. Any help at all, just get me pointed in the right direction.
Thank You,
Lance Bundy
MIS
The Commerce Group
if(money!>0)
{
WorkMore();
}
else if(money > 0)
{
PayBills();
BillsAmount++;
WorkMore();
}
I have a question. My work is currently running a SQLServer7 Database and we process Insurance Claims. I need to find a tutorial or help with Real Time Data Replication for sql server 7, where if a transaction is made or a column is updated it will replicated that information out from our production server to our backup server? Any help with this will be greatly appr. Any help at all, just get me pointed in the right direction.
Thank You,
Lance Bundy
MIS
The Commerce Group
if(money!>0)
{
WorkMore();
}
else if(money > 0)
{
PayBills();
BillsAmount++;
WorkMore();
}