How to create a FILESTREAM col in GUI

  • Hi,

    I've successfully created a column of type VARBINARY(MAX) with FILESTREAM property using ALTER TABLE .. ADD command.

    My question is: how can I make it using the GUI SQL Server Management Studio?

    When I right clicked on a table and selected "Design", I couldn't find a way to set the FILESTREAM property for a column.

  • There's no GUI support right now.

    Make sure you've created the filestream filegroup first, then you can set this in the T-SQL for the table.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply