How to connect SQL SERVER 2012 EXPRESS ADVANCEd to a PROGRESS database ?

  • Hi All,

    I need your help.

    Configuration: SQL Server 2012 Express Advanced Services

    I need to create SSRS reports for a Progress Database.

    Could you explain me how to add a odbc connector to SSRS ?

    Thank U for your help.

  • you could easily add a linked server and connect to that.

    since you specifically mentioned 2012, you are probably running 64 bit, and so you need 64 bit progress drivers before you can add the linked server. Those drivers must be installed ont he server, adn then you can add the linked server to it.

    http://www.google.com/search?q=linked+server+to+progress

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • what version of Progress?

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • Hi Livingston.

    Thank U for your answer.

    I use the 10.2B version PROGRESS.

  • Hi Lowell,

    Thank u for your answer.

    I tried to connect via linked server and that wooooorks !!!!!!!!!!!!!!! 🙂

    Thank U.

    So, now I can create a report and deploy it ??

    Or I must to do something else ??

    Lidou 123

  • Lidou123 (6/25/2013)


    Hi Lowell,

    Thank u for your answer.

    I tried to connect via linked server and that wooooorks !!!!!!!!!!!!!!! 🙂

    Thank U.

    So, now I can create a report and deploy it ??

    Or I must to do something else ??

    Lidou 123

    awesome, glad it's working for you!

    now it's up to you and how up-to-date the data needs to be.

    for a report, does the report REALLY need up to the second data, or can it be a little behind?

    linked servers are notoriously slow, and you can also run into permissions issues, depending on how you set up the linked server.

    i personally prefer to grab the data from a linked server at intervals with a scheduled job, and let my reports read the slightly-out-of-date-but-orders-of-magnitude-faster local data.

    so my process might grab data a couple of times a day for reports, and any SSRS reports just hit a local table on my server with the data i grabbed from some remote linked servers.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

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

You must be logged in to reply to this topic. Login to reply