Hello,
I'm pretty much new to what I'm going to do. And I've got only a few days.
I need to develop a C#.NET program that will invoke a stored procedure on SQL Server 2008/2012. Then I will need to create an installation file for the program. When it runs, the install program should check and if required, will install the minimally required database engine first, before creating the database, loading stored procedures in it, and finally installing the data access program itself.
My specific questions are:
1) What edition of SQL Server (Express, Professional, etc) is suitable for developing this embedded database (with stored procedures)
2) The way to create the install program I mentioned above (any recommended tutorial, article, etc?)
Thanks in advance.
Nay