Starting DBDefence
To check installation you can use command:
exec master..dbd_status
It shows if DBDefence started or not, Error code (0 - no errors)
and Autostart option (reg. key or file). If autostart is not
enabled, SQL Server will not be able to attach encrypted databases.
Normally you need to have autostart enabled. However if you have
troubles you can disable it.
Read more about Autostart in Configuration section.
You can start DBDefence manually with the command:
exec master..dbd_on
If DBDefence is started there is no way to unload it from SQL
Server.
To check if DBDefence runs in Free Version mode you can use
command:
exec master..dbd_reg_info
Free Version can be used in commercial projects freely. However,
the Free Version has a limited database size of up to 77Mb.
Read more about obtaining the full
version.
|