- 0
- 0
- 约3.42万字
- 约 10页
- 2017-06-05 发布于河南
- 举报
超赢软件的罕见题目(国外英文资料)
超赢软件的常见问题
SA user password modification method is:
Open the enterprise manager, opens at the plus sign on the left always, find security, find login, select SA, click double-click SA, the password two word behind asterisks delete clean, and then click ok, the super win software enter a server name, user and user password, the password is set to null.
6: technical maintenance of some SQL statements that are often used
(1) do you want to delete some items from the front desk before opening?
In this case, open the syntax update window (press CTRL + F12) to enter the following statement to execute
The delete jxc_dj_ls_1;
The delete jxc_dj_ls_2;
(2) delete the space behind the bar code
The space behind the bar code is usually because the storage type of the cell is not matched when preparing the execl data
In this case, open the syntax update window (press CTRL + F12) to enter the following statement to execute
Update jxc_bm_sp set barcode = ltrim (barcode);
Update jxc_bm_sp_barcode set barcode = ltrim (barcode);
(3) some customers will be able to see the October 2007 data in the current period (November 2007)
The reason for this is that the customer is already monthly statement in the background, but there are some data from the front desk
It hasnt been uploaded yet, and the data is no longer available on the current stage
In this case, open the syntax update window (press CTRL + F12) to enter the following statement to execute
Update jxc_dj_ls_1 set jxc_yyymm = 200712 where jxc_yyymm = 200711.
Update jxc_dj_ls_2 set jxc_yyymm = 200712 where jxc_yyymm = 200711.
(4) the deletion of the initial inventory
Open the syntax update window (press CTRL + F12) to enter the following statement to execute
Delete from jxc_bm_sp_qckc
(5) the removal of promotional content during the period
Open the syntax update window (press CTRL + F12) to enter the following statement to execute
Delete from jxc_dj_ls_sdcx_1
Delete from jxc_dj_ls_sdcx_2
(6) modify the software electronic label (aft
您可能关注的文档
- 第三章 家庭健康评估(国外英文资料).doc
- 符文工房3 武器合成材料(国外英文资料).doc
- 第三章 选择结构习题解析(国外英文资料).doc
- 第二课 はじめまして(国外英文资料).doc
- 第二课 习惯的策源地——潜熟悉(国外英文资料).doc
- 第五章 设计的类型(国外英文资料).doc
- 第二次党课思想想汇报(国外英文资料).doc
- 第43章:致柔致刚(国外英文资料).doc
- 第五届中国交通高层论坛(国外英文资料).doc
- 第七章. 氨基酸代谢(国外英文资料).doc
- 2026高考物理总复习-专题五 万有引力与宇宙航行.docx
- 2021年执业药师考试《中药学专业知识二》押题密卷1.doc
- 2021年执业药师考试《中药学专业知识二》押题密卷2.doc
- 2021年执业药师考试《中药学专业知识一》超压卷1.doc
- 2021年执业药师考试《中药学专业知识二》真题.doc
- 2021年执业药师考试《中药学专业知识一》超压卷2.doc
- 2021年执业药师考试《中药学专业知识一》点睛提分卷2.doc
- CN101915620A 一种用于微测辐射热计的氧化钒薄膜及其制作方法 (电子科技大学).docx
- 2026年组织生活会对同事的通用意见建议20条.docx
- CN101914358A 一种制作管道穿越耐磨保护层的环氧粘胶及其制备方法 (四川德源石油天然气工程有限公司).docx
原创力文档

文档评论(0)