Forum Replies Created

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

  • RE: Identity Insert Non DBO permission

    Thank you Steve

      This was attempted, but the user's permissions with regards to the SET operation were not permitted within the stored procedure.  The error produced was the exact same...

  • RE: Concat with conditional if's

    try to use the CASE statement

    SELECT au_fname, au_lname,

    CASE state

    WHEN 'CA' THEN 'California'

    WHEN 'KS' THEN...

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