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 check table values in sql server?
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
how would you store your query in an SSRS report or a Database server?
Explain contrast amongst grouped and non-bunched records?
What action plan is preferred if sql server is not responding?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
How do I run sql server 2014?
What is Federation and Federation Member?
Tell me what is the significance of null value and why should we avoid permitting null values?
How to filter out duplications in the returning rows in ms sql server?
What are magic tables in sql server?
What are pessimistic lock and optimistic lock?
Is foreign key a primary key?
How to receive output values from stored procedures?
What is change data capture (cdc) in sql server 2008?