Quantcast
Channel: Jason Buss – Customer FX
Viewing all articles
Browse latest Browse all 105

SQL Function for parsing name values

$
0
0
In a recent project, I had to create a SQL Server Integration Services package to basically copy contact information (which was being stored in the Account.Account field) from the Account table into the Contact table. Since the Contact name was being stored in it's entirety within the account field, I needed a way to parse the Contact information to populate the individual contact name fields in the contact table.

Viewing all articles
Browse latest Browse all 105

Trending Articles