|
|
-
puzzles Liked 1 Years ago through Puzzles
The challenge idea is taken from a problem discussed in the MSDN TSQL forum.
The database field contains long string with data for Quantity and Parts.
The challenge is to parse the data into separate (Quantity and Parts) fields for displaying in a report
|
-
dishdy Logic Testing Passed 1 Years ago through Puzzles
The challenge idea is taken from a problem discussed in the MSDN TSQL forum.
The database field contains long string with data for Quantity and Parts.
The challenge is to parse the data into separate (Quantity and Parts) fields for displaying in a report
|
-
dishdy Logic Testing Passed 1 Years ago through Puzzles
The challenge idea is taken from a problem discussed in the MSDN TSQL forum.
The database field contains long string with data for Quantity and Parts.
The challenge is to parse the data into separate (Quantity and Parts) fields for displaying in a report
|
|
|
-
Marc Jellinek Commented 1 Years ago through Puzzles
Same as previous, changed cast to varchar(max) (instead of nvarchar(max))
|
-
Marc Jellinek Solved 1 Years ago through Puzzles
Same as previous, changed cast to varchar(max) (instead of nvarchar(max))
|
-
Zibi Basic Testing Passed 1 Years ago through Puzzles
The challenge idea is taken from a problem discussed in the MSDN TSQL forum.
The database field contains long string with data for Quantity and Parts.
The challenge is to parse the data into separate (Quantity and Parts) fields for displaying in a report
|
-
Sanjay Basic Testing Passed 1 Years ago through Puzzles
Its great experience to do something new (without any user defined function/procedure)
Thanks...
|
-
Eric Bradford Basic Testing Passed 1 Years ago through Puzzles
The challenge idea is taken from a problem discussed in the MSDN TSQL forum.
The database field contains long string with data for Quantity and Parts.
The challenge is to parse the data into separate (Quantity and Parts) fields for displaying in a report
|
-
dishdy Basic Testing Passed 1 Years ago through Puzzles
The challenge idea is taken from a problem discussed in the MSDN TSQL forum.
The database field contains long string with data for Quantity and Parts.
The challenge is to parse the data into separate (Quantity and Parts) fields for displaying in a report
|