Forum Replies Created

Viewing 15 posts - 19,981 through 19,995 (of 26,490 total)

  • RE: SQL brian teaser...

    You are looking at the code in the wrong way. How did I provide you with everything you needed to test the code I provided?? Now, go back...

  • RE: SQL brian teaser...

    And if you'd like a hint, it is all done using the dbo.DelimitedSplit function I provided. 😉

  • RE: SQL brian teaser...

    Oh, by the way, I already have a solution ready once you post the setup code.

  • RE: SQL brian teaser...

    Do you really want our help? If so, please review the code I provided in the SQLTeaserCode.txt file. Once you provide us with what we need in that...

  • RE: Composite primary key & auto increment problem

    WayneS (7/5/2009)


    paulneyman (7/5/2009)


    Ok, can you write a sample how to do that?

    No... we're not here to do your work for you. We will, however, guide you to find the solution.

    As...

  • RE: select query

    mjarsaniya (7/4/2009)


    sorry

    May we ask why you felt compelled to delete the text of your post?

  • RE: Function Sum

    luan.wp (7/2/2009)


    Hi,

    What is a solution to optimize the SUM function in SQL, my query is taking more than 4 minutes .. causing a time out.

    thanks!

    Looks like you've had...

  • RE: Intellisense for sql 2005 is needed

    Only way I know, and it isn't free, is RedGate SQL Prompt.

  • RE: Unable to use SQL Server Agent in 2005

    nisha.lakhwara (7/3/2009)


    Hi,

    I am facing a problem with the sql 2005 Enterprise.I have installed the enterprize version on windows xp SP2 but i am not able to get access to the...

  • RE: Fields From Record Returned With MAX

    WayneS (7/3/2009)


    @Lynn - it looks like the beginning of your CTE is missing, and the select from it isn't referencing the CTE. Otherwise, very nicely done.

    Opps, I meant to cut...

  • RE: Are the posted questions getting worse?

    john.arnott (7/3/2009)


    Re: Lynn and Eswin...

    Ah, my goodness. I don't think I could have invented a more clear case for the importance of careful use of punctuation. There's a book...

  • RE: COnverting GetDate()

    What you really need to do is lookup CONVERT in BOL (Books Online, the SQL Server Help System that you can access from SSMS by pressing the {f1} function key).

    Here...

  • RE: Fields From Record Returned With MAX

    Before I continue, please verify that the test environment I have created below is at least some what accurate regarding your problem. Please note a couple of things here.

    One,...

  • RE: Are the posted questions getting worse?

    RBarryYoung (7/3/2009)


    Lynn Pettis (7/3/2009)


    Maybe I am letting things get to me more right now, but in this case I really don't think so.

    It's just how Eswin changed things and tried...

  • RE: query

    Here you go.

    CREATE TABLE [dbo].[Empl_Dept] (

    [EM_ID] [int] IDENTITY (1, 1) NOT NULL ,

    [EM_DeptName] [varchar] (255) NOT NULL ,

    [EM_EmpId]...

Viewing 15 posts - 19,981 through 19,995 (of 26,490 total)