All Tags »
SQL Server »
SQL CLR »
Table-Valued Functions
Sorry, but there are no more tags available to filter with.
-
I recently had a need to load a bunch of pdf files into my database. The problem was that the directory the files were in contained a bunch of other pdf files that I didn't want or that were no longer needed so I couldn't just upload every PDF in the directory. I did have a database table that contained all the file names ...