how can a databse be created on sql server 2005 using c# vs08.
Posted
by user287745
on Stack Overflow
See other posts from Stack Overflow
or by user287745
Published on 2010-06-17T06:29:54Z
Indexed on
2010/06/17
6:33 UTC
Read the original article
Hit count: 219
to create new a new databse file start sql server management studio express on db server and create it!
i would like to create a database using c# in my web application visual studio 08
is it possible?
as connection string has to have a name of database to connect, but i want to create one.
© Stack Overflow or respective owner