Forum Replies Created

Viewing 7 posts - 166 through 173 (of 173 total)

  • RE: new to sql

    SELECT

    JOB

    ,ZIP

    ,SUM(pick) AS PickTotal

    ,SUM([count]) AS CountTotal

    FROM

    YOUR TABLE NAME HERE

    GROUP BY

    JOB

    ,ZIP

    ORDER BY

    JOB

    ,ZIP

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Soft Skills

    Jeff Moden's Three Rules of DBA's.

    I, DBA?

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Soft Skills

    I'm not sure that soft skills necessarily come with time. Yes, to the extent that you can train yourself not to dribble when you drink, or to hit the...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Transfer Data

    SSIS!

    See article listed on SSC Home page - "5 free hours of training"

    http://www.sqlservercentral.com/articles/Training/63567/

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: SSRS - Page Header

    Unless I'm misunderstanding your question, it seems that you should be able to manage this with groups.

    -Group the report on the lowest common detail (in your case, sounds...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Grouping/Summing/Distinct confusion!

    Perhaps a Matrix might be better suited to your requirement, rather than the data table.

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]
  • RE: Report Table of Contents

    I've been searching for the same. Found this fairly hairy workaround - it pertains to SRS 2000, but...

    http://blogs.msdn.com/echarran/archive/2005/11/07/489797.aspx

    fwiw-I've made a cursory inspection of the...

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]

Viewing 7 posts - 166 through 173 (of 173 total)