Viewing 15 posts - 1,606 through 1,620 (of 2,436 total)
oops ...
This is done in EM by right click on SQL Error Logs and selecting properties configure.
December 8, 2005 at 8:21 am
Recycling SQL Server errorlogs to keep them a managable size may help. The basic command is DBCC ERRORLOG. There are scripts posted that check the size and roll it over...
December 8, 2005 at 8:19 am
No. The heart is the only organ non-transplantable in this analogy. Restoration of a user database is like receiving a new kidney, again in this analogy.
December 7, 2005 at 3:06 pm
Use a SQL Maintenance Plan.
December 7, 2005 at 2:15 pm
Unless you can get to the console of the server you'll have difficulties. The only other method of remotely upgrading that works well enough (although not entirely painlessly) is to...
December 7, 2005 at 12:57 pm
Miicrosoft just released a website to help you plan/cost stuff like this:
http://www.microsoft.com/licensing/mpla/programpage.aspx
However, when all is said and done, you'll probably end up on the phone with a MS rep...
December 7, 2005 at 12:52 pm
You should contact your AD folks because the 'trust' relationship that was established could only be a transitory thing - like for the duration of the domain migration. I'd start...
December 7, 2005 at 12:39 pm
'autogrow' is a nice feature but not without it's pitfalls as you've seen. I always use 'autogrow' but in a slightly different manner. I alow database data and transaction log portions of...
December 7, 2005 at 12:36 pm
Could you provide just a bit more information please ? Was the error found in the SQL errorlog or the Windows event log ? Was it issues from EM or...
December 7, 2005 at 12:10 pm
DBCC DBREINDEX (tablename) only produces the following output:
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
As for capturing the output, I use an output file in the...
December 7, 2005 at 11:50 am
Modification of recovery modes for the system databases is not recommended nor supported.
December 6, 2005 at 11:42 am
I would not write this off as a non-issue. Just because it does not impact/affect your application at present, what is to say that it will not in the future....
December 6, 2005 at 10:42 am
One point that was missed ... it concerns recovery ...
Databases are in Recovery mode:
December 6, 2005 at 10:14 am
We had this problem with the MON OnePoint database some time ago and opened up a case with MS. Here's a script provided by PSS for the problem as a...
December 6, 2005 at 10:08 am
Why do you need to monitor database space usage every 10 minutes ? I could see 1 or 2 times a day but every 10 minutes seems a bit on...
December 6, 2005 at 10:01 am
Viewing 15 posts - 1,606 through 1,620 (of 2,436 total)