December 15, 2010 at 9:52 am
Hi,
How can we search the databases with creation date of any objects ( tables, stored procs) or even sql server jobs.
Regards,
Sushant
Regards
Sushant Kumar
MCTS,MCP
December 15, 2010 at 9:59 am
Have you tried using the "sys.all_objects" view?
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
December 15, 2010 at 10:40 am
@ gsquared
Thanks.. that worked for all the objects in a database..
How can I know about hte creation dates of all the jobs/maintenance plans on a sql server.
Regards,
Sushant
Regards
Sushant Kumar
MCTS,MCP
December 15, 2010 at 11:02 am
Those are stored in system tables in msdb.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
December 15, 2010 at 12:52 pm
@ GSquared
Thanks a lot.
Regards,
Sushant
Regards
Sushant Kumar
MCTS,MCP
December 16, 2010 at 7:05 am
You're welcome.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply