What are the factors you will check for the performane
optimization for a database query?
Answer Posted / khalid moin
try to use function based indexes and use it when needed..
it will not be used unnecessorily.
use clustering concept while creating table it will make you
join operation fast if more join operation u r going to
perform on the tables
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why the trigger fires multiple times in single login?
what happens on checkpoint? : Sql server database administration
Explain the creation and execution of a user-defined function in the sql server?
What is the function of sql server agent windows service?
How do you delete duplicate rows in sql server?
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
How we create SQL Server 2005 Reporting Services ? Give me Sample
How to list all field names in the result set using mssql_field_name()?
if no size is defined while creating the database, what size will the database have? : Sql server administration
What is implicit mode in sql server?
what are the disadvantages of cursors? : Sql server database administration
What is multi-statement table-value user-defined function?
Explain the concepts and capabilities of sql server?
List the various tools available for performance tuning?
What is schemabinding a view?