Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 20231(0.022 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.7
I need to write an SQL Select statement where the result needs to return aggregate values grouped by a range of values. Easier to explain in an example: Table UnitsPerHour : Hour           Unit...
Zones: MS SQL ServerDate Answered: 04/07/2008 Views: 26
Sql Server 2000 First, I have no control over the decision to allow overlapping time.  I'm "dealing" with the issue. :) I created a View that has a union of two tables.  Table A has billable ...
Zones: MS SQL ServerDate Answered: 05/08/2008 Views: 0
My sql script which reconstructs a portion of a database does the following, which no doubt you're familiar with: IF OBJECT_ID('dbo.web_paths', 'U') IS NOT NULL   DROP TABLE web_paths; CREAT...
Zones: MS SQL Server, SQL SyntaxDate Answered: 05/19/2008 Views: 0
I have following data in a table project_id --- customer_id --- product_line ---- Product ---- Quantity ---- Value ---- Div ---------------------------------------------------------------------...
Zones: SQL Server 2005, MS SQL Server, SQL...Date Answered: 07/02/2008 Views: 0
I have a table with a numerical field that is the number of days since 1/1/1900. I need to produce a date in place of the numerical information. Can anyone tell me how to accomplish this?
Zones: MS SQL ServerDate Answered: 07/22/2008 Views: 0
Hi All, This one has got me stumped. For sake of argument lets say I have two tables test_table_1 and test_table_2 with the following columns: test_table_1 : tt1ID (PK), tt0ID (FK) test_table_2...
Zones: MS SQL Server, SQL Server 2005, SQL Serv...Date Answered: 09/10/2008 Views: 0
I am going through some design changes in my database.  Basically, I have written this SELECT statement that gets the data I want.  It puts a newly created "PositionID" with an employee based off o...
Zones: SQL Syntax, PL / SQL, SQL Server 2005Date Answered: 09/10/2008 Views: 0
Hi, I have a stored procedure that does not return the same records that when I run the query in the query analyzer. The query in query analyzer give me back the good recordings. The stored p...
Zones: MySQL Server, SQL SyntaxDate Answered: 10/25/2008 Views: 0
I have 2 tables: Courses course_id  course_tile   location 1                into to cs      LA 2                intro to html   Boston 3                intro to ajax  SF StudentRegistrati...
Zones: SQL Server 2005Date Answered: 10/07/2008 Views: 0
I have two questions. (1.) Besides needing to satisfy the first normal form, is the second normal applicable only to enitities/tables that have compound primary keys? Or can it be applicable to a ...
Zones: SQL Syntax, MS SQL Server, ASP.Net...Date Answered: 10/22/2008 Views: 4