Hi Expert,
I am using MS SQL7.0 running on a NT box and there are a database called COLD, this database has 2 physical data files and 2 physical log files. This files are created by someone.
I would like to setup a new database called NEWCOLD, I want to have all data from COLD and put it into this NEWCOLD database but I want this database only maintain a single physical data file and 1 physical log file.
I have tried a couple of ways eg. restore the dump from COLD to the NEWCOLD but it will create 2 data files and 2 log files also.
Is there anyway I can achieve this?
thanks a lot!
Tony
I am using MS SQL7.0 running on a NT box and there are a database called COLD, this database has 2 physical data files and 2 physical log files. This files are created by someone.
I would like to setup a new database called NEWCOLD, I want to have all data from COLD and put it into this NEWCOLD database but I want this database only maintain a single physical data file and 1 physical log file.
I have tried a couple of ways eg. restore the dump from COLD to the NEWCOLD but it will create 2 data files and 2 log files also.
Is there anyway I can achieve this?
thanks a lot!
Tony