Forum Replies Created

Viewing 15 posts - 48,856 through 48,870 (of 59,065 total)

  • RE: Concatentate Column For Duplicate Key record

    Ok... fair trade... I give you a solution... you tell me what you're using to format you code for the code entries on this forum... (please :))

    --=====================================================================================================================

    -- ...

  • RE: BCP Remote Files

    You are correct... BCP can write anywhere that the server can "see". The SQL Server SERVICE must have a Windows Server login that can "see" the UNC path that...

  • RE: sum multiples matrix SubTotals

    marcelo (8/8/2008)


    OK. Per example:

    first matrix

    |jun |jul |aug |total

    aaa | 10 | 20 | 15 | 45

    bbb | 5 | 7 | 10 | 22

    -----+----+----+----+-----

    total| 15 |...

  • RE: Creating a running difference - sort of

    Buzz (8/8/2008)


    Thanks Jeff, good article. My solution definitely fits into that category and would probably only work for a very limited number of rows...not a good solution.

    With that said,...

  • RE: Recursive Queries in SQL:1999 and SQL Server 2005

    Two way street, here... would you mind posting your solution? Thanks. 🙂

  • RE: Beat this - comic relief for the day

    Heh... oh boy... some folks are really gonna hate me...

    Absolutely the dumbest code I've ever seen is....

    SELECT sometestformula from DUAL; :P:P:P:P;)

  • RE: Convert nanoseconds since 1/1/1601

    You mean to tell me that LDAP queries can't change the format of the date?

  • RE: sum multiples matrix SubTotals

    Sum of all individual items plus their sub-totals is always twice as large as the subtotals themselves. Sum everything and divide by 2.

  • RE: Private Emails

    Grant Fritchey (8/7/2008)


    Thanks for all the responses.

    I got one yesterday, I think it was maybe the third one I've received over the years (I'm hardly one of the "go-to" guys)....

  • RE: problems with bulk insert

    Yes... you need "BulkAdmin" privs...

  • RE: Sorting value in a column

    Ankur Bhardwaj (8/7/2008)


    Hi Christopher,

    what is the value of n..........

    I am new to SQL Server.

    Ankur,

    Please see the following link for the answer to that question and, I'm sure, more that you...

  • RE: Creating a running difference - sort of

    Lori Fortner (8/7/2008)


    Statement_num Fees_Due Initials Fees_Billed Credit_Amt

    1007 ...

  • RE: if-else

    murali_babuin (8/5/2008)


    thanks..! i got it. I have another problem now.. how can we pass a perameter to call a function from a stored procedure.. please help

    Two way street here... if...

  • RE: Sum Distinct

    giontech (8/7/2008)


    Is there a way to do sum distinct in reporting services?

    I have a matrix with two column groupings and subtotals for each of them, but I can't find a...

  • RE: BCP Remote Files

    Angel Miranda Nieto (8/7/2008)


    Hello to everyone, I try to explain my problem, i need with BCP utility put a file in remote machine, I writed this script exec master..xp_cmdshell 'bcp...

Viewing 15 posts - 48,856 through 48,870 (of 59,065 total)