Creating a database instance in C#

Posted by wonea on Stack Overflow See other posts from Stack Overflow or by wonea
Published on 2010-06-14T10:41:36Z Indexed on 2010/06/14 10:52 UTC
Read the original article Hit count: 189

Filed under:
|
|
|

Is it possible to create a sql database instance with C# code. I have no problem adding a database to an existing SQL instance, for example WONEA\SQLEXPRESS but for creating another SQL instance such as WONEA\SQLEXPRESSTEST I'm a little stumped. Help!

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about database