all groups > sql server (alternate) > november 2005 >
You're in the

sql server (alternate)

group:

splitting a string


splitting a string RSummersJr NO[at]SPAM gmail.com
11/30/2005 7:22:00 AM
sql server (alternate):
Hello,

I have been placed in charge of migrating an old access based database
over to sql server 7.0. So far, I have imported all the tables into
sql server, but now I have come across the issue of needing to split a
string variable. For instance, in the old database, the variable for
name was such that it included both first and last names, whereas in
the new database there are seperate entities for first and last name.
I know that there is a way to write a script that will separate out the
two strings by using the "space" in between the name, but I'm
unfamiliar how to do this. Any suggestions? Thanks!

Rick
Re: splitting a string Erland Sommarskog
11/30/2005 3:30:03 PM
(RSummersJr@gmail.com) writes:
[quoted text, click to view]

I suggest that you look up "Functions" in Books Online, and have a look at
the available string functions. String maninpulation is not a strong point
in T-SQL, but there are some functions. Most commonly used for this task
are substring() and charindex().


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
AddThis Social Bookmark Button