The sp_helpdb system procedure supports the full database encryption feature.
>sp_helpdb
>go
name db_size owner dbid created durability
lobcomplvl inrowlen
status
……
test_db 6.0 MB sa 4 Aug 07, 2013 full
0 NULL
encryption in progress: 35%
……
>sp_helpdb
>go
name db_size owner dbid created durability
lobcomplvl inrowlen
status
……
test_db 6.0 MB sa 4 Aug 07, 2013 full
0 NULL
encrypted partly
……
>sp_helpdb
>go
name db_size owner dbid created durability
lobcomplvl inrowlen
status
……
test_db 6.0 MB sa 4 Aug 07, 2013 full
0 NULL
decrypted partly
……