Create a new database | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Create a new database

am new on the sql server 2000 , and i would like to know the beginning steps for creating a database throw it and thnx alot
ull get enough of information on using SQL, creating database using query or by using enterprise manager from Books Online which is shipped with SQL server 2000. thru Enterprise manages by clicking the option for creating new database under database tab is good for start.
else u can go with syntax like
create database database_name
on
(
name=’name’
filename=’path’
)
Apart from the books online the following links are best bet for your amusement:
http://www.w3schools.com/sql/sql_intro.asp
http://sqlzoo.net/
http://www.sqlcourse.com/ Satya SKJ
Moderator
http://www.SQL-Server-Performance.Com/forum
This posting is provided “AS IS” with no rights for the sake of knowledge sharing.
]]>