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 9903how 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 25762what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
1961could 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 5927
what is the difference between Delete and Truncate command in SQL
What are the purposes of floor and sign functions?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
What are the different types of sub-queries?
What are the ways available in sql server to execute sql statements?
What are the restrictions that views have to follow?
Define outer join?
What is an indexed view?
What is the difference between osql and query analyzer?
Define right outer join in sql server joins?
What is a benefit of using an after insert trigger over using a before insert trigger?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
Can sql servers linked to other servers?
Define a cross join?
What do you mean by authentication modes in sql server?