Viewing 15 posts - 346 through 360 (of 1,271 total)
Sorry to be the bearer of bad news, but it sounds like there is a malfunction in the Prometric system and they are showing people as passing the MCM when...
April 25, 2012 at 11:10 am
@bi (4/4/2012)
Thanks Robert. Can you please explain little bit more why we need to save it in a Source control?
It needs to be stored separated from the database backups. Not...
April 4, 2012 at 9:42 am
Disagree. Maintenance plans are better than nothing, but T-SQL backup scripts are much better. They are portable and easily reproducable. Plus maitnenance plans have had a lot of bugs over...
April 4, 2012 at 8:11 am
I would recommend storing the certificate backup in source control, not in a folder on the server.
April 4, 2012 at 7:52 am
It should always be done using Cluster Manager.
April 4, 2012 at 7:47 am
If you are using contained databases, then users in the database are kept in sync including their logins. Logins that do not map to a database user will not be...
April 4, 2012 at 7:46 am
Just to clarify 1 point: there is a log chain on the mirror database. It has the exact same log chain as the principal. Without it, you wouldn't be able...
April 4, 2012 at 7:32 am
To sum things up:
If you are running asynchronous (safety off) mirroring, the only way to fail over manually is to change the operating mode to synchronous (safety full), wait for...
April 4, 2012 at 7:15 am
Try dropping the existing database and restore without using the REPLACE option.
April 4, 2012 at 7:01 am
I suspect that the reason the ID values cannot be rolled back is because in order to roll them back, it would have to reseed the identity value and other...
April 4, 2012 at 6:47 am
Running out of space on the drive is a symptom, not the cause. You need to look past the symptom to see what caused it. Possible root causes would be...
March 29, 2012 at 9:04 pm
No, wasn't a real question. Was just playing along. 🙂
March 27, 2012 at 10:57 am
Thanks for the explanation, Gail! That makes a lot of sense.
March 26, 2012 at 10:40 am
TheSQLGuru (3/26/2012)
1) it is my understanding that if you alter the schema/indexes of a table the plan cache is flushed of plans that hit that object.
If you modify the schema...
March 26, 2012 at 9:43 am
Viewing 15 posts - 346 through 360 (of 1,271 total)