Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
varalakshmi
Yak Posting Veteran
98 Posts |
Posted - 2008-01-04 : 03:29:45
|
Hi,I'm using Script task in my control flow.It show the following error "Validation error. Script : The task is configured to pre-compile the script, but binary code is not found. Please visit the IDE in Script Task Editor by clicking Design Script button to cause binary code to be generated." How to overcome this error? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-01-04 : 04:29:06
|
Can you try changing the PrecompileScriptIntoBinaryCode property of script task? |
 |
|
varalakshmi
Yak Posting Veteran
98 Posts |
Posted - 2008-01-04 : 07:51:50
|
Now it works fine after changing... thank u... |
 |
|
|
|
|