What all db objects can be found in MSDB database of a SQL
Server instance?

Answers were Sorted based on User's Feedback



What all db objects can be found in MSDB database of a SQL Server instance?..

Answer / hari

monitoring the scedule activities

Is This Answer Correct ?    4 Yes 0 No

What all db objects can be found in MSDB database of a SQL Server instance?..

Answer / suri

select * from sysobjects

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is the difference between a "where" clause and a "having" clause?

0 Answers  


What is the use of partition by in sql server?

0 Answers  


How to rename an existing column with sql server management studio?

0 Answers  


How do I find the sql server version?

0 Answers  


How would you use user_constraints table in DB?

0 Answers   Wipro,






What is microsoft sql server?

0 Answers  


What is meant by referential integrity?

0 Answers   Blue Star,


What is transaction server isolation?

0 Answers  


hi friends please answer this question ASAP:- how to count the no. of employee in a each department or no. of employee in each location by using emp/dept table

7 Answers   Indecomm,


What is extended stored procedures?

0 Answers  


In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance

0 Answers  


How can we improve performance by using SQL Server profiler?

0 Answers   QuestPond,


Categories