Forum Replies Created

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

  • RE: Need Help please

    I used this for my SQL installation and I don't experience any problems

    Open a command prompt, navigate to the directory or drive that contains the installation media, and specify setup.exe...

  • RE: Track data change in a table.

    You may try this one out.

    Here I used table (POS_Products) and table (Audit)

    It may work out good for you as it caters for all columns changed;

    set ANSI_NULLS ON

    set QUOTED_IDENTIFIER ON

    go

    ALTER...

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