I have developed a Windows application in .NET which uses a SQL Server database to store, retrieve and manipulate data and tables through sql queries.
Now I want to know when I would deliver its executable (.exe) file to client then in which form I have to deliver that database so that the application can connect to database.
Should I install complete SQL Server on client's computer?
Please help.