Hello
For the first time I made a VB project using SQL database (SQL 2012 Express). I did not use connection string. I did use Linq To Sql, so this great functionality do the hard work for me.
This first project is about a movies managment for a friend of mine.

So, the question is: what I need to do in order to install this "little" program in my friend Windows computer.

I mean, how is to suppose SQL database is gonna work in his machine?

Thanks!!!