I want to execute a script with variables in order to create a new database. At first, i tried with command line but i want to execute the script from another server but i have errors about access rights.
Is it possible to execute a SQL script with fluent nhibernate in the application code?
I've found an answer on that link but it doesn't execute the script, it loads queries.
link
Thanks for help.