Hi, Could some tell me the syntax to change the backup settings to Full Recovery mode? My Transaction log button is disabled and I guess if I change the Recovery mode to Full ,I could activate this option.
Alter database Test
< recovery_option > ::=
RECOVERY { FULL }
I tried the above and it does not work.
Thanks
Alter database Test
< recovery_option > ::=
RECOVERY { FULL }
I tried the above and it does not work.
Thanks