Viewing 15 posts - 151 through 165 (of 1,270 total)
Hi Evgeny. Sorry you had problems at the testing center! The two entries for the test indicates that they had a problem getting the exam started at the beginning. When...
September 18, 2012 at 12:19 am
L' Eomot Inversé (9/16/2012)
September 16, 2012 at 5:14 pm
Sergiy (9/16/2012)
Filtering non-updating updates in the WHERE is the right thing to do, as I have said before.
Still not clear why do you think so.
If SQL Server performs the same...
September 16, 2012 at 9:19 am
prettsons (9/9/2012)
The error means: You have at least one corrupt page in the database that's being hit during recovery. This means you can't access...
September 10, 2012 at 8:17 am
The error message indicates that. As opc.three said, CheckDB creates a database snapshot internally. When it creates a snapshot, it has to run crash recovery on the snapshot to ensure...
September 6, 2012 at 9:20 am
That would seem to be a failure creating the database snapshot that DBCC uses. You need to investigate why the database snapshot is failing.
September 6, 2012 at 12:51 am
You should open a case with Microsoft PSS.
Found these 2 relevant Connect items and both point to contacting PSS: http://connect.microsoft.com/SQLServer/feedback/details/529716/problem-with-cannot-find-database-id-0-the-database-may-be-offline and http://connect.microsoft.com/SQLServer/feedback/details/694675/could-not-find-database-id-0-name-dbname-the-database-may-be-offline-wait-a-few-minutes-and-try-again
September 6, 2012 at 12:47 am
History is stored in msdb database in msdb.dbo.dbm_monitor_data. You don't need to delete the history. The monitor job will take care of that for you.
September 6, 2012 at 12:42 am
What exactly are you trying to find out?
September 6, 2012 at 12:34 am
Doesn't sound like a memory leak. You're over-working SQL Agent running linked server queries (which do not use the buffer pool) and it's requiring 3 GB of memory. I would...
September 6, 2012 at 12:33 am
saidapurs (9/6/2012)
Robert is right, change it into run time and one more plus point is incase your Principal server will crash or else updated...
September 6, 2012 at 12:26 am
To be a mirror or principal partner, the endpoint's role has to be either "partner" or "all". Both can be "partner, both can be "all" or one can be "partner"...
September 6, 2012 at 12:22 am
More info please. How are you determining that CDC stops capturing changes?
September 6, 2012 at 12:16 am
It's just a SQL job that runs. If you want to change the run time, edit the SQL job to run a different frequency. The performance impact is negligible.
September 6, 2012 at 12:15 am
When a backup fails to complete, 2 error messages are returned. The one you posted above is the 2nd error message that gets returned. You need to look in the...
September 6, 2012 at 12:13 am
Viewing 15 posts - 151 through 165 (of 1,270 total)