Why we need to use secondry database file? though, we can
do same work using primary database file also.
Answers were Sorted based on User's Feedback
Answer / sivasql
The reason for secondary database files:
1. Performance
Say if we keep Read-Only and Read-Write data on the same
Primary files, fragmentation on the file will be huge. To
avoid this we can place them separate files.
2. Maintenance
If the Read-Only objects are kept on separate file, the Re-
Index sort of maintenance activities need not be performed
on this file.
3. Backup
The Read-only secondary file need not be backed on every
file level backup, it saves time
4. Microsoft Standard
Microsoft advise to keep the Primary filegroup with the
primary file to keep system related objects.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sagi.rahul
Secondary files can be used to spread data across multiple
disks by putting each file on a different disk drive which
will improve i/o.
| Is This Answer Correct ? | 3 Yes | 1 No |
What are the different types of indexes?
How to select Distinct columns from the table, table having 20 columns and i want all coulmns
What will be query used to get the list of triggers in a database?
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
How to drop an existing table?
What are the two virtual tables SQL Server maintains for triggers?
what is advantages in sql 2005 over sql 2000?
What is the command used to get the version of sql server?
How to delete an existing row with delete statements in ms sql server?
what's the difference between SQL & MY-SQl...? And what we learn from these ....?
Write a program to fetch first 10 records from a file?
What is snapshot replication?
Oracle (3259)
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)