I am having a SQL database having the attributes First_Name; Last_Name; Sex; Address etc. For reporting to the authority I have an fixed format like
For First name: FN(no of characters in first name)First_Name
For example the first name Daniel should be like FN05Daniel
For example the last name Bose should be like LN04Bose
Is there any way using SSIS the same can be accomplished and the output can be generated in text format??
If not SSIS please suggest any probable mechanism to get the result. I am just learning coding so please don't mind if its a silly question.
Thanks
For First name: FN(no of characters in first name)First_Name
For example the first name Daniel should be like FN05Daniel
For example the last name Bose should be like LN04Bose
Is there any way using SSIS the same can be accomplished and the output can be generated in text format??
If not SSIS please suggest any probable mechanism to get the result. I am just learning coding so please don't mind if its a silly question.
Thanks