I build a application that uses a sql server database. It working fine in my system where all necessary software are installed.
Now I want to deploy that to other system. Is it necessary to install full sql server(unnecessary heavy one, only to run that application) in that system or any support is there?
OR
can I copy the database mdf file to some location in new system and give proper connection string will work?
I am newbie to this field, please guide me.