Forum Replies Created

Viewing 15 posts - 10,621 through 10,635 (of 26,489 total)

  • RE: Create 15 min inc time matrix?

    tacy.highland (7/19/2012)


    Ok, here's the sample data with the varchars:

    CREATE TABLE #Schedules_RC

    (

    Route INT

    ...

  • RE: Running Total

    jerome.morris (7/19/2012)


    Anybody help me find my error?

    What error(s). All you gave us was this: In VS when I have a query like this it ask me for the dates,...

  • RE: Time Zones

    jbnv (7/19/2012)


    Lynn Pettis (7/19/2012)


    One, you are still generalizing when you say "Americans are stubborn about pragmatic change'. I'm sorry, but you could potentially say this about almost any group....

  • RE: Create 15 min inc time matrix?

    If you post some sample data in the format you are actually using, I can look at how things may need to change in my code.

  • RE: can any one just help help me here i am having 1 table with 1000 of record from that table data i want insert data to five table?

    Here is my suggestion. Build a map showing how the data from the source table maps to the target tables. You can do this using a variety of...

  • RE: Time Zones

    jbnv (7/19/2012)


    You are really taking this personally. Like I said, I am not attacking any particular person or their views, just imploring that this is another case where a change...

  • RE: Create 15 min inc time matrix?

    Here is my take away from all this. Read slower, you (meaning me) may catch things you may other wise miss.

    In general, it is a good idea to start...

  • RE: Create 15 min inc time matrix?

    Then I found this (lost between a couple of other posts, and I just missed it):

    CREATE TABLE #mytable

    (

    ...

  • RE: Create 15 min inc time matrix?

    Or is this what you are talking about? Not sure how I missed it.

    Declare @Schedule table (Starttm datetime, endtm datetime)

    Insert @Schedule values ( '2012-02-16 02:00:00', '2012-02-16 04:00:00')

    ...

  • RE: Create 15 min inc time matrix?

    tacy.highland (7/19/2012)


    I'm confused.

    I followed the instructions listed in the Best Practices link:

    http://www.sqlservercentral.com/articles/Best+Practices/61537/

    And posted the code yesterday at 834pm. Aside from the Set Identity statements (which do err out) it...

  • RE: Create 15 min inc time matrix?

    tacy.highland (7/19/2012)


    I did provide sample data yesterday, though not much. Capn's data was essentially the same anyway. And the sample data actually was in the smalldatetime format, so...

  • RE: Update a table with a column image

    If you haven't gotten any data loaded into this column yet, I'd consider dropping it and recreating it with the varbinary(max) data type. You may also want to consider...

  • RE: Create 15 min inc time matrix?

    Here is the problem, I don't know. You didn't provide any DDL or sample data for this problem. The sample data I used was provided by capn.hector.

    If you...

  • RE: Time Zones

    jbnv (7/19/2012)


    Chris.C-977504 (7/19/2012)


    jbnv (7/19/2012)


    djackson 22568 (7/19/2012)


    jbnv (7/18/2012)


    djackson 22568 (7/18/2012)


    jbnv (7/18/2012)


    Given Americans' obnoxious refusal to use common-sense things like the metric system and dollar coins instead of bills...

    ...

    You don't know me....

  • RE: Create 15 min inc time matrix?

    tacy.highland (7/19/2012)


    This is great stuff. Thanks everyone for your contributions.

    I have another question now. Since we've been using smalldatetime as the startime and endtime format, (but...

Viewing 15 posts - 10,621 through 10,635 (of 26,489 total)