What is an execution plan? How would you view the execution plan?
You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
What are the differences between user defined functions and stored procedures?
Can XML be used to access data?
How would we use distinct statement? What is its use?
my problem is tempdb tempdb(dbname) 77752.95 MB(db size) 25345.03 MB (unallocated size) suppose i increased temp db size 10 gb . after increase the temp db showing 87 gb (dbsize) 25346.03MB(unallocated size)--unallocated size is showing same .please clarify.
What is table join?
Explain temporary table vs table variable by using cursor alternative?
What are system databases into sql server (2005/2008)?
i want to join two queries....and i want to run them as one after another that is want output of first query then second , then again output of first query then second and so on...
Is it ok to shrink transaction log?
how to find out the repeated value from table using groupby function?
How to set database to be read_only in ms sql server?