Forum Replies Created

Viewing 15 posts - 22,441 through 22,455 (of 26,484 total)

  • RE: Do I need to index this table?

    What is the data type for this column: AttendanceDateTime.

  • RE: Reporting Services

    Double posted, please use this thread.

  • RE: Are the posted questions getting worse?

    Many years ago as a young airman stationed in England, my first supervisor did something I don't see many others doing. He taught me to read the technical manuals....

  • RE: Simple (At least I thought!) MAX function Query

    jduncan (2/17/2009)


    Ok, new to SQL Server so bear with me..

    ...

    Coming from my MSAccess roots this seemed pretty simple, but has cost me a good day of hair pulling.

    Not...

  • RE: SQL or Oracle

    Back to the topic at hand (at least for the moment). Both products have their place or else they both would not exist. Where I may only be...

  • RE: Are the posted questions getting worse?

    RBarryYoung (2/17/2009)


    Lynn Pettis (2/17/2009)


    GilaMonster (2/17/2009)


    <Sigh> Why don't people read the manuals?

    Thinking and Reading that would mean. On silver plater answer should be.

    And yet, in this case, it is.

    And yet,...

  • RE: Dimension Key lookup not happening

    SELECT

    * -- really should specify the columns you need, even if it is all of them, if not a covering index may be of benefit

    FROM

    ...

  • RE: Are the posted questions getting worse?

    GilaMonster (2/17/2009)


    <Sigh> Why don't people read the manuals?

    Thinking and Reading that would mean. On silver plater answer should be.

  • RE: T-SQL

    skjoldtc (2/17/2009)


    Points schmointz... who cares?

    The takeaway is that SQL Server rounds time and don't use BETWEEN with a date range. But, this seems such a strange way to do this....

  • RE: Are the posted questions getting worse?

    Derek Dongray (2/16/2009)


    This isn't actually a bad question, but my thought when I read

    louisevb (2/16/2009)


    I have decided to change my career from accounting to Database Developer (BIG change . ....

  • RE: Replacement for "A*" used in Access

    Ivan b (2/15/2009)


    Thanks to both of you.

    I'm sorry for didn't realize that columname means SELECT FROM PersonName WHERE PersonName ...

    Well, how do we go from here:

    I made some applications in...

  • RE: with out using the cursor/while

    Jeff Moden (2/14/2009)


    Lynn Pettis (2/13/2009)


    Jeff, I'm not sure if you are right or wrong still. I ran the following and everything ran fine. Can you suggest any other...

  • RE: with out using the cursor/while

    Jeff, I'm not sure if you are right or wrong still. I ran the following and everything ran fine. Can you suggest any other tests I may want...

  • RE: with out using the cursor/while

    Jeff Moden (2/13/2009)


    arun.sas (2/13/2009)


    Thanks Lynn Pettis

    but if i create the #temp with SLNO identity,then the clustered index realy needed?

    ARUN SAS

    Absolutely. And, since you can't use an index by name...

  • RE: Calling Stored procedure at specific time

    Lowell (2/13/2009)


    dunno why i keep looking at this...

    you can add a trigger on the VIEW to handle the status column....

    rename the original table.

    --add a view that has the old table...

Viewing 15 posts - 22,441 through 22,455 (of 26,484 total)