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
 Create SQL Database

Author  Topic 

Steve2106
Posting Yak Master

183 Posts

Posted - 2008-01-23 : 10:11:07
Hi Guys,

Is there a simple script to create an SQL Database I want to run the script using osql

Thanks for your help.

Best Regards,

Steve Wilson.



Steve

masterdineen
Aged Yak Warrior

550 Posts

Posted - 2008-01-23 : 10:12:55
what is osql?
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-01-23 : 21:43:43
>> Is there a simple script to create an SQL Database I want to run the script using osql

Books online has sample code, just search 'create database'.

>> what is osql?

dos version of sql query tool.
Go to Top of Page
   

- Advertisement -