Forum Replies Created

Viewing 15 posts - 856 through 870 (of 1,048 total)

  • RE: Question of the Day for 11 Feb 2005

    can anyone tell me why first value without quotes will gives the error hile the value without quotes not giving any error...

  • RE: Question of the Day for 07 Feb 2005

    easy onee 😛

  • RE: Question of the Day for 04 Feb 2005

    Nice question 🙂

  • RE: Question of the Day for 14 Oct 2004

    if I used asc in Order By clausethen it will return only 1 row.. it will return 3 rows when there is desc in order by clause..

    why is it so?

  • RE: Creating index

    Jeff,

    I dont have any idea about dynamic SQL so can you plz help me in this...

  • RE: SUM and Addition of Null

    Nice question to start week with +1 🙂

  • RE: Creating an Indexed View

    Good Question..

    Before giving answer I first read about WITH Schemabinding ON abd got to know that table name that we use in view statement should be wirte using schema...

  • RE: Views

    Nice and clean question..

    Good discussion 😛

  • RE: Views

    Nice Question..

  • RE: LEAD - 1

    There is one more link if anyone want to read about LEAD :

    [/url]

  • RE: LEAD - 1

    Nice explanation John...

    I dont have SQL Server 2012 but learned a new intresting thing.. 🙂

  • RE: SELECT (Transact-SQL)

    Thanks Danny 🙂

  • RE: WHERE condition..

    Jason,

    the new columns that you created 'Compare1' and 'Compare2' are not using in where condition so, how the condition is creating to match those columns?

  • RE: WHERE condition..

    Jason,

    I run your without making any changes and get the following error:

    Msg 245, Level 16, State 1, Line 1

    Conversion failed when converting the nvarchar value '1-1 ...

  • RE: WHERE condition..

    Jason,

    I have changed my query as:

    SELECT

    (

    PP.IsPatient = P.Fpatient,

    PP.Gender = P.Fsex,

    PP.MartialTypeID = P.Frelation,

    PP.Lastvisit = P.Flastvisit,

    PP.NxtVisit = P.Fnextvisit,

    PP.LastTxNumber = P.Flasttxno,

    PP.OldAcct = P.fOldAcct,

    pp.ClaimGroup = P.fClaimGroup,

    PP.ConsultDate = P.fConsultDate,PP.usedby=P.Fusedby,

    PP.IsDeleted = P.Fdelete,

    PP.CreatedDate = P.Fwhen,

    PP.TrojanId = P.fTrojanId,

    PP.PreferMtd...

Viewing 15 posts - 856 through 870 (of 1,048 total)