Hi
I am setting up a MS SQL 2000 database that will reside on SAN
the eventual size of the database will be 200 GB
I need some advice on the DB create
Which of the foll is advisable:
a) Create an initial data file that is maybe 50 GB and
let it grow by 10%
b)Create a 200 GB data file with no growth
c) Create an 4 GB database that will house the initial
few months of data and let it grow by 20%
d) Should I create multiple data files
What data file considerations should I take into account
for the data files/log files knowing that this is for a data warehouse
What should the size and suggested parameters be for the log file, tempdb
I also estimated the largest table to be about 20GB in size
Thanks
Umesh
I am setting up a MS SQL 2000 database that will reside on SAN
the eventual size of the database will be 200 GB
I need some advice on the DB create
Which of the foll is advisable:
a) Create an initial data file that is maybe 50 GB and
let it grow by 10%
b)Create a 200 GB data file with no growth
c) Create an 4 GB database that will house the initial
few months of data and let it grow by 20%
d) Should I create multiple data files
What data file considerations should I take into account
for the data files/log files knowing that this is for a data warehouse
What should the size and suggested parameters be for the log file, tempdb
I also estimated the largest table to be about 20GB in size
Thanks
Umesh