Hi All,
I need a soultion to send the records contain NA,NR and ER these types of data.
I am retrieveing data from SharePoint list and put it on temp table in sql server. we have a field called occupancy field in temp table. In this field we the data will be like this
0
1
NA
NR
1
0
So, I need to send the NA and NR records into antoher table and replace those data with NULL values. like this i've 30 talbes and some of the columns contains this kind of info. So i need to store the table name, Column Name, Record Name (Value Name) and time information.
Thanks,
Madhava