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 Wanet Telecoms Ltd 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: BenUK
  • Order by date
  1. BenUK

    Log Explorer v Log P.I.

    I looking at both Lumigent Log Explorer and Coherant Software's Log P.I. I notice Log P.I. is nearly half the price of Log Explorer... ...Is Log Explorer worth the extra?
  2. BenUK

    Jobs & Alerts

    Hi all, I'm doing a piece of work looking at Jobs & Alerts in SQL Server, putting together a best practices type document, looking at the best jobs to run, alerts to set up, when to use multiserver jobs, etc, and I'm interesting in finding out what jobs and alerts everyone else has set up (from...
  3. BenUK

    Mirroring live data base on dev server

    Then any of the options would suit. I guess one way of deciding would be to consider how live the data needs to be: If you just need a snapshot of the data with infrequent updates Backup and Restore would be perfectly adequate. If you need frequent updates DTS would be best. If you need near...
  4. BenUK

    Mirroring live data base on dev server

    Back up and Restore is one option, others you may consider include are DTS and Replication. It all depends on your requirements, if you supply more detail I'll gladly let you which may be the best...
  5. BenUK

    Vector Priority vs Skill Level

    So any priorities set on the vector override the priorities set on the skill level.
  6. BenUK

    Vector Priority vs Skill Level

    I have a scenario which I'm finding confusing, we operate with a Skill Level handling preference, but I'm unsure how the following would pan out.... ---------------------------------------- (Vector 100) queue-to Skill A pri m adjust-by 0 (Vector 101) queue-to Skill B pri h adjust-by 0...
  7. BenUK

    Top Skill

    I read the manual... ...It just doesn't seem clear to me :( If there are two skills with priority 1 the first administered skill is the top skill - What does this mean though, does it mean the Top Skill will always be the skill routed to even though both skills are busy?
  8. BenUK

    Top Skill

    NJ - Thanks for your reply, but is there a more exact definition of Top Skill? I need to make sure all calls will be satisfied equally.
  9. BenUK

    Top Skill

    In one of our departments, we have two skills - both variations of customer service, we want both skills to be answered with equal priority. Both skills need to be kept seperate for reporting reasons. Is it as simple as setting all agent skill levels to priority 1 or will one skill always...
  10. BenUK

    Splits Assignment

    Does anyone know if there is a table[s] from which I can list all agents with each split there assigned to. Thanks in advance Ben
  11. BenUK

    Data Control - Good or Bad?

    I am starting a new project, I am going to build a VB FrontEnd, to an Access DB. I have decided to use ADO as the DB will be upgraded to SQL Server within 12 Months. I wanted to if there are any limitations in using the ADODataControl, I used the DAO equivalent a while back in a project based...
  12. BenUK

    All spreadsheets keep hiding first few columns

    Did you or someone else create a macro for a spreadsheet to hide the first three columns and save it to your personal workbook?
  13. BenUK

    Access Combo Box Question

    SELECT DISTINCT [BrandField] FROM [BrandTable]
  14. BenUK

    Flow In / Flow Out

    Should the sum of Flow In (INFLOWCALLS) equal the sum of Flow Out (OUTFLOWCALLS)? In our case it doesn't and I was wondering why this might be?
  15. BenUK

    Inbound AHT & Outbound AHT

    I've done some further digging and have settled on the following inbound formula: I_RINGTIME + I_ACDTIME + I_ACDOTHERTIME + I_ACDAUX_OUTTIME + I_ACDAUXINTIME / ACDCALLS HoldTime captures data for all calls put on hold included non-acd & o/b calls. I_ACDOTHERTIME includes only holdtime...
  16. BenUK

    Inbound AHT & Outbound AHT

    Hi Rich, Thanks for your response, I read the data definitions in the help file and I assumed the same as you, but when I looked at the data I found Holdtime/holdacdtime was consistantly (although not always) higher than ti_othertime/I_acdothertime. Is there an explanation for this? Thanks Ben
  17. BenUK

    Inbound AHT & Outbound AHT

    I am building queries to calculate both Inbound AHT & Outbound AHT, I want to calculate all time associated with IB/OB calls in order to ensure related workforce management software is pulling the right data in order to plan staffing requirements. For the Inbound AHT I have used the following...
  18. BenUK

    Avaya Forums

    I find this forum is really useful, I was just wondering whether there were any other forums that covered Definity aswell?
  19. BenUK

    CMS Report Designer -Subtotals

    How about creating eight different tables all with there own queries, one for each day and the eighth as a grand total. A limitation would be this would only work for a fixed seven day period. (Input would be a single date with each table offset) Have you tried ODBC as an option, you would be...
  20. BenUK

    using dates in query

    HAVING (((table.DATE)>=[Start Date] And (table.DATE)<=[Stop Date]))

Part and Inventory Search

Back
Top