Advertisement

10.09.2007 at 12:20PM PDT, ID: 22882312
[x]
Attachment Details
[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!

7.8

SQL Query Syntax question

Asked by Navicerts in MS SQL Server, Databases Miscellaneous, PL / SQL

Tags:

Hello,

I have a bunch of records that relate to locations.  For each location there will be records for the inventory there, daily.  When that location is emptied there is no record change, just a lapse in records and then it begins again.  I need to find the "date begin" and "date end" for each chain of un-broken days for a given location.  Here is an example of what my records look like....

102      1      2005-03-04 00:00:00.000
102      1      2005-03-05 00:00:00.000
102      1      2005-03-06 00:00:00.000
102      1      2005-03-07 00:00:00.000
102      1      2005-03-08 00:00:00.000
102      1      2005-03-09 00:00:00.000
102      1      2005-04-22 00:00:00.000
102      1      2005-04-23 00:00:00.000
102      1      2005-04-24 00:00:00.000
102      1      2005-04-25 00:00:00.000
102      1      2005-04-26 00:00:00.000
102      1      2005-04-27 00:00:00.000
102      1      2005-04-28 00:00:00.000
102      1      2005-04-29 00:00:00.000

The desired result of this record set would be...

102      1      2005-03-04 00:00:00.000      "begin date"
102      1      2005-03-09 00:00:00.000      "end date"
102      1      2005-04-22 00:00:00.000      "begin date"
102      1      2005-04-29 00:00:00.000      "end date"

Select @@Version ...
Microsoft SQL Server  2000 - 8.00.2039 (Intel X86)   May  3 2005 23:18:38   Copyright (c) 1988-2003 Microsoft Corporation  Standard Edition on Windows NT 5.2 (Build 3790: Service Pack 2)

Thanks

-Navicerts
Start Free Trial
[+][-]10.09.2007 at 12:25PM PDT, ID: 20043752

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.09.2007 at 01:11PM PDT, ID: 20044150

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.09.2007 at 01:12PM PDT, ID: 20044160

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.10.2007 at 08:20PM PDT, ID: 20053974

View this solution now by starting your 14-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: MS SQL Server, Databases Miscellaneous, PL / SQL
Tags: SQL
Sign Up Now!
Solution Provided By: twintai
Participating Experts: 2
Solution Grade: A
 
 
[+][-]10.11.2007 at 05:25AM PDT, ID: 20056126

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-43 / EE_QW_2_20070628