Viewing 11 posts - 1 through 11 (of 11 total)
Use extreme prejudice when and where you run DBCC FREEPROCCACHE! SQL Books Online sums this up quite nicely:
Use DBCC FREEPROCCACHE to clear the plan cache carefully. Freeing the plan...
October 1, 2014 at 10:11 am
Thanks to all the folks who made comments and helped clear up the same questions I had. And thanks Rudy - good to know that mucking about with these...
November 6, 2013 at 7:31 pm
Neil,
Awesome code - thanks! Still trying to get my head around it - lol.
A suggestion: I was looking for a way to get the manager's name as well as...
September 26, 2013 at 9:29 am
Joe Celko is one of the top authority in all things SQL - not just SQL Server - SQL! Newbie you are.
July 18, 2013 at 3:06 pm
Yep - you're preaching to the choir.
April 15, 2013 at 12:38 pm
I spoke too soon - try this instead: http://blogs.msdn.com/b/vascov/archive/2008/09/30/using-performance-dashboard-with-sql-server-2008.aspx
I'm a complete neophyte with DMVs - any additional insight would be gladly welcomed!
Mike
October 4, 2012 at 9:43 am
In your proc GetProcessorUsage, you're referring to a column 'cpu_ticks_in_ms' which doesn't exist in sys.dm_os_sys_info in SQL 2008 - http://msdn.microsoft.com/en-us/library/ms175048.aspx
According to this article, the column has been removed...
October 4, 2012 at 9:29 am
Back to the original statement of "... you shouldn't have installed all that for an evaluation edition" - why not? Isn't that why we have evaluation editions: to see...
September 1, 2009 at 5:40 am
A bowl of M&M's with all the browns removed, maybe?
Hyperbaric chamber!!! Oh, that's bad 🙂
June 26, 2009 at 11:22 am
Franky, thanks for your reply - your suggestions helped get me on the right track.. See my reply to Peter to see what I came up with.
Regards, Mike
December 9, 2008 at 7:05 am
Peter, thanks for your reply; here's what I ended up doing:
1 - In the data flow task, I created a data flow source that pointed to the DB2 database
2 -...
December 9, 2008 at 7:03 am
Viewing 11 posts - 1 through 11 (of 11 total)