Today ,I created a script task of SSIS to upload pyisical files into data base.the core codes are as follows:
But when i run it ,alwanys get a error:
"Must Declare Variable
@File_Content"
one method to fix it: replcae
@File_Content with ? in sal string.