Observed that some SP’s / Jobs are processing late, how to
troubleshoot to improve performance?
Answer / neetu
U have to optimize SP for that
1. Use as much as possible WHERE clause filters. Where
Clause is the most important part for optimization
2. Select only those fields which really require.
3. Joins are expensive in terms of time. Make sure that use
all the keys that relate the two tables together and don't
join to unused tables, always try to join on indexed fields.
The join type is important as well (INNER, OUTER).
| Is This Answer Correct ? | 3 Yes | 0 No |
How do I trace a query in sql server?
When columns are added to existing tables, what do they initially contain?
What is a View ? Can we insert, Update and delete a view?
Differentiate between sql temp table vs table variable?
How To delete duplicate record from a particular table?
How to how to convert numeric expression data types using the convert() function??
What is referential integrity and how is it achieved?
Which table keeps the locking information?
hi,i want t0 knom d syntax for a super key with an example
What is the filtered index?
Explain the concept of view and Types of views in SQL server?
What command is used to rename the database?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)