← Tutti gli articoli

SQL Server 2008 - The FILESTREAM attribute.

04 July 2012  ·  Troubleshooting · Article  ·  508 visite

Function PathName is only valid on columns with the FILESTREAM attribute.

When you create the field of your table remember the FILESTREAM attribute:
  1. CREATE   TABLE  [dbo].[Files](  
  2.     [FileId] [intNOT NULL,  
  3.     [ImportId] [intNOT NULL,  
  4.     [Filename] [nvarchar](255) NOT NULL,  
  5.     [FileGuid] [uniqueidentifier] ROWGUIDCOL  NOT NULL,  
  6.     [FileContent] [varbinary](maxFILESTREAM NOT NULL    
  7. )  
Si è verificato un errore imprevisto. Ricarica

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.