I have designed my SQL Server tables through Microsoft SQL Management Studio and wrote a c# application based on the database created.
While installing the application, I must create the database from a deployer. Can Someone say about the easy way to get that done.
I have designed my SQL Server tables through Microsoft SQL Management Studio and wrote
Share
I used SQL managment studio. There is an option to generate scripts from the databases and tables. I generated the script and executed it by the programming lanugages as how i execute queries.