What meant by Performance Tuning,how can we do the performance tuning on stored procedures and tell some steps to do the performance tuning
TCS,
3 9925how to find the particular row in table?(means suppose one table contain 10 rows , in these 10 rows how to find the particular row(example in 10 rows i want 5 row how)?
16 25803what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
1965could you please reply for these question: 1.About Use Apply? 2.Avoid cursors - When we have a situation that we can not avoid the use of cursor than what is the alternate solution? is there anything we can use instead of cursor to perform the desired task? which optiomize the peroformance too. 3.What is computed columns? Thanks in advance. Regards, Rupesh
3 5937
What is the meaning of resultset type_scroll_insensitive?
How to create new tables with "select ... Into" statements in ms sql server?
What is the difference between lock, block and deadlock? : sql server database administration
Explain error handling in ssis?
What is self join in sql server joins?
Explain transaction server consistency?
How to use transact-sql statements to access the database engine?
What is difference between index and primary key?
Describe triggers features and limitations?
Explain what is lock escalation and what is its purpose?
What is the difference between substr and charindex in the sql server?
Which is faster statement or preparedstatement?
How fixed length strings are truncated and padded?
What is the difference RDBMS and Graph Database?
what are cursors? : Sql server database administration