(Feodor Georgiev) The Project Deployment Model introduced in SSIS 2012, which was explained in the first part of this series, speeds up the deployment of database projects in which there may be hundreds of SSIS packages per project. Not only that, but deployments can be configured differently for ea
Other News
ASP.NET 5 (vNext) Work in Progress – Exploring TagHelpers
(Scott Hanselman) TagHelpers are a new feature of ASP.NET 5 (formerly and colloquially ASP.NET vNext) but it’s taken me (and others) some time to fully digest them and what they mean.
Enabling Diagnostics in Azure Cloud Services and Virtual Machines : Part – 2
(Bibhu) In my previous post, we got familiar with the way visual studio provides us for setting up diagnostics for an azure role. In this post we will take a look at the diagnostics.wadcfg configuration file, understanding the various sections it has.
Adventures in Angular Podcast and an AngularJS Oslo Meetup
(K. Scott Allen) Last month I did an interview with the Adventures in Angular podcast crew, you can listen here.
MySQL Replication: eGot fatal error 1236Œ causes and cures
(Muhammad Irfan) MySQL replication is a core process for maintaining multiple copies of data – and replication is a very important aspect in database administration. In order to synchronize data between master and slaves you need to make sure that data transfers smoothly, and to do so you need
Index Advanced Compression vs. Bitmap Indexes (Candidate)
(Richard Foote) A good question from Robert Thorneycroft I thought warranted its own post. He asked:
Adding NOT NULL Columns with DEFAULT values – 11G
(Neil Chandler) In Oracle, if we add a column to a table which is NOT NULL, we are allowed to do it directly, in a single statement, as long as we supply a DEFAULT value to populate any pre-existing rows.
HA and DR Solutions for SQL Server Cloud Based Implementations
(Greg Robidoux) SQL Server continues to evolve as new features are added with each release. With these changes database administrators and developers need to rethink the “business as usual” mantra and determine how these new features are a benefit and not a detriment.
Integrating Python and .NET Using IronPython
(Jesse Smith) By using the IronPython runtime library, you can run Python scripts from your .NET application. This article shows you how to get and display feedback to the user from your Python script from within a .NET application.
Getting Started With ASP.Net Web API 2 : Day 10
(Rajeev Ranjan) In this article we will learn about the Self-Host ASP.NET Web API. Without IIS we are able to run our Web API using the Web API self-hosting capabilities.
