I have a database that is composed of two files plus a log file. I actually have two questions.
1) If the database is in two files, but both files are on the same physical disks, is there any benefit? Or should I combine the files into one.
2) I need to add a new table, but there is not enough room for the it in the existing files because the free disk space is too small. I have another (Physical) disk available. How do I designate the table to be in the file on the other disk.
|