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 is difference between rownum and rowid?
What are user-defined functions (udfs) in sql server?
what is the diffrence between Snap Shot and Transaction Replication
What are the different types of queries?
hi... this is charan.I persued btech in 2010 looking for a job on database/back-end as freehser. can any seggest me which course or back-end tool i have to learn
What is index?
Explain user defined views?
What is order of B+tree?
What is the Difference beween sql server 2005 and sql server 2008
What is PROJECTION Operation?
Write a program to fetch first 10 records from a file?
What is a covering index?