Getting Started with ASP.NET MVC - Part 7: Scaffolding with ASP.NET MVC
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.

Solutions Quick View

Enter a Submission ID or file name.

Challenge Stats

Generous enough to help?

  • 1121 Solutions to Evaluate
  • 5 Solutions for Initial Review
  • 385 Solutions for Basic Testing
  • 451 Solutions for Logic Testing
  • 280 Solutions for Load Testing
  • 14 Challenges need Logic Testing Data
  • 14 Challenges need Load Testing Data
Sponsored [Advertise Here]
SQL Server Quiz - Win a Nokia Lumia 710
beyondrelational.com
Participate in SQL Server Interview Quiz 2012 and win a Nokia Lumia 710 phone and 31 copies of SQL Server Interview Questions book by Pinal Dave and Vinod Kumar

Syndicate your blog!
beyondrelational.com
Syndicate your blog with us to get wider reach into the technology community. Click here to get started.

PLSQL Challenge 3 - Fight Your Fear for Date Calculations
beyondrelational.com
This challenge invites you to play with date calculations. A lot of people are scared of date calculations and this challenge aims to help them to fight their fear!

TSQL Challenges

Loading
  • TSQL Challenge 80 - Find the minimal set of intervals without creating gaps

    The challenge is to find the minimal set of intervals without creating gaps.

    There is a table with groups of redundantly overlapping date intervals where each group has no gaps. Given this table, your job is to find the minimum set of date intervals without creating gaps in the group. A solution is defined such that if you remove any one of the intervals in the solution you will create a gap. The first and last date intervals in a group are considered the anchor intervals and must always be present.

    If there are multiple solutions for a group you must choose the one where the number of date intervals is a minimum. If there are still multiple solutions for a group you must choose the one where the sum of the date intervals is a minimum. If there are still multiple solutions for a group you must choose the one based on an order by start date 1, start date 2, etc of the solutions, where 'start date 1' is the lowest start date value of each solution, 'start date 2' is the next lowest start date value of each solution, etc.

  • TSQL Challenge 79 - Finding the Islands

    The challenge idea is taken from a problem discussed in the MSDN TSQL forum. The challenge is to find the Islands(gaps) in sequential dates. You need to write a query to identify continuous intervals from the start date and end date.

    For example,

    01/01/2012 - 01/17/2012
    01/18/2010 - 02/20/2012
    

    The above two intervals should be considered as 01/01/2012 - 02/20/2012

  • TSQL Challenge 78 - Parse single field into multiple fields

    The challenge idea is taken from a problem discussed in the MSDN TSQL forum. The database field contains long string with data for Quantity and Parts. The challenge is to parse the data into separate (Quantity and Parts) fields for displaying in a report. The Quantity of Parts is placed before the hyphen (-) and the Part number after the hyphen. If there is more than one part, each part is separated by a semi-colon and space.

  • TSQL Challenge 77 - Transforming monthly resource efforts into weekly actuals

    In a large project management application, there is a category of resources which are managed in a special way. During the planning phase you have an activity with a planned start date and a planned finish date and a monthly sequence of estimated effort values for one or more resources. A period always refers to a real calendar month with period 1 being the month of the planned start date. But the first period and last period may not use up a full month.

  • TSQL Challenge 73 - Implement Word Wrapping in TSQL

    The challenge is to wrap the text by specified position. The key point is you are not allowed to break the word. When the wrapping position is in between the word, you should wrap the text by the space before the word. When the first word in sentence is longer than the postion specified to wrap, the word should be wrapped by appending dash (-) to the word.

  • TSQL Challenge 71 - Play mangled words game in TSQL

    Many of you must have played the 'mangled words' game in the school. Here is a challenge that gives you an opportunity to play it once again using TSQL.

    Your task is to process the input table that contains several mangled words and try to 'un-mangle' them and validate them against a 'dictionary' table. You might be able to create more than one correct word from some of the input strings. It is also possible that a mangled word is completely incorrect and no valid word can be created from it.

    As an example, given "xtet", the valid word that can be formed is "text".

12345678

Managed Windows Shared Hosting by OrcsWeb

Copyright © Beyondrelational.com