web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

database schemas for Microsoft Dynamics RMS

(0) ShareShare
ReportReport
Posted on by 5

Hello there 

Please I need to know How to obtain the database schemas for Microsoft Dynamics RMS, and if there is a useful SQL query to use it in custom reports  

BR

I have the same question (0)
  • Community Member Profile Picture
    on at

    Ahmed_Abdelkader,

    You have posted in the wrong forum. This forum is for the Dynamics augmented reality product called "Guides". https://docs.microsoft.com/en-us/dynamics365/mixed-reality/guides/

    This forum has nothing to do with manuals or guides related to Dynamics 365. You need to post in the Dynamics Retail Management System forum for your answer.

  • Kevin Antosh Profile Picture
    1,649 on at

    Not sure how accurate this is: static.austinhartzheim.me/.../microsoft-rms-database-structure.pdf   You can also access your CustomerSource Account or request Db schema information via your Dynamics RMS Partner/VAR/reseller.

  • mcons Profile Picture
    390 on at

    It sounds like you want to create custom reports without any knowledge of the tables and how they relate to each other?  This would be a major time consuming task on your part.   Your best bet would be to contact a partner to either train you or create the reports.   We can help with that if you are not able to contact or find your partner.

  • Verified answer
    ToddB Profile Picture
    Microsoft Employee on at

    Hi Ahmed,

    Thank you for posting your database schema question; and thank you Ken, Kevin and Mark for assisting.

    You should be able to run the below query to obtain the database schema:

    select schema_name(tab.schema_id) as schema_name,
    tab.name as table_name,
    col.column_id,
    col.name as column_name,
    t.name as data_type,
    col.max_length,
    col.precision

    from sys.tables as tab

    inner join sys.columns as col
    on tab.object_id = col.object_id

    left join sys.types as t
    on col.user_type_id = t.user_type_id

    order by schema_name,
    table_name,
    column_name;

    _______________________________________________

    Just a note that Mainstream support for Microsoft Dynamics RMS 2.0 ended on July 10, 2016; and extended support ends on 7/13/2021:

    community.dynamics.com/.../microsoft-dynamics-rms-2-0-mainstream-support-discontinuation-july-10-2016

    support.microsoft.com/.../search

    pastedimage1604587276906v1.png

    This is less than 9 months from now; and you can continue using RMS after this date but technical support will not be available.

    I would recommend checking with your partner in regard to what they may recommend as a replacement system after the extended support end date.

    Thank you in advance.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,993 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,116 Super User 2026 Season 1

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 557 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans