InterviewSolution
Saved Bookmarks
| 1. |
Maximum number of filegroups specified for each database is ___________(a) 32, 667(b) 32, 777(c) 32, 766(d) 32, 767I have been asked this question during a job interview.Origin of the question is Data Definition Language topic in chapter Creating the Physical Database Schema of SQL Server |
|
Answer» CORRECT OPTION is (d) 32, 767 The explanation: A maximum of 32, 767 files and 32, 767 FILE groups can be specified for each database. |
|