Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: edoherty
  • Content: Threads
  • Order by date
  1. edoherty

    In a cross-tab, how can I replace the Total column w/ a Average column

    I've got a cross-tab containing retail pricing by retailer (columns) and commodity (rows). I've hidden the Total column that contains the totals for each row and would like to replace it w/ an Average column to contain the average for each row's values.
  2. edoherty

    Cross-tab field not dynamically formatting on current data set row

    I've got a cross-tab containing retail pricing by retailer (columns) and commodity (rows). In the data set, each row for a retailer and commodity also has flag to denote that price as an "ad" price or not. I have a simple IF statement checking that value to change the background color of the...
  3. edoherty

    tempdb.ldf growing out of control after server migration

    We upgraded our primary production SQL Server box a few weeks ago from a 2-processor/1-GB RAM/4 year-old server to a 4-processor/2-GB RAM/brand new server. We've consolidated a few more small database onto this new box, but it added less than 5% more transactions and connections. Since the...
  4. edoherty

    Exchange Workflow examples?

    I'm looking into the using the Exchange Workflow Engine for simple routing applications and I'm not finding very much info. or samples on the internet. Can you direct me to some good resources? Is there a reason why this isn't used more?
  5. edoherty

    Verify not working, changes not saved

    I've modified the name of a parameter in a store procedure and am now trying to update the report. When selecting Verify Database, the new paramter name is used when the parameters are requested but after clicking OK I'm not receiving the accept changes window and when I then run the report the...
  6. edoherty

    How do use use COLLATE for search_condition in WHERE clause?

    I've used the COLLATE clause for an expression in the WHERE clause of a SELECT statement. For example, when comparing 2 tables that contain a unique id that's case sensitive: SELECT... FROM... WHERE sdo1.SDO_Unique_Id *= sdo2.SDO_Unique_Id COLLATE SQL_Latin1_General_CP1_CS_AS But how do I...
  7. edoherty

    Is MS SQL 2000 Enterprise Edition a requirement for replication?

    I know SQL 2000 Enterprise Edition is a requirement for Log Shipping. Is MS SQL 2000 Enterprise Edition a requirement for replication? Our SQL servers are Standard Edition. Is there an alternative solution to updating another copy of a database on a remote server on a daily basis (i.e...
  8. edoherty

    Notification Email not working

    We needed to rebuild our reporting server and since it's been rebuilt, everything is working properly, including the distribution of reports via email. But when reports fail, the notification emails are not being sent. I've double checked the recipient list and used the "Check Names&quot...
  9. edoherty

    Backup/Restore APS Scheduler configuration

    For disaster recovery and recovering from simple user errors, how do I backup and restore the APS scheduler configuration (Info Desktop directories, scheduled instances, ...)?
  10. edoherty

    Can you add a Group #1 to a report that already contains Groups?

    Is there a way to add a Group #1 to a report that already contains multiple Groups?
  11. edoherty

    How do you repeat the header of a subreport that spans multiple pages?

    How do you repeat a header of a subreport that spans multiple pages? The header is in the Report Header section.
  12. edoherty

    Can you add additional columns to cross-tabs?

    Is it possible to add additional columns to a cross-tab? I've got a cross-tab that contains Customers as the rows and Retail Weeks as the columns. Besides the volume sold per Cust per RW and Grand Totals, I'd like to add an RW Avg. Vol. column and one for the previous year. Thx in advance!
  13. edoherty

    How do you display headers onto multiple pages (2 questions)

    2 questions: How do you display a header onto multiple pages for a grouping in a subreport that spans multiple pages? How do you display a Page Header onto multiple pages for a single cross-tab of a master report (opposed to a subreport) that spans multiple pages? Thx in advance! Eoin

Part and Inventory Search

Back
Top