Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 SQL Server 2005 Database Backup

Author  Topic 

maxyogesh2002
Starting Member

15 Posts

Posted - 2010-07-24 : 11:30:23
Dear Friends

i m created a Database Backup job in SQL server 2005 under maintainace Plan, but when i run below query SQL sever return 0 Rows

Why?

select * from sysdbmaintplan_databases

I want to retrive Using SQL Query Created Job for Database Backup with Database name & Path

YellowBug
Aged Yak Warrior

616 Posts

Posted - 2010-07-26 : 05:48:34
This is from BOL and explains why you have zero rows returned:

"This table is included in Microsoft SQL Server 2005 to preserve existing information for instances upgraded from a previous version of Microsoft SQL Server. SQL Server 2005 does not change the contents of this table. This table is stored in the msdb database.

This feature will be removed in the next version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. "
Go to Top of Page
   

- Advertisement -