Link to home
Start Free TrialLog in
Avatar of John Astor
John Astor

asked on

Create a temp table from a string list

How would I create a table function that converts an nvarchar(500) string into a temp table?  This routine would take a string of CSV and convert it into a table with each row representing a single value of the list.  All values inputted will be numbers.


I want to access this function inside a stored procedure.
ASKER CERTIFIED SOLUTION
Avatar of Mark Ely
Mark Ely
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of John Astor
John Astor

ASKER

that was fast i think i am fine with that.
it worked great i ran it and it is exactly what i wanted