Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 2,452 total)

  • RE: Strored procedure returns different row counts

    Alex koranteng (1/27/2013)


    I have a Select statement based on few joins. When I run it on my development server and test development server, I am getting different rowcounts. I have...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: plz i need help!!!!

    almany_13 (1/27/2013)


    i want the entry for adding 2 value but i want show in the third cloumn all result with null value!!

    need ur help:-)

    Hi...welcome to the site.

    its a bit difficult...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: many to many join and union all

    wtolbert (1/10/2013)


    Thank you J. below is the desired output taken from a different data set that I'm looking for.

    Hi...am a bit busy just at the mo....maybe someone else will...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: many to many join and union all

    wtolbert (1/10/2013)


    bump

    Hi...everyone here provides their time and expertise free of charge ....so please be patient. 🙂

    It will probably help us to help you if you could provide the results you...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: many to many join and union all

    great...look fwd to seeing the scripts

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: DatePart week and year end

    pbaldy (1/9/2013)


    I appreciate your quick reply. I will do that research. The DatePart() function in Access has arguments that let you control this (specifically the "firstweekofyear" argument). ...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: many to many join and union all

    wtolbert (1/9/2013)


    J I am new. Thank you for the welcome. Any pointers will be helpful. SQL Server 7, 2000 is not what I was looking for.

    ok...what version...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: many to many join and union all

    Hi

    seems you are new around here...so a big welcome ...hopefully you will find this site a friendly and helpful resource.

    first off...you have posted in SQL 7 , 2000 forum...is...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: DatePart week and year end

    suggest you search this site (and others) for "Calendar tables"....

    weeks are generally peculiar to the industry/company...there is a lot of help out there if you care to read.

    regards

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Adjacency list / linked list / hierarchical data SELECT

    further reading here may give you some ideas

    http://www.sqlservercentral.com/articles/Hierarchy/94040/

    http://www.sqlservercentral.com/articles/T-SQL/94570/

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Need help using the most efficient aggregation method in SQL Server 2008 R2 to sum up child rows in same table

    steve.pantazis (1/7/2013)


    Yes, agreed. I have a steep learning curve ahead of me, but it's necessary. Thanks again for your contribution.

    Steve

    may be worth your while posting some "base data examples" here...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Need help using the most efficient aggregation method in SQL Server 2008 R2 to sum up child rows in same table

    steve.pantazis (1/7/2013)


    ........ Long story short, we need to rewrite our aggregation routines, and it looks like you're pointing us in the right direction.

    Steve

    I would entirely agree with your comment and...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Need help on Calculating Number of Weekdays per Month

    +1

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Sequential YYYYMM calc problem

    CREATE TABLE [dbo].[mydate](

    [mydate] [datetime] NULL

    )

    INSERT INTO [dbo].[mydate]([mydate])

    SELECT '20121222 00:00:00.000' UNION ALL

    SELECT '20121223 00:00:00.000' UNION ALL

    SELECT '20121224 00:00:00.000' UNION ALL

    SELECT '20121225 00:00:00.000' UNION ALL

    SELECT '20121226 00:00:00.000' UNION ALL

    SELECT '20121227 00:00:00.000'...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: SSIS Division

    karna5999 (1/6/2013)


    How do I evenly divide $10752.00 into 7 In SSIS ?

    (even division of a decimal)

    For example:$102.10 / 2

    Result:-

    ...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

Viewing 15 posts - 1,726 through 1,740 (of 2,452 total)