Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8111001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:57:09+00:00 2026-06-06T01:57:09+00:00

I had created the following view, SELECT currency_cd, SUM(comprate) AS salary, employee_code, (SELECT SUM(c.comprate)

  • 0

I had created the following view,

SELECT     
   currency_cd, SUM(comprate) AS salary, employee_code,
   (SELECT SUM(c.comprate) AS Expr1
    FROM dbo.employees_compensation AS c 
    INNER JOIN
       (SELECT MAX(id) AS id, comp_ratecd
        FROM dbo.employees_compensation
        WHERE (effdt = (SELECT MAX(effdt) AS Expr1
               FROM dbo.employees_compensation AS employees_compensation_1
               WHERE (employee_code = b.employee_code)
              )
       ) AND (employee_code = b.employee_code)
    GROUP BY 
       comp_ratecd) AS a ON c.id = a.id) AS salary1
FROM 
   dbo.employees_compensation AS b
GROUP BY 
   currency_cd, employee_code

It is working fine and giving the expected results. But the problem is it takes time in executing and giving the results. And sometime it gives error also like Timeout etc.. Could you help me in solving the issue?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T01:57:11+00:00Added an answer on June 6, 2026 at 1:57 am

    Maybe you should reorganize your DB? Create tables that will represents joins, for example.
    If you don’t care about timing you can avoid timeout error by creating temprorary tables or virtual tables (aka views).
    Avoid such a complex and nested expressions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to dump only view object from mysql databases in the following format
I have created a grouped table view & I had a edit button in
If I had the following table. create_table :my_table, :id => false do |t| t.string
I had created one div window which is draggable,and created one child div (with
I had created a Lib Project with a class inherits ServiceBase but when I
I had created one HTML page for my experiance. In this i had use
I had created a zip file (together with directory) under Windows as follow (Code
i had created a class with two properties one of datetime datatype and other
This is what I want: I had created the top red layout by this
Question : Beginner Level Code: Pure Javascript I had created a web page in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.