Question

Where can I find information on storing ".dll" files in SQL Server 2005? Is it the same as storing Binary data?

Was it helpful?

Solution

You could use a binary or varbinary data type you can store any binary information including dlls.

OTHER TIPS

Yes, it's just a file like a Word document or image...

Use varbinarx(max)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top