摘要: Go through Tess Lab:.NET Debugging Demos Lab 1: Hang1. 运行”adplus -hang -pn w3wp.exe -quiet“命令的时候,出现An '_NT_SYMBOL_PATH' Environment variable is not set 的警告.>> Start -> Computer -> Properties -> Advanced System settings-> Environment Variables. In the User variables for admi 阅读全文
posted @ 2013-11-06 22:39 悠哉游哉 阅读(350) 评论(0) 推荐(0)
摘要: 在SQL Server 2008 R2 里,用UI还原数据库有时候会失败。可以考虑在CMD里面输入指令SqlCmd来还原。1>RESTORE DATABASE newdb FROM DISK = 'C:\Test\yourdb.Bak' WITH MOVEYourDB' to 'c:\Data\YourDB.mdf', MOVE 'YourDB_log'to 'c:\Data\YourDB_log.ldf'2> GO'C:\Test\yourdb.Bak' 路径名。如果提示逻辑文件名不对,可以输 阅读全文
posted @ 2013-11-06 22:37 悠哉游哉 阅读(197) 评论(0) 推荐(0)