2024年10月8日

SQLServe数据库日志文件被删问题处理方法

摘要: 注意!该方案仅做备忘,切勿直接用于生产环境! 1.确认需要的信息 select dbid,DB_NAME(dbid) as DBID,name,filename from sys.sysaltfiles where DB_NAME(dbid) = N'{Database_Name}' and fil 阅读全文

posted @ 2024-10-08 10:35 王.小辉 阅读(331) 评论(0) 推荐(0)

导航