Viewing 8 posts - 1 through 8 (of 8 total)
I got it. We have KeyWord "@@NESTLEVEL" to find out the level of the Procedure.
For Exapmle:
CREATE PROCEDURE innerproc as
select @@NESTLEVEL AS 'Inner Level'
GO
CREATE PROCEDURE outerproc as...
May 31, 2007 at 4:10 am
Jeff,
Quater means QUARTER in given DATEPART. Hope you understood me.
February 7, 2007 at 4:07 am
To the extension of the above, How to get, to Which Quarter the above Range Belong to in the same date Range i.e, '01/01/2006' AND '10/02/2007' ?
0 -90 1st Qauter
91...
February 6, 2007 at 2:09 am
Thanks for your Valuble time and Help Christopher, Jeff Moden and Farrell Keough.
February 5, 2007 at 10:18 pm
I tried the Query I got it.
The Query is
declare @num1 int
declare @num2 int
set @num1 = 1
set @num2 = 1
select (case when @num1 > @num2 then @num1 else @num2 end)
August 26, 2006 at 3:10 am
Yes I got it.Thanks for taking time to reply......
Can we Write a Query to find the Max Number of two given numbers? If so please help me
August 26, 2006 at 12:09 am
Thanks for your Reply Veeresh. It's working fine
April 4, 2006 at 2:52 am
Thanks for ur Relpy.
it's related to our Business so the Code should not be revealed. Can you give me a detailed explination about proc?
October 6, 2005 at 12:01 am
Viewing 8 posts - 1 through 8 (of 8 total)