Forum Replies Created

Viewing 8 posts - 16 through 23 (of 23 total)

  • RE: Working with dates

    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...

  • RE: Working with dates

    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...

  • RE: Switch columns

    This is not for queries.. It is related to table design...

    Thanks

  • RE: Creating join in a fuction

    I catched the error.. Its solved.

    Thanks all for the support !!

  • RE: Creating join in a fuction

    I am using column names instead of * still getting the error. Can you please provide me the sql.

  • RE: Creating join in a fuction

    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...

  • RE: Creating View

    Thanks !!

  • RE: Creating View

    Thanks a lot !!

    So does that mean that creating an inline function is same as parametrized view.

    Regards,

    Nidhi

Viewing 8 posts - 16 through 23 (of 23 total)