|
|
-
puzzles Created 7 Months ago through Puzzles
The challenge is to compare the data of the rows and group the input data.
The data needs to be grouped based on the Product ID, Date, TotalLines, LinesOutOfService.
You need to check each row in the table to see if that particular product has the d
|
-
puzzles Created 8 Months ago through Puzzles
<p>The challenge is to find the Tax Code based on Price. There is a table called "LineItems" that have Invoice Number and Price.
There is another table "Sales" that contains Invoice Number, Amount and Tax Code. Each sales amount is uniquely made up by the
|
-
puzzles Commented 10 Months ago through Puzzles
Added. <br/>
Thanks for pointing it out.
|
-
puzzles Created 10 Months ago through Puzzles
This challenge is to generate a game schedule based on the teams given in a table.
The key point is each team has to play with another team in each round of the games.
|
-
puzzles Liked 12 Months ago through Blogs
In SSIS Transactions, Not Supported does not always work the way we expect it to. Let us see what is the case and how do we overcome the scenario....
|
-
puzzles Learned 12 Months ago through Just Learned
Today I just learned from Rick strahl Blog we can get IIS Version using Server variable like
[code]
if (HttpContext.Current != null && HttpContext.Current.Request != null)
{
string osversion = HttpContext.Current.Req...
|
-
puzzles Liked 12 Months ago through Just Learned
Today I just learned from Rick strahl Blog we can get IIS Version using Server variable like
[code]
if (HttpContext.Current != null && HttpContext.Current.Request != null)
{
string osversion = HttpContext.Current.Req...
|
-
puzzles Learned 12 Months ago through Just Learned
Today I just learned from Rick strahl Blog we can get IIS Version using Server variable like
[code]
if (HttpContext.Current != null && HttpContext.Current.Request != null)
{
string osversion = HttpContext.Current.Req...
|
-
puzzles Liked 12 Months ago through Just Learned
Today I just learned from Rick strahl Blog we can get IIS Version using Server variable like
[code]
if (HttpContext.Current != null && HttpContext.Current.Request != null)
{
string osversion = HttpContext.Current.Req...
|
-
puzzles Liked 12 Months ago through Syndicated Blogs
In 2011, I had written a Guest post on Pinal Sir’s blog about SQL Azure Interview Q&A – It was fun, so this time around I put together a 10 beginner level Windows Azure Questions.
They are on BeyondRelational.com and apart from Azure Que...
|