Returns the nth delimted piece of a text string. I use an automation object within a stored procedure that returns a caret delimited string, this lets me parse out the data I need to update the required table. Works with SQL Server 7.0.
Author: Keith R. Davis
Download Script:
sp_piece.sql
Disclaimer: We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…
Disclaimer Continued
Back to Database Journal Home