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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by user125

  1. user125

    Reusing Raid 5 Disks

    We have two servers (ML530 G2 and DL380G2) w/ identical HP 10K RPM SCSI drives w/ a raid 5. One is decommissioned and the other will be decommissioned shortly. However, one of the drives on the production server had a drive failure. My hope was to take one of the drives from the decommissioned...
  2. user125

    Reusing Raid 5 Disks

    We have two servers (ML530 G2 and DL380G2) w/ identical HP 10K RPM SCSI drives w/ a raid 5. One is decommissioned and the other will be decommissioned shortly. However, one of the drives on the production server had a drive failure. My hope was to take one of the drives from the decommissioned...
  3. user125

    Data Transfer Rates based on medium

    I had a small debate with a friend on transfer rates based on bandwidth and wanted some clarification. Let say we have two isolated LANS. one 100Mb Network and one 1Gb Network. (both copper) if I transfer one file from point A to Point B using CIFS, would it take the same amount of time on a...
  4. user125

    Need Help conceptualizing a checkin checkout system

    checkout c inner join ( select cameraId, max(checkOutDate) as currentDate from checkout group by cameraId ) t on c.cameraId = t.cameraId and c.checkOutDate = Isn't there three here? checkout, c and t? because its From Checkout, c and t?
  5. user125

    Need Help conceptualizing a checkin checkout system

    SOrry to bring back a old post, I just saw this now after being afk for a while. Jmeckly, thank you for your answer. I'd like to break it down so I can understand it better.. I'm assuming here by your code we have three tables c checkout t What fields does each table have? I'm not to versed in...
  6. user125

    Need Help conceptualizing a checkin checkout system

    Hey guys, Here is what I'm looking for. for example, I have 5 cameras (labeled c1 - c5) and I have 5 users (u1 - u5), I'm trying to build a system where, I can record a checkout date when U1 takes C1 and then record when he checks it in. Thats all fine and simple to do, the part I'm having a...
  7. user125

    Outlook opening up slow only in the morning.

    Hey guys, I have a user who has about 10 project manager's inboxes in her outlook. When she opens it in the morning, outlook freezes. After 2-3 unsuccessful tries, she finally gets on. When I open it up after those 2-3 unsuccessful tries it'll open up fine every single time. I figured it would...
  8. user125

    GAL Display question

    Thanks for the info, but that is when you want to change the display template for 'entering' in data. I'm talking about what you immediately see when you open up the address book. I want to change or add a field there.
  9. user125

    GAL Display question

    Hey guys, When I click the address book, theres a limited amount of fields you can see, such as name, office, business phone, etc. Is there a way to add a field or if not edit a field? Trying to create a display field name called EXT.
  10. user125

    time of day voice mail but with older definity switch

    Hey guys I have a old definity G3v9 and was wondering if this box has the ability to route calls to different voicemails depending on the day. I'd like to have a standard vm greeting from 8am - 5 PM and an out of office voicemail from 5:01 PM to 7:59 AM Is this possible?
  11. user125

    Is there a way to set a global auto archive rule?

    Is there a way I can set a rule or a policy in exchange to push down auto-archive settings? Some users have it set to 6 months other 3 and others 1. I'd like to standardize the whole thing w/o having to goto each machine. Is there also a way to force a manual archive from the server side?
  12. user125

    Want to create a main helpdesk number

    Nevermind, I got it to work thanks.. I noticed though, that it doesn't ring, it just lights up.. anyway to make it ring?
  13. user125

    Want to create a main helpdesk number

    Hey sf0451 I did what you said. I created ext. 888 put it as x port and bridged my phone to that ext. but I get a busy signal everytime I dial the number.
  14. user125

    Want to create a main helpdesk number

    Hey guys, quick question. Theres 3 people in my dept. we all have ext 200,201,202 but I want to have a central number like 888 to ring on the last button of our phones. I know that if I want to create a new ext. I have to add a port number and fill out the approriate info. But I don't want this...
  15. user125

    OWA and Forms Based Auth.

    was thinking of actually using one from godaddy.com They have a basic ssl cert for $20 i believe.

Part and Inventory Search

Back
Top