Forum Replies Created

Viewing 4 posts - 91 through 94 (of 94 total)

  • RE: Converting integer to time

    Hi there,

    Hope this helps ^__^

    --131000

    --220000

    --230000

    --500000

    DECLARE @Table TABLE(TimeNumber INT)

    INSERT INTO @Table

    SELECT '131000'

    UNION

    SELECT '220000'

    UNION

    SELECT '230000'

    UNION

    SELECT '500000'

    -- VARCHAR FORMAT

    -- this is recomended for one that records the timer types which exceed 24 hours

    SELECT...

  • RE: Import Information from one table to another

    🙂 Hi there...

    I'm not sure what your problems are but I'll try to help...

    for the download, try downloading SQL Management Studio 2005 express edition, that's what i'm using right now....

  • RE: (o^_') ROOT of all numbers

    LOLZ

    Man, thanks, I forgot about that. I remembered it as 27 raised to the -3 and not 1/3. man , i need t review my lessons T__T.

    I remember doing that...

  • RE: (o^_') ROOT of all numbers

    (T_T) man, sorry, i miss typed the topic description. Its "OTHERS" not "ATHERS" . Sorry, I'm only 3 (O.o)...

    By the way, where can you change the topic description of the...

Viewing 4 posts - 91 through 94 (of 94 total)