Filestream Tables

  • julienchappel 38298 (12/13/2015)


    Hi Steve,

    Which is your right piece of code:

    A./

    CREATE TABLE MyTable

    ( myid ID

    , myFS varbinary(max) FILESTREAM

    );

    go FROM THE SQLServerCentral.com <subscriptions@sqlservercentral.com>

    OR

    CREATE TABLE MyTable

    ( myid INT

    , myFS varbinary(max) FILESTREAM

    );

    go

    from THE http://www.sqlservercentral.com/ WEBSITE. SOME CONSISTECY of which you are so committed would be nice if you follow yourself as well. It is really frustrating the reading one version of a code in the email's question of the day and finding another version in the website.

    This is called editing and correcting an issue. The newsletter goes out and the content cannot be changed. If it could, I would.

    The code in the newsletter is always repeated on the website, so that you can see if there are any edits made to correct issues.

    I'm not sure what you'd expect. Do you read the newsletter and never look at the code when the website opens?

  • Nice question, thanks.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

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

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