|
|
-
Jacob Sebastian Commented 8 Months ago through Puzzles | 1 Point
Please see [this post][1] which explains how to format code listing
[1]: http://beyondrelational.com/modules/23/pages/362/posts/13661/tips-and-tricks-for-formatting-code-blocks-sample-code-listing.aspx
|
-
Jacob Sebastian Liked 1 Years ago through Puzzles | 1 Point
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 witho
|
-
Jacob Sebastian Commented 1 Years ago through Puzzles | 1 Point
Close to 30 TSQL enhancements added in SQL Server 2012 is listed [here][1] with some examples. Here are a few:
1. [LEAD()][2]
2. [LAST_VALUE()][3]
3. [FIRST_VALUE()][4]
4. [OFFSET and FETCH NEXT][5]
5. [ROWS BETWEEN PRECEDING X AND CURRENT][6
|
-
Jacob Sebastian Created 2 Years ago through Puzzles | 100 Points
This challenge invites you to identify the largest sequence of alphabets from a string.
|
-
Jacob Sebastian Created 2 Years ago through Puzzles | 100 Points
A website wants to display most relevant ads on each of its web pages based on the keywords associated with each page. Your
job is to write a TSQL query that returns the advertisements most relevant to each web page given in the source table.
|
-
Jacob Sebastian Commented 2 Years ago through Puzzles | 1 Point
@Parth,
The first row in the Tally Table that is used for evaluation is 0. It is recommended that you use the exact script. You can submit a solution even after evaluation and it will be processed in subsequent evaluation cycles.
|
|
|
-
Jacob Sebastian Commented 2 Years ago through Puzzles | 1 Point
Guna,
Look at this example `ABCDAFGKFLMNO` contains two sequences `ABCD` and `LMNO` and both of them are 4 characters long. In such a case you should pick the value that starts earlier: in this example `ABCD`
|
-
Jacob Sebastian Commented 2 Years ago through Puzzles | 1 Point
This is the test configuration used. I will get the other page updated soon.
- OS: Windows 7 Ultimate
- Processor: Intel(R) Core(TM) i5 CPU M460 @ 2.53 GHz
- Memory: 8 GB
- System Type: 64 Bit Operating System
- SQL Server Version: SQL Ser
|
-
Jacob Sebastian Commented 2 Years ago through Puzzles | 1 Point
All the solutions of this challenge were tested with Denali CTP3. The comparison page seems to be wrong. I will get this fixed.
|