Viewing 8 posts - 16 through 23 (of 23 total)
Thanks for the reply. I got the correct result. But can u explain a little bit. what approach did u follow?
Specially this part:
;WITH rns56
AS
(
SELECT TOP 56...
May 31, 2012 at 9:56 am
I would still go with the past 8 weeks.
In most cases the input will be getdate. If the user inputs any date lets say '5/30/2012' or even calculates on...
May 31, 2012 at 9:20 am
This is not for queries.. It is related to table design...
Thanks
September 13, 2011 at 2:22 pm
I catched the error.. Its solved.
Thanks all for the support !!
September 7, 2011 at 8:54 am
I am using column names instead of * still getting the error. Can you please provide me the sql.
September 7, 2011 at 8:48 am
I am getting the below error while creating the function:
Column names in each view or function must be unique. Column name 'id' in view or function 'fn_name' is specified more...
September 7, 2011 at 8:20 am
Thanks a lot !!
So does that mean that creating an inline function is same as parametrized view.
Regards,
Nidhi
September 6, 2011 at 8:43 am
Viewing 8 posts - 16 through 23 (of 23 total)