
Hi every one, lets see how to create a simple database application using c# and MS-SQL. Fist we need to create our database. in my case as a example i am going to create a simple database as follows.
////////////Database///////////////
create database test ...