I'm creating a system using SQL Server 2012 for database, but when this system is starting first time in a computer, I want the system create the database and tables for me no create this manual.
How to I create database with C#? And how to I set connect string? because normally I set database name in the connect string, but now, I need create database before