Possible Duplicate:
How can I parse the first, middle and last name from a full name field in SQL?
Say I have some nvarchar data 'Joe Blogs'...
I need to be able to query the data to extract the first and last names.
firstname
----------
Joe
lastname
----------
Blogs
What is the simplest way of doing this?