How do you fine the performance tunning?
Answers were Sorted based on User's Feedback
Answer / visala
first we have to check indexes are there or not,
check whether the statistics are updated or not,
check fragmentation is there or not,
check availability of joins,
check availability of aggregatefnctions,
may be networking problem,
may be hardware problem
then we tunne according to these problems
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shivaraj
it is depends on
Data base design.
Hardware Sizing,
Application T- SQL codes- Indexes,Stored
Procedues,constraints
no of clients
no users
Type of data and Quantity base storage capacity on daily
basis
Is This Answer Correct ? | 3 Yes | 0 No |
What are the features of Embedded SQL
Is it possible for a stored procedure to call itself or recursive stored procedure?
What is the difference between windows authentication and sql server authentication
1.what is the purpose of using alias name in sql server? with certain example? 2.what is cursor?will u plz explain me in detail with certain example?
In which format does an image save in SQL Server database ?
Can you explain what are commit and rollback in sql?
What is dynamic cursor in SQL SERVER?
i have table students with fields classname,studname select * from students classname studname 1 xxxxx 1 yyyy 1 zzzz 2 qqqq 2 tttt 3 dsds 3 www i want the output should be No of students in class 1 : 3 No of students in class 2 : 2 No of students in class 3 : 2
What is function of ROLLUP ?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
What is attribute hierarchy? : sql server analysis services, ssas
What is an index in a database?