There is any possibility to store some links to a location from a server in a in a SQL Server 2008 database?
I have some rows in a table and for each of them I have a pdf.
I want to create a column in which to store the link to this PDF which will be placed on a server location.
My question is how could I make this link clickable (active), there is any specific type column for links?
Thank you!