Forum Discussion
vocono
Dec 05, 2023Copper Contributor
Hyperlink and Varchar Data Types in the Same Column
I need to import data from an Exell spreadsheet. Several columns have hyperlinks and text data types. Is it possible to combine these types in a SQL column? If so, how is it done? Thank you for a...
olafhelper
Dec 06, 2023Bronze Contributor
vocono For Excel import the best data type & size to use is nvarchar(255), it can store any Excel content/text/URL etc.