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.
Posted by Keith Elder | Posted in MVP10, Podcast | Posted on 24-11-2009
0
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.
Posted by Keith Elder | Posted in MVP10, Podcast | Posted on 24-11-2009
0
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.
Posted by Keith Elder | Posted in MVP10, Podcast | Posted on 24-11-2009
0
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.
Posted by Keith Elder | Posted in MVP10, Podcast | Posted on 24-11-2009
0
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.