I would like to store lengthy .sql scripts in my solution and execute them programmatically. I\'ve already figured out how to execute a string containing my sql script but I
Add file to Resources, and set file to Resource, in code write:
String SQLCommand = NAMESPACE.Properties.Resources.ScriptDB.ToString()