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?
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...
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.
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...
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.
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...
the original user said "the priv is too big" 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.
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...
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
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.
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...
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...
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 "Invoice!No=...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.