I have created simple database connectivity using Visual C++ 2010 professional and SQL server 2008. I want to deploy the project to other machine. I am keeping database backup file in setup.But how should I restore it programmatically ? At Present I am deploying in Computer
where VC++2010 and SQL server 2008 is already installed.Will anyone will guide me how should
I programmatically restore SQL Database from VC++ project.