문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
dbms:mssql:recovery:user [2016/09/23 09:52] starlits [TDE 적용] |
dbms:mssql:recovery:user [2016/09/23 09:56] (현재) starlits [예정정보] |
||
---|---|---|---|
줄 11: | 줄 11: | ||
^ Backup File | d: | ^ Backup File | d: | ||
^ Recovery Directory | d: | ^ Recovery Directory | d: | ||
- | ^ Database Name | admindb | | + | ^ Database Name | **admindb** | |
- | ^ Database User | db_manager | | + | ^ Database User | **db_manager** | |
- | ^ Database Password | 12345a | | + | ^ Database Password | **12345a** | |
줄 28: | 줄 28: | ||
DECRYPTION BY PASSWORD = ' | DECRYPTION BY PASSWORD = ' | ||
); | ); | ||
+ | GO | ||
+ | </ | ||
+ | |||
+ | ==== 복구 ==== | ||
+ | - HOWTO < | ||
+ | -- We have the correct certificate and we've also restored the | ||
+ | -- private key. Now everything should work. Finally! | ||
+ | restore DATABASE [admindb] | ||
+ | FROM disk= N' | ||
+ | WITH move ' | ||
+ | move ' | ||
GO | GO | ||
</ | </ |