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 Chriss Miller 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: despierto
  • Content: Threads
  • Order by date
  1. despierto

    Need Sharp AR-168D ip address

    I inherited an old sharp AR-168D MFP in our lab, and I need to set it up for network printing. Unfortunately I can't seem to find any information in the manuals as to tell how the IP address is configured. They all say "Go to a browser and type in the IP Address..." Great. What IS the IP...
  2. despierto

    public folder vs shared email for website contact

    We just recently set up a new website, and there is the ability for users to send an email about issues they are having with the website. More than one employee will review and respond to these emails, but only one employee should respond to any single email. The question I have (and I should...
  3. despierto

    sbs fax server hiccups

    I have an SBS with the fax configured. We have two fax lines, #1 being the primary, #2 being the secondary rollover line. The faxes are routed to a printer on the network, and we don't copy or email the faxes anywhere. Every once in a while, the fax service hiccups and doesn't print a fax...
  4. despierto

    Removing former employees from Global Address list

    We have several former employees of my company, and currently the policy has been to keep their login account on the system, but change the password and disable the login. The problem with this is that the terminated employee shows up in the GAL when you are using outlook. I tried making a...
  5. despierto

    Multiple group policies for different departments

    Hello, I was wondering if anyone knows how/if I can set up a different group policy for different departments. For example, I have a data entry department where the manager does not want them to be able to do anything except data entry... So no internet, no email, no hope for a better...
  6. despierto

    Keep old (ex-employee) user login

    Can anyone think of any reason (besides oversight) why a company might keep logins for former employees on a database? I'm wondering if, say JimJones is the owner of sp_Acme, and you remove JimJones, what happens to sp_Acme? Any other scenarios, generally vague is fine, that you can think of...
  7. despierto

    WAITFOR DELAY in query analyzer

    Hiya. I am working on a script to be run in query analyzer in which I want to test for a specific instance every x seconds. When I get one of the results I want, (Status is successful, failed, totally failed), I want to kick out of my loop. BUT - I want to see that it is still doing something...
  8. despierto

    where null <> 'string' not retrieving, why?

    Hope that title comes in. I am comparing two fields: FieldA and FieldB. If my SQL looks like this: SELECT pkKey, FieldA, FieldB FROM Table1 WHERE FieldA <> FieldB it only returns rows if FieldA and FieldB are not null. If one or the other is null, the record is not returned. Now, using...
  9. despierto

    overload property in usercontrol

    Okay, so I have a textbox that I want to enable input in on a usercontrol. I do not want the textbox bound to a database, but I do want to do data validation inside the control, i.e. if it is an Int32 type 32.08 is not valid, if it is a decimal 32.08a is not valid. I declared a private...

Part and Inventory Search

Back
Top