This series of posts is going to be a slight departure from normal in that it won't be showing you any code. We are going through the process of designing a CMDB (that's a Configuration Management Database) to hold details for all the systems (500+) that we administer. The point of this post is to, by means of an example, show you the sort of questions you should be asking yourself when you put together a CMDB.So let's start with a description of...
Friday, August 16, 2013
Designing and Building your CMDB, Part 1: From System Description To Configuration Items
Posted on 3:33 AM by Unknown
Tuesday, August 13, 2013
PL/SQL: Dynamically Building Your Data Archive
Posted on 7:53 AM by Unknown
The purpose of this blog post is just to outline a design I put together as part of an internal project for dynamically building a data archive using rules based on the source data being fed into the system. It's far from complete but I think it highlights an interesting way of building an archive for your data when you don't know when you're doing the designing exactly what data you will be putting into it.THE PROBLEMAt the moment in order to put...
Friday, June 21, 2013
Testing SMTP Connections Using Telnet
Posted on 7:32 AM by Unknown
Normal 0 false false false EN-GB X-NONE X-NONE ...
Thursday, May 16, 2013
SSRS: Searching The Reporting Database - Which Reports Include Subreport XXX?
Posted on 3:36 AM by Unknown
I've been tasked with splitting several existing reports into two (one for one set of users, one for a different set) and while I was looking at using Linked Reports unfortunately the software program that actually does the pushing out of the reports to the end-users doesn't support Linked Reports.There also doesn't seem to be a "Dependencies" link which would allow me to see what reports are dependent on the Sub report I've been asked to change.Digging through various SQL examples that are out there there didn't seem to be anything to do exactly...
Wednesday, May 1, 2013
Excel 2013: Getting Data From Parametized SQL Query (vs SQL Server)
Posted on 3:50 AM by Unknown
I would have thought that dragging in data from SQL Server into Excel (both Microsoft products) would be easy - and it is if you're looking to drag in entire tables, views, etc. But if you want to do something a little more complicated with parameters it becomes a lot harder and less intuitive to get it to work.The example below shows how to get the ExecutionLogs from a SQL Server instance between two dates. I'm going to use Excel 2013 as it's...
Tuesday, April 30, 2013
EasyPush: Creating Member Groups To Control iPad Experience
Posted on 6:34 AM by Unknown
This blog covers how to setup and configure Member Groups to control the distribution of content within the EasyPush iPad Application.The first step is to login to the administrative console (back-end);EasyPush: Umbraco Admin InterfaceClick on the "Members" section in the bottom left;EasyPush: Members SectionThe bit we're interested in is the node titled "Member Groups". If you click the triangle you'll see the groups already configured on the server....
Thursday, April 18, 2013
MobileIron: Removing a Deployed Application From iPads
Posted on 3:22 AM by Unknown
This is a simple quick guide to how to remove an application you are already deploying via MobileIron. This is useful if you need to remove an application urgently but don't want to delete it or if, like us, you are using Active Directory groups to control deploying the application but can't wait until AD replication has caught up to remove the application.Log into MobileIron click on the APPS & CONFIGS tab, then “App Distribution”, select “iOS”...
Tuesday, April 16, 2013
Lot Genealogy, Part 3: Debugging Lots and Batches
Posted on 8:20 AM by Unknown
As you might have noticed I've just updated the LOT_GENEALOGY source code for this project to a new version following the discovery of a bug where the product of a batch is two different item numbers. This is a rare occurrence in our system, which is why it went undetected for so long, but it might not be in yours.Rather than dwell on that I thought I'd talk about exactly what the process was that led to us discovering the fixing the error.The first...
Subscribe to:
Posts (Atom)