Hi All,
My Scenario is as follows....
I have a excel file with 5 columns. I have loaded these five columns successfully to sql server table for first time.
Eg:- col1,col2,col3,col4,col5 in excel and col1,col2,col3,col4,col5 created in sql server and loaded the data for first time.
Next time col6,col7 are added to the excel for load. Now i have to dynamically add these two columns to sqlserver table and load the data(i.e now i have to load all 5 columns data + these two columns data).
Please Help!!
Thanks in Advance...