Good day,
Execute Sql Task Generate SQL XML String but runs very long in SSIS but not SSMS
I generate a 1 row XML string result in SSMS in 15sec but when i insert in Execute SQL task that store the result to a string variable it runs for 10min
I have Tasks that generates the XML string as the result in SSMS less than 10sec but this specific one just doesnt finish as SSMS qry and its the exact same thing i do for the other xml tasks
Only difference is the file at the end when generates is much bigger but this hangs before writing the output string to file, it hangs by the sql part writing result to var string. Also this result has more desired xml rows but in sql its 5sec
Please any help?