Hello,
I am writing a C# program which should hold a big list of contacts in an mssql database. I need to create a new mssql 2008 database if it doesn't already exist and then use it.
Is there a function that I can call to create a new database?
Thanks in advance.
Loading
CrishPosted May 10, 2010, 3:11 AM
hope below link will useful for you.
http://www.codeproject.com/KB/database/CreateDB.aspx
thanks