Welcome

You have reached the blog of Keith Elder. Thank you for visiting! Feel free to click the twitter icon to the right and follow me on twitter.

How to Get Table Sizes in SQL Server

Posted by Keith Elder | Posted in MVP10, SQL Server | Posted on 25-11-2009

1

Before I get old and forget this little trick I thought I’d blog it. I’m sure someone else out here on the Internets can use it as well.  Especially if you are hosting your database on a hosting company that charges you by the MB and you want to know how much space you are taking up.  Hope it helps.

EXEC sp_MSforeachtable @command1=”EXEC sp_spaceused ‘?'”

Here is a sample of what it returns.

image

Deep Fried Bytes Episode #40: Silverlight 4 and Behind the Scenes at PDC 2009 with Scott Guthrie

Posted by Keith Elder | Posted in MVP10, Podcast | Posted on 24-11-2009

0

 
http://deepfriedbytes.com/podcast/episode-40-silverlight-4-and-behind-the-scenes-at-pdc-2009-with-scott-guthrie/

 

 

What better way to find out what is going on in .Net development than to get it straight from The Gu himself?  We were invited back to PDC 2009 to cover all of the announcements and get the scoop on what the future is for Microsoft developers. We sit down with Scott Guthrie, Corporate Vice President of the .Net Developer Platform, and discuss the future of the web and especially Silverlight 4 and ASP.NET Webforms/MVC. We also discuss some interesting behind the scene moments of PDC.  But the most important question is what is The Gu’s favorite fried food? Listen in to find out!  This is the first of many shows recorded live at PDC 2009, stay tuned for more.

Deep Fried Bytes Episode #39: Building Composite WPF Applications with Claudio Lassala

Posted by Keith Elder | Posted in MVP10, Podcast | Posted on 24-11-2009

0

 
http://deepfriedbytes.com/podcast/episode-39-building-composite-applications-with-claudio-lassala/

 

 

In this episode, we sit down with Claudio Lassala to discuss Composite Applications in Windows Presentation Foundation. We chat with Claudio about how developers can build more robust applications through modular approaches. Composite applications use loosely coupled, independently evolvable pieces that work together in the overall application. Claudio also discusses how Composite applications can allow for better testing and distributed development teams.  Ultimately we talk about Prism for WPF and Silverlight.

Deep Fried Bytes Episode #38: The Present and Future of Workflow Foundation with Brian Noyes – Part 2

Posted by Keith Elder | Posted in MVP10, Podcast | Posted on 24-11-2009

0

 
http://deepfriedbytes.com/podcast/episode-38-the-present-and-future-of-workflow-foundation-with-brian-noyes-ndash-part-2/

 

 

Following up from the first episode, we continue the discussion with Brian Noyes on the current state of Microsoft Windows Workflow Foundation. Brian is working in the community to prepare developers for Workflow 4.0. The guys chatted about how Workflow Foundation benefits other technologies like WCF, SharePoint and SQL Server. Brian also discussed migrating to Workflow 4.0, designing and implementing custom activities, the new rules engine, and debugging workflows.

Deep Fried Bytes Episode #37: The Present and Future of Workflow Foundation with Brian Noyes – Part 1

Posted by Keith Elder | Posted in MVP10, Podcast | Posted on 24-11-2009

0

 
http://deepfriedbytes.com/podcast/episode-37-the-present-and-future-of-workflow-foundation-with-brian-noyes-part-1/ 

 

 

In this episode we sit down with Brian Noyes to discuss the current state of Microsoft Windows Workflow Foundation. Brian is working in the community to prepare developers for Workflow 4.0. We chatted about how Workflow Foundation benefits other technologies like WCF, SharePoint and SQL Server. Brian also discussed migrating to Workflow 4.0, designing and implementing custom activities, the new rules engine, and debugging workflows.