Hi,
I need to import excel data to sql table. There is two columns First name and last name, now i need to concatenate these into a single column name as Name. How can i write query and where can write.
In SSIS, i am using Excel Source, Conditional Split, OLE DB Destination1, OLE DB Destination2, OLE DB Destination3.
And how i remove duplication records. Means, i debugging many times, the records are repeating. I doesn't need records are repeated.
How can i do above two things. Please tell immediately.
I need to import excel data to sql table. There is two columns First name and last name, now i need to concatenate these into a single column name as Name. How can i write query and where can write.
In SSIS, i am using Excel Source, Conditional Split, OLE DB Destination1, OLE DB Destination2, OLE DB Destination3.
And how i remove duplication records. Means, i debugging many times, the records are repeating. I doesn't need records are repeated.
How can i do above two things. Please tell immediately.