Forum Replies Created

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

  • RE: Update from Column to part of the field

    Missed the Sku column, will try again:

    UPDATE @Products SET NEWpictureURL ='~/ProductImages/' + SUBSTRING(OldPictureURL, PATINDEX('%[0-9]%',OldPictureURL),100)

    SELECT * FROM @Products

    Not quite sure I got that, I will provide more info:

    MS...

  • RE: Update Partial Field

    Modification:

    Now, how would I UPDATE using that query now, but on the LEFT side?

    e.g.

    ~/Assets/ProductImages/10392351.jpg

    Want to UPDATE the PRODUCTS table column, UrlImage, from the Sku column in the same table to...

  • RE: Uploading Tiff files using SQL 2005 and not using any application

    Maybe I am wrong here, but I would not upload 10,000 images to a db, but would upload to the server and put a path to the files to keep...

  • RE: Update Partial Field

    PERFECT!!!

    I did one row using the

    WHERE Product_Id =

    statement. I then made the modifications and checked my results until the desired path was created....gulped, and did it to all...

  • RE: Update Partial Field

    What does the -47 do? I am trying to figure out if I wanted to modify what to remove?

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