![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am using the select statement to pull data out of the database and into an excel file via dts. Is there anyway to make 'Log File' appear as a hyperlink in the resulting spread sheet? select s.sch_id, 'Date Scheduled'=convert(varchar(17),s.sch_date,113), s.e_subject, 'Number Processed'=(select count(dl.sch_id) from distribution_list dl where dl.sch_id = s.sch_id and dl.delivery_status=2), 'Total Number'=(select count(dl.sch_id) from distribution_list dl where dl.sch_id = s.sch_id), 'Log file'= '\\Renown\eNewsletters\Logs\SE\'+ convert(varchar(12),getdate(),112) +'.log' from schedule s where s.sch_id=518 order by s.sch_id |
#3
| |||
| |||
|
|
I am using the select statement to pull data out of the database and into an excel file via dts. Is there anyway to make 'Log File' appear as a hyperlink in the resulting spread sheet? |
![]() |
| Thread Tools | |
| Display Modes | |
| |