先在服务器做下备:份手动数据备份和还原http://bbs.es86.com/aspx/topic.aspx?tid=3187
然后 到服务器上 然后 开始 -> 程序-> Microsoft SQL Server ->查询分析器
接下来 SQL Server地址输入''''.''''就好 连接使用windows身份验证 登陆
接下来 选择最上方的中间下列表把master改为wdgj21
然后把这个复制进去 ,按下F5执行下,OK。
update df_GoodsSpec set stock=0 where stock is null
update df_goods set price_aver=0 where price_aver is null
update df_Goods set stock=0 where stock is null
update df_Goods set stocks_warning=0 where stocks_warning is null
|