Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: More wildcard searches

    CREATE TABLE MyTextTable

    (

    myid INT

    , mytext varchar(MAX)

    );

    GO

    INSERT dbo.MyTextTable

    ( myid, mytext )

    VALUES

    ( 1, 'A good coffee bean...

Viewing post 1 (of 1 total)