How to perfor If the table running time is taking 2hours
and table is having 10 rows in it?
Answer Posted / bru medishetty
I guess something must be seriuosly wrong with Server not
with that table.
Since a table with 10 records must not be taking 2 hours to
perform any operation (INSERT,UPDATE,DELETE,SELECT) or
Indexing anything else.
Where is this question asked?
Thanks,
Bru Medishetty
www.LearnSQLWithBru.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to override dml statements with triggers?
What are cursors stored procedures and triggers?
What is the concept of optimization?
Can sql servers link to other servers like oracle?
How to download and install microsoft sql server management studio express?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
What do you understand by hotfixes and patches in sql server?
What encryption security is available in sql azure?
What is the current pricing model of SQL Azure?
Tell me what is the order in which the sql query is executed?
What is identity?
Can we insert data if clustered index is disabled?
What are the dis_advantages of stored procedures, triggers, indexes?
What is create command?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?