Forum Replies Created

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

  • RE: Union query problem

    Try this SQL, it start with "-- Note". I believe it is what you are looking for. 

      

    -- Note: The sequence of data columns selected must be of the same data...

  • RE: Determining an Identity column

    The proc below lists all tables in a database that contain identity columns (auto-incremet values). It skips System tables but you can change that setting. Modify the database setting, etc. for your site

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