Viewing 15 posts - 46 through 60 (of 74 total)
I've had lots of trouble with this half-baked 'feature'.
A couple of dozen monitored instances ended up in an mdw db over 700GB data and 300-odd GB log.
Looking at the code...
Cheers,
JohnA
MCM: SQL2008
December 15, 2012 at 4:46 am
I've interviewed people with high scores in MCTS/MCITP exams and was unimpressed with their actual knowledge (I hope we understand what the real issue is) 😉
PASS videos you can probably...
Cheers,
JohnA
MCM: SQL2008
December 14, 2012 at 6:13 am
Vedran Kesegic (12/10/2012)
4 videos watched, 1000 to go 🙂
I hope to be...
Cheers,
JohnA
MCM: SQL2008
December 13, 2012 at 12:30 pm
I would start by identifying the statements these users run and taking it from there.
Old SQL code may be relying on statements that can only run by sysadmins (results of...
Cheers,
JohnA
MCM: SQL2008
December 10, 2012 at 3:10 am
Michael Valentine Jones (11/13/2012)
Cheers,
JohnA
MCM: SQL2008
November 14, 2012 at 2:52 am
I've already passed the knowledge exam
...now £1300 lighter:satisfied:
Cheers,
JohnA
MCM: SQL2008
November 8, 2012 at 11:14 am
Andy,
You are right - there are two entries for the MCM - I hadn't scrolled down for the other one.:-D
Yep, London it will be.
Cheers,
JohnA
MCM: SQL2008
November 7, 2012 at 7:42 am
Andy,
Thanks for the quick reply.
So is the Prometric site the wrong place to go then? 'Schedule an Exam' leads to the Knowledge exams only
....or is it the Microsoft MCM site...
Cheers,
JohnA
MCM: SQL2008
November 7, 2012 at 7:29 am
Very nice, keep it coming!:-)
Cheers,
JohnA
MCM: SQL2008
July 6, 2012 at 6:42 am
If the db load is mainly OLTP, then you may see gains by adding memory until you have more RAM than the size of the dbs - then you'd probably...
Cheers,
JohnA
MCM: SQL2008
October 11, 2011 at 6:16 am
Yes, I do this with most of the linked server accounts.
After adding it to the DDL role, DENY whatever rights need to be denied.
(In my case I have a script...
Cheers,
JohnA
MCM: SQL2008
April 23, 2011 at 4:04 am
First of all I'd ensure all service packs and cumulative updates have been applied to your Mgt Studio.
I've come across weird bugs that were resolved in CUs
Cheers,
JohnA
MCM: SQL2008
January 12, 2011 at 6:01 am
Thanks for sharing your observation.
Now we know that 'near-enough' may be a long way from 'identical' when it comes to datatypes:-)
Cheers,
JohnA
MCM: SQL2008
January 12, 2011 at 5:43 am
Gail,
exactly, I was just wondering if anyone has come across a script that can query the DMVs for filtered index propositions.
Long shot, I know...:ermm:
Cheers,
JohnA
MCM: SQL2008
November 24, 2010 at 12:33 pm
Rudy,
The code below returns the names of SQLService and SQLAgent accounts.
Works on 2000, 2005 and 2008 as far as I can tell:
DECLARE @NamedInstance bit
IF CAST(SERVERPROPERTY('ServerName') AS varchar) LIKE '%\%' SET...
Cheers,
JohnA
MCM: SQL2008
November 19, 2010 at 8:15 am
Viewing 15 posts - 46 through 60 (of 74 total)