File Details
| Downloads: |
5224 |
File Size: |
776 bytes |
| Posted By: |
eralper |
Views: |
11407 |
| Date Added: |
8 Jan 2008 |
|
Here you can find the t-sql codes and download the sql codes of a SQL Server user-defined function which SPLITs a given string value according to the seperator which you can define and pass it to the sql split function as a parameter.
The SPLIT tsql function is a table-valued function.
You can use the dbo.Split function in a Microsoft SQL Server 2005 database without any problem.