What is the equivalent SSIS expression for this C expression to format an unsigned integer by padding it with leading zeros
sprintf(publ_doc_id, "%010u", id)
What is the equivalent SSIS expression for this C expression to format an unsigned integer by padding it with leading zeros
sprintf(publ_doc_id, "%010u", id)
simple derived column formatting expression
bola shokry