ReportDr00
IS-IT--Management
How is it possible to use newid() function in dataflow destination to create new id in GUID type field. I can write SQL update or insert statement and use Execute SQL task but i would like to do this in data flow task
here is what i am trying to accomplish
i have a table with 2000 rows and all are unique rows and i would like to create new column that is GUID type and try to insert newid for each row and i will make this as primary key of the table. how could i do this easily?
here is what i am trying to accomplish
i have a table with 2000 rows and all are unique rows and i would like to create new column that is GUID type and try to insert newid for each row and i will make this as primary key of the table. how could i do this easily?