ok..
here goes..
I have a name field in my table called "bname"
all of the data in this field has full names in it, spaces are
separated by a "+"
ie. "john+doe"
i have two other fields that are currently NULL. "First_name " and
"Last_name"
now my question is obvious.
I need to populate "First_name " with all of the data in "bname" to the
left of the "+"
and likewise to the Right of the "+" in "Last_name"
i sort of know how i would do this in ASP... but im trying to make
this a DTS package... so i was wondering if this could be done in SQL
Thanks for any help! :D
Mario C.
here goes..
I have a name field in my table called "bname"
all of the data in this field has full names in it, spaces are
separated by a "+"
ie. "john+doe"
i have two other fields that are currently NULL. "First_name " and
"Last_name"
now my question is obvious.
I need to populate "First_name " with all of the data in "bname" to the
left of the "+"
and likewise to the Right of the "+" in "Last_name"
i sort of know how i would do this in ASP... but im trying to make
this a DTS package... so i was wondering if this could be done in SQL
Thanks for any help! :D
Mario C.
Comment