👒
SQLKiss
Telegram channelLinkedIn
  • 👋Introduction
    • Welcome
  • 📑Covetor News App
    • Introduction
  • 🧣TheRDL Framework
    • Introduction
    • Features & Roadmap
    • Use cases
    • Guides
      • Design overview
        • 👾Architecture
        • 💰Cost analysis
      • How to install/setup
  • 📗ScriptBook
    • Introduction
    • Scripts
      • Microsoft SQL Server
        • JSON Parser
  • 🏗️Developer Resources
    • Repositories
    • Careers
  • 👔Additional Resources
    • Our Team
      • Contact Us
      • SQLKiss Values
    • Ways to say thank you
      • Contribute
      • Donate
      • Worldwide SQL assistance
      • Hire SQL Expert from our team
      • Invest
Powered by GitBook
On this page
  • Short instruction
  • Detailed instruction
  1. TheRDL Framework
  2. Guides

How to install/setup

PreviousCost analysisNextIntroduction

Last updated 3 years ago

Please remember to check system requirements in the Architecture section before setup

Short instruction

Clone/Download . Deploy SQL schema files onto your SQL Server. Optionally add your settings in the DB tables. Find RDL file, deploy it onto your Reporting Server, update data source to point into Server/DB where SQL schema was deployed. Run the report(s).

Detailed instruction

Go to Find Release section on the right hand side:

Go inside the latest release, scroll down to the assets and download the sql installation files, TheRDL file (and optionally examples):

Run the installation_file.sql against your selected database. Please note it is safe to run installation file multiple times on the same DB

Optionally run in similar way ExamplesInstall.sql

Deploy SQLKiss - TheRDL.rdl onto your SSRS Server

At this stage everything is fully installed and ready to be used

Optionally add configuration settings into dbo.TherdlSetting table. For example:

The below example code has been already applied if you installed ExamplesInstall.sql

INSERT INTO dbo.TherdlSetting(Code, Description, OrderID, DBName, SchemaName, ObjectName, ShowOnlyColumnsArrayListJSON)
VALUES('CustomerInfo', 'Expose customer information', 10, DB_NAME(), 'dbo', 'Customer', '["ID", "Active", "Name"]')
;

Run SQLKiss - TheRDL:

🧣
👾Architecture
TheRDL GIT repository
TheRDL repository