Home Forums SQL Server 2012 SQL 2012 - General Need to store .wav files out on disk, but the metadata should remain inside the database RE: Need to store .wav files out on disk, but the metadata should remain inside the database

  • You can use FileStream concepts here...

    However when you want to open specific file , add with file name type like .wav or .txt or .jpeg etc...

    I got similar requirement for long back to store Case documents, retrieving is need to cross check once, if you do direct access it could not open.

    Thanks,

    Sasidhar P