Free Creating a Database in SQL Server 2000 Tutorial


“>When you create a new database, you are really just making a copy of the model database. Remember that everything in the model database, including any database options that you may have set, will show up in any new databases you create. After you create the database by copying the model database, it expands to whatever size you’ve requested and fills the additional space with empty storage pages.To create a new database in SQL Server 2000, you can use one of three methods: The 
continue >>

Tags:

Add A Comment