Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

Tables containing DEX_ROW_TS

Posted on by 405

Does anyone know all of the "around 70" tables that were uptaded to contain the DEX_ROW_TS coulumn in SP4?  I have found three tables:

GL00100
IV00107
RM00101

-Jody

*This post is locked for comments

  • Jody Wood Profile Picture
    Jody Wood 405 on at
    Re: Tables containing DEX_ROW_TS

    Tim,

    Very nice.  Thank you for the SQL statement.  I found 39 tables in my DB.  

    Thank you for the timely response and perfect answer!

    -Jody

  • Suggested answer
    Tim Foster Profile Picture
    Tim Foster 8,515 on at
    Re: Tables containing DEX_ROW_TS

    Run this against your company database:

    SELECT t.name AS table_name,

    SCHEMA_NAME(schema_id) AS schema_name,

    c.name AS column_name

    FROM sys.tables AS t

    INNER JOIN sys.columns c ON t.OBJECT_ID = c.OBJECT_ID

    WHERE c.name LIKE '%DEX_ROW_TS%'

    ORDER BY schema_name, table_name;

    I got these results (36 tables)

    GL00100

    GL10000

    GL12000

    GL20000

    GL30000

    GL32000

    IV00101

    IV00107

    IV00108

    IV10000

    IV30200

    IV40201

    IV40202

    IV40800

    PM00200

    PM00300

    PM10000

    PM20000

    PM30200

    POP10100

    POP10110

    POP30100

    POP30110

    RM00101

    RM00102

    RM00301

    RM00303

    RM10301

    RM20101

    RM30101

    SOP10100

    SOP10200

    SOP30200

    SOP30300

    SY01200

    UPR00100

    Tim

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans