hi,
I want to convert minutes to hours. for example field_minutes=130minutes to 2:10 hours...
select field_minutes from table---> how can I do?
Not sure what this has got to do with SSIS but its an interesting little puzzle for a Friday afternoon anyway.
Paste the following into SSMS/QA and run it:
declare
set
select
-Jamie