What would you use to improve performance on an insert
statement that places millions of rows into that table?
Answers were Sorted based on User's Feedback
Answer / setaceo
1. DML Triggers to be DISABLED and then ENABLED once the
insert completed.
2. DISABLE the Clustered Index and then ENABLED once the
insert completed.
3. After completion of INSERT, Defragmentation should be
there.
4. After completion of INSERT, Statistics should be updated.
5. (Optional) If it is non-peek time & This is the only
activity is going on then, Database recovery mode should be
SIMPLE / BULK-LOGGED. ( It should not be there along with
other activities....)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / braj123
Check that any indexes are there.
Drp the indexes and recreate after insert.
| Is This Answer Correct ? | 4 Yes | 1 No |
what do you understand by fine-grained auditing?
how will u see whether the dabase is in archive log mode or not?
What are the different types of database compression introduced in sql server 2008? : sql server DBA
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
How to start SQL Server in minimal configuration mode?
who owns the operating system files created by the utl_file package?
Give the two types of tables involved in producing a star schema and the type of data theyhold.
How would you determine who has added a row to a table?
Is it possible to run 32 bit sql server 2000 on64bit windows platform.if how much memory is available to sql server?
Name three advisory statistics you can collect.
WHEN DOWN TIME WHAT CAN U DO?
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
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)