Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select * sysjobs

Status
Not open for further replies.

R7Dave

Programmer
Oct 31, 2007
181
US
Hello

I am trying to write to return job information.

This works...

USE MSDB

select * from sysjobs

In sysjobs, there is a filed called CATEGORY_ID that contains a number.

What table contains category description?

Thanks
Dave


 
I'd try syscategories

"NOTHING is more important in a database than integrity." ESquared
 
Thank you - that is what I needed

How did you know the name? I was not able to see these tables in SQL Server Management Studio.

Thanks
Dave
 
You will find it in

System databases - > msdb - > tables - > system tables

Thanks

 
I have different access then, I had to ask our administrator for rights this morning.

The 1st table I see under System Tables is dbo.backupfile

Before modifying my rights - I could still query sysjobs without seeing it in Object Explorer

Thanks
Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top