tsql - SQL Cast string as hyperlink -


my source data come pervasive sql , returned in excel (as external data query). test code in pcc.

my tables contains file path , file name , when concatenated sting value. want cast string hyperlink value don't have convert in excel.

select path + file link file_source

there no hyperlink data type in sql server. need use varchar i.e. varchar(100) store link , application or excel display hyperlink.

see: how change field type hyperlink in sql


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -