sql server - Creating a database instance in C# -


Is it possible to create a SQL database instance with the C # code? For example, to create WONEA \ SQLEXPRESS, but another SQL instance such as WONEA \ SQLEXPRESSTEST, there is no problem adding a database for an existing SQL instance, I'm a little stumped. help!

The short answer is that you can not use this # C # code.

SQL Server examples are essentially the installation of SQL Server - To create a new SQL Server instance that you need to run the SQL Server installer, and ask to install it (which you technically do C # from the code, but I did not collect those, the answers were looking for you)


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -