Hi
I have a table in Sql server 2008 named called table1 and data come in this table through the windows application now problem is that I don’t know the value how many data value for a particular row, sometime it might be one and sometime it might be five.
ID
|
Name
|
Data 1
|
Data 2
|
Data 3
|
Data 4
|
Data 5
|
1
|
A
|
10
|
20
|
30
|
40
|
50
|
2
|
B
|
10
|
20
|
Null
|
Null
|
Null
|
3
|
C
|
10
|
20
|
30
|
Null
|
null
|