Hello,
My issue is this: I have a very simple job: one only script.
I use a script to call a procedure.
sql(<DataStore>,<CommandeSQL>)
When I run the job in DataServices, I get this error message:
"<[Microsoft][SQL ServerNative Client 11.0][SQL Server]Avertissement : la valeur NULL est éliminée par un agrégat ou par une autre opération SET.>."
When I execute the procedure in MS-SQLServer2012, I have this error message:
"Avertissement : la valeur NULL est éliminée par un agrégat ou par une autre opération SET.
Msg 8134, Level 16, State 1, Procedure Test_BODS, Line 17
Division par zéro."
How to display all log in DataServices ?
For information:
DataServices 4.1 SP1
MS-SQLServer 2012
Thanks in advance for your helps.
Kind regards,
Carole