Forum Replies Created

Viewing 15 posts - 10,291 through 10,305 (of 26,489 total)

  • RE: Are the posted questions getting worse?

    rodjkidd (8/6/2012)


    Koen Verbeeck (8/6/2012)


    opc.three (8/5/2012)


    WayneS (8/3/2012)


    Steve Jones - SSC Editor (8/3/2012)


    FYI, since some of you submit questions. I'm no longer accepting images of code.

    Please feel free to debate me.

    First, I...

  • RE: Summing Columns of Dates

    pkaraffa (8/4/2012)


    I have 2 columns of dates. What I need to do is to sum or count days in between. I know that there is the Datediff function. My problem...

  • RE: Intersecting Date Ranges

    Jeff Moden (8/4/2012)


    drew.allen (8/3/2012)


    As Joe alluded to, there is a much simpler method of calculating intersections. The standard uses only two dates, but it easily be modified to account...

  • RE: Select nn% from top & bottom over grouped data with sum

    dji (8/3/2012)


    ColdCoffee (8/3/2012)


    dji (8/3/2012)


    I want to sum the vol (volume) grouped by price and country. BUT I want to exclude the top nn% and bottom nn% from the sum (this...

  • RE: Intersecting Date Ranges

    FromDate ToDate

    '2000-01-01' '2000-01-15'

    '2000-01-10' '2000-02-10'

    '2000-01-02' '2000-01-03'

    Looking at the values above,...

  • RE: database base design for sports database

    You could add in playing schedules between teams, what fields/courts/etc, referee (officails) assigned. What else can we think of before we total scare off the OP.

    To the OP, really,...

  • RE: database base design for sports database

    And start at a logical level first. Determine what things you need to track or store information about, then what kind of information do you need to store for...

  • RE: Alter table script

    Once you make the change, SQL Server has no way to know what changed. Capturing the change script using the designer is one way. The only other way...

  • RE: Help me to understand SQL Server VSS Writer

    Have you read this?

    http://msdn.microsoft.com/en-us/library/ms175536(v=sql.100).aspx

    I realize it isn't much, but it is a place to start. Also, you may want to check out the other links here:

    http://www.bing.com/search?q=SQL+Server+VSS+Writer&src=IE-SearchBox&FORM=IE8SRC

  • RE: Pivot query

    rabisco (8/3/2012)


    Lynn Pettis (8/3/2012)


    You will need to flatten the data. Look at 5001, that is the same thing you will need to do for 5004 and 5005 if you...

  • RE: The SQL Saturday Thread

    Brandie Tarvin (8/3/2012)


    I don't currently have money for SQL Saturday travels, so likely will stick with local ones until the financial situation improves.

    Anyone have a million dollar winning lottery ticket...

  • RE: How float data type will round

    hoseini_akram (8/3/2012)


    Hi

    How a float datatype (for example, 3.7854398123234) in 2008 Sql server2008R2 will Round (for example, be converted to 3.785)

    in The following command:

    update dbo.tblgas01g4c40

    set DailyConsumption = Convert (float,Consumption)/convert(float,FindDiffRead)...

  • RE: Pivot query

    You will need to flatten the data. Look at 5001, that is the same thing you will need to do for 5004 and 5005 if you want all the...

  • RE: Alter table script

    How do you make those changes in development? If you use an ALTER TABLE statement that you write, you would need to use that same script in Test, QA,...

  • RE: Procedure causes out of memory error

    R2E2 (8/3/2012)


    Lynn Pettis (8/3/2012)


    Here is part of your problem.

    The function dbo.fnRubricDomainScoresMarzano is a multi-statement table valued function. What this means is that the function does not return its value...

Viewing 15 posts - 10,291 through 10,305 (of 26,489 total)