Viewing 15 posts - 376 through 390 (of 1,271 total)
You're making unfounded claims that defame the program and its members. Since I'm both (PM of the program and an MCM), I'm doubly offended by your unfounded claims. Even worse,...
February 15, 2012 at 12:28 pm
I checked out all of those sites you provided links to, and none of them are selling MCM brain dumps. On the contrary, they are selling simulations that their experts...
February 15, 2012 at 12:11 pm
No, I'm quite serious. Please feel free to purchase the so called MCM materials those sites offer. I assure you that it won't help you pass.
If someone is offering to...
February 15, 2012 at 11:57 am
Very well said, Steve. One of my favorite interview questions is to ask someone who is certified how they prepared for the certification exams. It gives me insight into how...
February 15, 2012 at 10:18 am
There are no brain dumps for the MCM. We have taken considerable steps to ensure that is not possible.
If you feel otherwise please point these alleged brain dumps out. I...
February 15, 2012 at 9:37 am
Just to reinforce what others are already telling you, that error means that a SQL process tried to use memory outside of the buffer pool but there wasn't enough memory...
February 6, 2012 at 3:00 pm
It doesn't have to have huge transactions. If you're not backing up the log, it adds up. Obviously it is that busy because the log had to grow.
February 2, 2012 at 9:43 am
My general rule of thumb is that you should back up the log AT LEAST every half hour. If the database is busy, then do it more frequently. The busier...
February 1, 2012 at 1:03 pm
Yes, I agree. Shouldn't be any harm in unchecking it.
December 20, 2011 at 10:17 am
You can't drop a user that owns schemas. You have to change the schema owner first. Expand the schemas tab and change the owner of each schema.
December 20, 2011 at 10:11 am
Make sure you are not logged in as the user when you are trying to change their permissions.
Don't uncheck public. Leave it checked as well.
December 20, 2011 at 10:01 am
Full privileges would be the db_owner database role.
December 20, 2011 at 9:41 am
You checked every single role for the user? So, you gave them (for example) db_datareader access and db_denydatareader access. A DENY (almost) always overrides a GRANT.
December 20, 2011 at 9:39 am
I have seen this before, but it resolved for me by taking another full backup. It's a bug but not a harmful bug. it doesn't indicate corruption.
December 6, 2011 at 9:52 am
Did you attempt what I recommended? (create a snapshot manually and run DBCC CheckDB on the snapshot directly).
November 30, 2011 at 4:41 pm
Viewing 15 posts - 376 through 390 (of 1,271 total)