Viewing 15 posts - 1,171 through 1,185 (of 1,536 total)
It's a patch for the bug that asks you to re-enter the password of an account when you change any of the permissions through enterprise manager.
May 24, 2004 at 12:03 pm
The error you are getting is due to a network error connecting to the exchange server. This could be because mail was stopped and the period for mail to start...
May 24, 2004 at 8:27 am
When's it due out? (been too busy with my head stuck in the sand trying to figure out my 2k problems to look at 2k5)
May 21, 2004 at 12:26 pm
A quick search suggests a couple of Q articles that may be worth looking at regarding this issue:
http://support.microsoft.com/default.aspx?scid=kb;en-us;827178
May 21, 2004 at 10:50 am
Check you nois.eng file and see if the hyphen is in there, that could skew everything.
May 21, 2004 at 8:46 am
There might be some issues due to the XP firewall installed as a part of SP2, check out the following Q Articles...
http://support.microsoft.com/default.aspx?scid=kb;en-us;841251
http://support.microsoft.com/default.aspx?scid=kb;en-us;841252
May 21, 2004 at 8:43 am
Are you able to use the maintenance plan to backup that database to a different drive on the same server?
May 20, 2004 at 1:08 pm
Rather than restarting you would be better served by setting the database into single user mode before attempting the restore and then resetting it back to multi user mode afterwards...
--Before...
May 20, 2004 at 12:03 pm
The databases that back up correctly using the maintenance plan, are they backed upt to the same location? Have you checked and confirmed that that directory structure exists?
May 20, 2004 at 11:20 am
Check out http://www.4guysfromrolla.com/webtech/041800-1.shtml for some starter ideas.
May 20, 2004 at 11:11 am
The reason that you are getting the problem is not so much that the log is full, more likely you are running some query that is growing tempdb until the...
May 20, 2004 at 11:04 am
I would add the DTS to a job and run sp_start_job (you could also use xp_cmdshell to execute a dtsrun command but not recommended)
May 19, 2004 at 1:50 pm
What exactly do you mean by restart a database? Do you mean to kill all current connections to leave it "clean"? Detach a database and reattach it? Set the database...
May 19, 2004 at 1:46 pm
Try adding select permissions for those users to the msdb..sysjobschedules table.
May 19, 2004 at 12:38 pm
Viewing 15 posts - 1,171 through 1,185 (of 1,536 total)