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
Can we write ddl in trigger?
What is the difference between function and stored procedure in sql server?
What is filter index?
Tell me what is sql profiler?
Why should one not prefix user stored procedures with ‘sp_’?
Is the log file is a part of file group?
SQL Server Architecture ?
What is correlated subquery in sql server?
How do I find my localdb version?
What is code near application topology?
Does any body please help me what question's have asked for SSRS in the interview?
Differentiate between a primary key and a unique key.
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
What is normalization process?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it