Home All Groups Group Topic Archive Search About


Author
18 Jan 2006 10:20 PM
Kanwar
Hi,
I am running sql server 2000. I am unable to backup transactional logs
manually as the Radio button is greyed out. Any inputs why this is happening?

Thanks,
Kanwar

Author
18 Jan 2006 11:39 PM
P. Ward
The Transaction Log radio button in the Backup Form launched from Enterprise
Manager is disabled (greyed out) if the database Recovery Model is Simple. 
This is as a result of BACKUP LOG not being allowed while the recovery model
is SIMPLE.

To check the database Recovery Model you can you the following TSQL
statement, replacing Northwind with the database you wish to check.

SELECT DATABASEPROPERTYEX('Northwind', 'Recovery')


- Peter Ward
WARDY IT Solutions


Show quoteHide quote
"Kanwar" wrote:

> Hi,
> I am running sql server 2000. I am unable to backup transactional logs
> manually as the Radio button is greyed out. Any inputs why this is happening?
>
> Thanks,
> Kanwar

Bookmark and Share