Skip to content
Advertisement

Tag: byte

Saving a pem certificate in a SQL Server database

I need to save the content of a *.PEM certificate in a SQL Server database. I plan to save it in a nvarchar() column, but I’m not sure what length should I use. I would appreciate any advice. If you have experience with saving pem files to a relational database that would be even better. Answer There is no upper

Advertisement