Search code examples
sql-server-2005dllfile-storage

Storing .dll files in SQL Server 2005


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


Solution

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