Hi,
I wrote a SQL script that imports a list of names into a new table then loops through that list and updates their relevant columns based on a series of select and update statements.
It works perfectly when I run it from SQL Query Analyser.
I have tried to now run it as a stored procedure or even as a DTS package but I get a SQL SERVER ERROR detailing that the string or binary data is getting truncated. The process is then quit with failure.
I would greatly appreciate any help or guidance in troubleshooting this problem
Kind regards
Brett
I wrote a SQL script that imports a list of names into a new table then loops through that list and updates their relevant columns based on a series of select and update statements.
It works perfectly when I run it from SQL Query Analyser.
I have tried to now run it as a stored procedure or even as a DTS package but I get a SQL SERVER ERROR detailing that the string or binary data is getting truncated. The process is then quit with failure.
I would greatly appreciate any help or guidance in troubleshooting this problem
Kind regards
Brett