现整理CardBase出库与OwnerCard入库核对,请按以下步骤操作核对。
Posted computervip
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了现整理CardBase出库与OwnerCard入库核对,请按以下步骤操作核对。相关的知识,希望对你有一定的参考价值。
现整理CardBase出库与OwnerCard入库核对,请按以下步骤操作核对。
a.[CardBase出库]登录172.16.23.192 CardBase数据库 用户名cardbase_reader 密码向张术安口头要
b.执行,红字时间替换,为核对日:
select cardflag ,cardmoney, count(*) from cardbase with( nolock) where state =1 and UseTime between ‘2015-8-16‘ and ‘2015-8-17‘and cardflag in (‘chinaszx‘, ‘chinaunicom‘,‘chinatelecom‘ ,‘chinaszx_yxgh‘, ‘chinaunicom_yxgh‘,‘chinatelecom_yxgh‘ )group by cardflag, cardmoneyorder by 1,2
c.[OwnerCard入库]登录Do_Center
d.执行,红字时间替换,为核对日,与上一日期相同
select cardflag ,cardmoney, count(*) from Owner_card with( nolock) where CreateTime between ‘2015-8-16‘ and ‘2015-8-17‘and cardflag in (‘chinaszx‘, ‘chinaunicom‘,‘chinatelecom‘ ,‘chinaszx_yxgh‘, ‘chinaunicom_yxgh‘,‘chinatelecom_yxgh‘ )group by cardflag, cardmoneyorder by 1,2
e.核对两者是否一致,将核对结果发邮件。发送给我,术安,建国,峰哥。
辛苦。
以上是关于现整理CardBase出库与OwnerCard入库核对,请按以下步骤操作核对。的主要内容,如果未能解决你的问题,请参考以下文章