Viewing post 1 (of 1 total)
Say I want the horizontal result to be individual columns instead of a concatenated string? For example:
CREATE TABLE
dbo.MetaData
(
[ID] [int]
IDENTITY (1, 1)...
November 23, 2005 at 11:18 am
#605511