02 2019 档案

摘要:select *,REPLACE (列名,'需要变的字符','要变成的字符') from 表名 阅读全文
posted @ 2019-02-19 14:28 新手上路,多多关照 阅读(297) 评论(0) 推荐(0)
摘要:sp_helpdb test --查看数据库路径 backup database test to disk='D:\学习\test2019218.bak'--备份 restore filelistonly from disk='D:\学习\test2019218.bak'--查看还原的备份文件里的M 阅读全文
posted @ 2019-02-18 15:26 新手上路,多多关照 阅读(188) 评论(0) 推荐(0)