思讯前台交易失败的处理方法

已为老胡 2010-04-20 PM 1416℃ 2条

打开SQL server的查询分析器,然后选择正确的数据库,然后再执行下面的语句

use hbposv7
go
dbcc checkident (t_pc_price_flow_detail)
dbcc checkident (t_im_batch_suspend)
dbcc checkident (t_fm_internal_flow)
dbcc checkident (t_rm_pos_account)
dbcc checkident (t_rm_vip_good_flow)
dbcc checkident (t_im_batch_move)
dbcc checkident (t_fm_recpay_kldx_detail)
dbcc checkident (t_rm_payflow)
dbcc checkident (t_fm_charge_detail)
dbcc checkident (t_rm_vip_spec_sale)
dbcc checkident (t_rm_saleflow)
dbcc checkident (t_rm_vip_info_edit)
dbcc checkident (t_bd_dept_info)
dbcc checkident (t_fm_recpay_ly_detail)
dbcc checkident (t_rm_spec_price)
dbcc checkident (t_fm_recpay_detail)
dbcc checkident (t_im_check_detail)
dbcc checkident (t_im_sheet_detail)
dbcc checkident (t_rm_card_paylist)
dbcc checkident (t_fm_recpay_dx_detail)
dbcc checkident (t_fm_recpay_zl_detail)
dbcc checkident (t_im_check_sum)
dbcc checkident (t_im_cs_flow)
dbcc checkident (t_rm_payin_detail)
dbcc checkident (t_fm_recpay_flow)
dbcc checkident (t_im_flow)
dbcc checkident (t_sys_operator_log)
dbcc checkident (t_bd_item_update_flow)
dbcc checkident (t_da_discount_daysum)
dbcc checkident (t_rm_customer_analyse)
dbcc checkident (t_im_batch_out)
dbcc checkident (t_sys_cm_data)
dbcc checkident (t_rm_operator_log)
dbcc checkident (t_pm_sheet_detail)
dbcc checkident (t_rm_trade_flow)
dbcc checkident (t_wm_sheet_detail)
dbcc checkident (t_rm_saving_plus_record)
dbcc checkident (dtproperties)
dbcc checkident (t_tm_counter_pay)
dbcc checkident (t_im_batch)
dbcc checkident (t_rm_daysum)
dbcc checkident (t_sys_cm_cmlog)
dbcc checkident (t_fm_recpay_dx_detail_v6)
dbcc checkident (t_rm_salecust_info)
dbcc checkident (t_rm_log)
dbcc checkident (t_sys_mailmsg_info)
dbcc checkident (t_rm_maintain_detail)
dbcc checkident (t_fm_recpay_dx_detail_v4)

非特殊说明,本博所有文章均为博主原创。

评论啦~