What all db objects can be found in MSDB database of a SQL
Server instance?
Answer Posted / suri
select * from sysobjects
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to insert new line characters into strings?
What does the on delete cascade option do?
which table keeps the locking information? : Sql server administration
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
What is store procedure? How do they work? When do you use?
How to modify an existing user defined function?
mention different types of relationships in the dbms?
How to update muliple row in single query?
What is “asynchronous” communication in sql server service broker?
what exactly sql injuction.how to overcome.....
what is the system function to get current user's user id? : Sql server database administration
Explain the first normal form(1nf)?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
What are locks in sql?
What is ddl command?