(Tanel Poder) Here’s a little known feature of Exadata – you can use a Bloom filter computed from a join column of a table to skip disk I/Os against another table it is joined to. This not the same as the Bloom filtering of the datablock contents in Exadata storage cells, but rather avoiding reading
Other News
Enabling the .NET Compiler Platform (‘Roslyn’) in ASP.NET applications
(Damian Edwards) The .NET languages team recently announced the availability and open sourcing of a public preview of “Roslyn”, the new .NET Compiler Platform. This is the long awaited .NET “compiler as a service” that represents the future of languages and compilation for .NET.
NDepend – Static Analysis Tool for .NET Managed Code
(Sampath Lokuge) This article shows how to use NDepend With your ASP.net MVC Application.
Entity Framework 6 Code First Migrations with Multiple Data Contexts
(Shailendra Chauhan) Entity Framework code first migrations allows you to create a new database or to update existing database based on your model classes.
Integrating IBM Integration Bus with WebSphere Service Registry and Repository: Part 2: WebSphere Service Registry and Repository nodes in IBM Integration Bus
(Martin Smithson) Combining IBM Integration Bus (IIB) with WebSphere Service Registry and Repository (WSRR) lets you dynamically retrieve service metadata from WSRR and use it to modify message flow behavior at runtime. This article series shows you how to integrate the two products, and provides sa
Clean Up SQL Server Logins and Users with PowerShell
(Allen White) Unless you’ve got a well-defined strategy to manage SQL Server logins and database users via Active Directory groups (as I usually recommend when setting up SQL Server security), you’re going to eventually find yourself in a situation where you’ll need to clean up logins that don’t hav
Using Private Data To Reason About Inheritance And Sub-Classing
(Ben Nadel) Over the years, I’ve definitely learned to favor composition over inheritance. But, sometimes, I really feel like components should be sub-classed. Of course, that doesn’t mean that my feelings are right. What I’d love is some sort of constraint that makes it easier to reason about sub-c
How to Add TextBox Dynamically Using JavaScript in ASP.Net
(Chandan Sharma) Here, you will see how to create a TextBox upon each button click using JavaScript and CSS.
Finding Primary Replicas for SQL Server 2012 Availability Groups with PowerShell
(Brian P ODwyer) We have numerous SQL 2012 Availability Groups in our environment with more projected to come online. The issue we are faced with is that we want to find which SQL Instance (cluster node) is hosting the Primary Replica. You can use SSMS to find the information either with the DashBoa
Windows Server Administration
I recently had a conversation with people managing windows servers and we got to talking about how the environment has really changed in the last 4 years. The GUI version of Windows Server more closely resembles the Windows 8 look and feel. The Server Manger application is there to make things easier for managing multiple servers from a single endpoint. […]
