dbTalk Databases Forums  

Query for Backup Model

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Query for Backup Model in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Utahduck@hotmail.com
 
Posts: n/a

Default Query for Backup Model - 03-15-2007 , 04:45 PM






I'm trying to write some T-SQL code for adding some fills and thrills
to backups but ran into a snag. Is there a way to query what backup
model a database is using? I can see it if I right click a database,
go to properties, select the options tab, and then can see the current
model (full, bulk-logged, and simple) but I would need to hard code
each database. In the spirit of automation, I'd rather query for the
type and then work around that instead. But I've been all over the
master database and can't seem to find any field that will indicate
the backup type.

Any guru's out there that can point me in the right direction?

Thanks,
Utah


Reply With Quote
  #2  
Old   
KenJ
 
Posts: n/a

Default Re: Query for Backup Model - 03-15-2007 , 07:43 PM






Hi Utah,

Try DATABASEPROPERTYEX in Books Online: http://msdn2.microsoft.com/en-us/library/ms186823.aspx

You'll want the Recovery property.

Thanks,

KenJ



On Mar 15, 5:45 pm, Utahd... (AT) hotmail (DOT) com wrote:
Quote:
I'm trying to write some T-SQL code for adding some fills and thrills
to backups but ran into a snag. Is there a way to query what backup
model a database is using? I can see it if I right click a database,
go to properties, select the options tab, and then can see the current
model (full, bulk-logged, and simple) but I would need to hard code
each database. In the spirit of automation, I'd rather query for the
type and then work around that instead. But I've been all over the
master database and can't seem to find any field that will indicate
the backup type.

Any guru's out there that can point me in the right direction?

Thanks,
Utah



Reply With Quote
  #3  
Old   
Utahduck@hotmail.com
 
Posts: n/a

Default Re: Query for Backup Model - 03-16-2007 , 08:30 AM



On Mar 15, 7:43 pm, "KenJ" <kenjohn... (AT) hotmail (DOT) com> wrote:
Quote:
Hi Utah,

Try DATABASEPROPERTYEX in Books Online:http://msdn2.microsoft.com/en-us/library/ms186823.aspx

You'll want the Recovery property.

Thanks,

KenJ

On Mar 15, 5:45 pm, Utahd... (AT) hotmail (DOT) com wrote:



I'm trying to write some T-SQL code for adding some fills and thrills
to backups but ran into a snag. Is there a way to query what backup
model a database is using? I can see it if I right click a database,
go to properties, select the options tab, and then can see the current
model (full, bulk-logged, and simple) but I would need to hard code
each database. In the spirit of automation, I'd rather query for the
type and then work around that instead. But I've been all over the
master database and can't seem to find any field that will indicate
the backup type.

Any guru's out there that can point me in the right direction?

Thanks,
Utah- Hide quoted text -

- Show quoted text -
That could not have been more perfect. THANK YOU!



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.