Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How to create a database

Author  Topic 

mayoorsubbu
Yak Posting Veteran

95 Posts

Posted - 2010-06-03 : 11:29:39
Hi Folks,

I have installed SQL Server 2005 express on my PC. I want to know how do I create a database. I have only one hard disk.

Thanks

pk_bohra
Master Smack Fu Yak Hacker

1182 Posts

Posted - 2010-06-03 : 23:28:51
Create database <databaseName>

Example: Create database MyFundDB..

My suggestion will be that you go through the Books Online "Create database" link. You can find more details on how to specify path of log file, configuration etc...



I am here to learn from Masters and help new bees in learning.
Go to Top of Page
   

- Advertisement -