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 strongm 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: *

  1. bigdog92

    Online Backup

    Hello, I am new to sql server 2000 enterprise and i want to do a hot online backup. Is the available with the normal backup option in the enterprise manager?
  2. bigdog92

    AIM BLOW IT UP! HELP Blocking AIM

    i was thinking about putting an entry in their hosts file that would set all aim addresses to their loopback. would that work?
  3. bigdog92

    AIM BLOW IT UP! HELP Blocking AIM

    can anyone please help with blocking aim express? i have aim blocked but they are going behind and using this web based one on me.
  4. bigdog92

    Hack attempts on IMC?

    It sounds like someone is trying to find an open account to gain access to your server with. usually they do this to send spam through. You should turn your logging on for your imc and then go to event viewer and filter out all events except for ones with these id's: This section enables...
  5. bigdog92

    1st post: need to retrieve CEO's mail from last week?

    what he was trying to say is this: Go to the user's computer and open outlook. then clikc on tools --> recover deleted items That should get you what you need.
  6. bigdog92

    Moving 5.5 to a new server, need tips \ help

    hope this helps you out. i did it like a month ago and worked like a charm. INFORMATION ABOUT HOW TO MOVE EXCHANGE TO A NEW COMPUTER WITH THE SAME NAME Preparation 1. Go to the existing exchange server and take note of the location of all the databases (priv, pub, dir) and the location of their...
  7. bigdog92

    Backed up mailboxes with exmerge on MS-Exch 5.5 now users lost contact

    or you could just make a batch file that stops all the exchange services and then copies the priv, pub, and dir .edb files then restarts the services. i find that supposide backup software (arc serve, backup exec etc)is just a waste of money. ntbackup with an offline backup is great imho.
  8. bigdog92

    Can someone look at this? Spammer communication <>

    that is definately someoen telnet into your smtp of exchange. i have never seen the <>, but i would assume if you make sure the relaying is shut down on the server it wouldnt work. you might want to set your ims logging to maxinum and then go to the evnet viewer and filter everything but...
  9. bigdog92

    comb boxes on a form

    i gave up and just used a list box and the user said that was fine. thanks for all the help you did give me though.
  10. bigdog92

    Priv.EDB too big - How to compress it?

    the original user said &quot;the priv is too big&quot; which i then assumed he is using exchange standard with the 16 gig limit. if the priv hits that limit he will have to offline degrag to restart the information store.
  11. bigdog92

    Priv.EDB too big - How to compress it?

    eseutil will recover more space then the online defrag that exchange does. For info on doing offline backup on a computer without exchange see ms article 244525, but for people doing it on the server see article 192185. these articles are at www.microsoft.com click on support then knowledge base...
  12. bigdog92

    Priv.EDB too big - How to compress it?

    if you are going to do it from the exchange server you would run eseutil /d priv.edb (or whatever your priv is called). you need to run this from a command prompt. also like said above have a backup of the database. when we say database you will need the priv.edb, pub.edb, and dir.edb
  13. bigdog92

    Exchange CPU at 100% and unresponsive

    just a thought, have you ran a virus scan on that machine? if you know there is no virus then i would just defrag that database (eseutil /d priv.edb) which is easy but time consuming depending on the size.
  14. bigdog92

    Database/Mailbox size

    there is a database limit on the standard versions of exchange. which like you specified above is 16 gigs. the only way to know the exact size of your database is to an offline defrag, but you can have a good estimate without doing that by just finding your priv.edb and seeing the size. the...
  15. bigdog92

    comb boxes on a form

    if someone else could help me out i would appreciate it, thanks.
  16. bigdog92

    comb boxes on a form

    if i take the code block out of the before update i recieve this: Property let procedure not defined and property get procedure did not return an object (Error 451) Certain properties, methods, and operations can only apply to Collection objects. This error has the following cause and...
  17. bigdog92

    comb boxes on a form

    I entered it into the after update code and now i recieve: Procedure decleration does not match description of event or procedure having the same name. Private Sub Combo151_BeforeUpdate(Cancel As Integer) Dim rs As Object Set rs = Me.Recordset.Clone rs.FindFirst &quot;Invoice!No=...
  18. bigdog92

    comb boxes on a form

    when you say the code behind the combo box do you mean the row source or the control source? i tried: invoice!No = me!combo125.column(0) and invoice!category =me!combo125.column(1) dont know if that would be correct or where to actually put it.
  19. bigdog92

    comb boxes on a form

    hello, i have a quick question hopefully one of you guys can answer. i have a form and one of the combo boxes (which is set up to pull its rows from a table) doesnt put the information in a table. it has field1 and field2 (which its bound to). when you click on the box field1 has unique data...

Part and Inventory Search

Back
Top