Hi,
A dts package can log errors per step to the sysdtssteplog table. An error description can be found in the errordescription field.
HOWEVER, this message is maximum 256 characters long, while the datatype is nvarchar(2000). Some descriptions are truncated, while I need the entire message.
Any ideas how to get the full description (more then 256 characters) in that field? Importing it from the error textfile has no preference.
Thanks in advance,
gr.,
Hablaras
A dts package can log errors per step to the sysdtssteplog table. An error description can be found in the errordescription field.
HOWEVER, this message is maximum 256 characters long, while the datatype is nvarchar(2000). Some descriptions are truncated, while I need the entire message.
Any ideas how to get the full description (more then 256 characters) in that field? Importing it from the error textfile has no preference.
Thanks in advance,
gr.,
Hablaras