|
Hello all, I am actually working on the migration of some of the stored procedures from Oracle to sqlserver 2008, and came across one stored procedure, which is actually used to work with one of the datastage jobs.
The requirement of the stored procedure:>
Any help is appreciated!
(comments are locked)
|
|
can you not use a lookup table to give the user provided value with an upper and lower limit?
(comments are locked)
|
|
use a cte with row_number function ah, ooh, oh. Rownumbers needed. That rules out my suggestion then. well spotted Kev
Apr 18 '10 at 07:45 PM
Fatherjack ♦♦
obviously not.......
Apr 19 '10 at 05:01 AM
Kev Riley ♦♦
(comments are locked)
|

