|
|
-
Guenter Initial Review 27 Days ago through Puzzles
This challenge is based on a problem discussed in the MSDN TSQL forum.
The challenge is to create a query for a report that shows expiring material.
There is a table with material that has expiry dates.
Another table holds requests for the expiri
|
|
|
-
Jagan Commented 8 Months ago through Puzzles
please provide the solution
|
-
Guenter Initial Review 10 Months ago through Puzzles
v2 2008R2
ok, just found and used Stefan_G's trick to materialize data
|
-
alesik Solved 11 Months ago through Puzzles
v2 2008R2
ok, just found and used Stefan_G's trick to materialize data
|
-
alesik Commented 11 Months ago through Puzzles
v2 2008R2
ok, just found and used Stefan_G's trick to materialize data
|
-
Guenter Initial Review 11 Months ago through Puzzles
This challenge is based on a problem discussed in the MSDN TSQL forum.
The challenge is to create a query for a report that shows expiring material.
There is a table with material that has expiry dates.
Another table holds requests for the expiri
|
-
Guenter Initial Review 11 Months ago through Puzzles
Slow solution becouse of recursive cte but with correct results
It is possible to do that without recursive on 2008R2?
|
-
alesik Commented 11 Months ago through Puzzles
Huh, actually it is slow not because of recursive cte but all calculation and steps before recursive cte
|
-
alesik Commented 11 Months ago through Puzzles
Maxim is your solution for MS2012 or 2008?
anyway can you share this for me? I posted solution with correct results when using castling sample data script and 2008R2 but seems slow to me and can't figure out how to make it without recursive cte
|