Hello,
Does anyone have a time saving SQL script they'd be willing to share to insert customer Research Notes from a spreadsheet (with customer_nos and notes larger than 255 characters)?
It would of course have to be a cursor that inserts into TX_CUST_NOTES and then breaks up the notes into separate entries into TX_CUST_NOTES_EXT for any note larger than 255 characters.
That would be awesome if someone had such a script to share.