I have developed a Windows application using C#. I made an Setup file of my project.
If I install it in another computer I have to separately create database with all required table.
I need to create database automatically in sql server if i install my windows application.
If you have solution please suggest me.