CLR Integration functions and stored procedures for SQL FileTables.
This allows for doing work directly against the database, which is useful especially in code, to make CRUD calls simpler and to avoid having to use the share.
- Download and build the solution. There are two solutions, one with only code and one in the Install directory that has an additional Windows Installer Xml (WIX) project. If you build the WIX project as Any CPU or X64, you get a 64 bit msi.
- Use the msi installer to install on your database server. Alternately, you can manually copy the Rhyous.Db.FileTableFramework.dll file to a location on your database server.
- Enable CLR integration on your database.
- Run his SQL file against your database. Install to Database.sql
Done
- DirectoryExists
- FileExists
- FileTableExists
- ListFiles
- CreateDirectory
- CreateFile
- CreateTextFile
- DeleteFileByPath
- DeleteFileByPathLocator
- DeleteFileByStreamId
- RenameFileByPath
- RenameFileByPathLocator
- RenameFileByStreamId