Hi,
I have one excel file having one filed called Source(Excel file has 2 fields, one of them is Source). And I have one table in SQL server name Source.
So I have to check is if the Source(Field name) in excel file is already exist in that Source table(Fields name in this table is SourceName)? If not then add this Excel field value in this Table. And if yes then don't do anything.
Excel file will be like below,
tester_you@aol.com | source_two |
tester_hey@aol.com | source_three |
tester_test@aol.com | source_one |
tester_abc@aol.com | source_two |
Please let me know how to do this? Thanks for help.
Vicky