Hello,
I'm trying to understand how SQL Server handles the datafiles and log files. As of right now there are only one data and one log file. In Oracle I have several datafiles, one for each logical tablespace, which hold a number of tables. There are several log files, also. Each time a checkpoint occurs, a new archive log file is created. Would someone please explain whether this can be set up within SQL Server? Thanks in advance,
Kelly
I'm trying to understand how SQL Server handles the datafiles and log files. As of right now there are only one data and one log file. In Oracle I have several datafiles, one for each logical tablespace, which hold a number of tables. There are several log files, also. Each time a checkpoint occurs, a new archive log file is created. Would someone please explain whether this can be set up within SQL Server? Thanks in advance,
Kelly