Hi
I have a stored procedure which returns data like:
CREATE TABLE [dbo].[test](
[date1] [datetime] NULL,
[number] [int] NOT NULL,
[id] [int] NULL,
[Description] [varchar](max) NULL,
[date2] [datetime] NULL,
[rowVersion] [nvarchar](max) NULL,
[date3] [datetime]...