惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
V
Visual Studio Blog
Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
I
InfoQ
B
Blog RSS Feed
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
Blog — PlanetScale
Blog — PlanetScale
IT之家
IT之家
P
Proofpoint News Feed
WordPress大学
WordPress大学
小众软件
小众软件
B
Blog
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
量子位
Hugging Face - Blog
Hugging Face - Blog
月光博客
月光博客

博客园 - JustLive

Java学习笔记--jsf篇 TDD的三条军规 养成助你成功的十个习惯 35岁成功人的12条黄金法则 数据库接口隔离设计 彷徨 疑虑 That Place In Your Heart 唐古拉风 奔放 轻柔钢琴曲 克罗地亚狂想曲 数字陷阱 Thinking After Done (1) 关于TWebBrowser 偶的第一个游戏--《N连珠》 谁给我们伤害? 数据类型转为字符串 Delphi第三方组件--Delphi第三方控件大比拼
mssql恢复
JustLive · 2010-09-02 · via 博客园 - JustLive

restore database a from disk='b.bak' with file=1, nounload,replace, stats=10

with move 'a' to 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\a.mdf',

move  'a_log' to 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\a_log.LDF'