LessThanDot Site Logo

LessThanDot

A decade of helpful technical content

This is an archive of the posts published to LessThanDot from 2008 to 2018, over a decade of useful content. While we're no longer adding new content, we still receive a lot of visitors and wanted to make sure the content didn't disappear forever.

Applying Kanban to IT Processes (Part 4)

This is the fourth article in a multi-article set that describes the basics of Kanban and explores applying Kanban to IT Processes. Part one provides a basic overview of Kanban and how it is used in manufacturing. The remaining parts explore sample scenarios to help generate ideas for your own environment. Several times in the past week I considered rescheduling this article, but despite overtime, a dead car, potential snow and ice, a virus infection on my wife's computer, numerous small devices failing at home and work, and finally a power outage, we have still managed to get it published.

Read More...

Script Task vs Flat File Connection Management

The Script Task The script task is pretty much the all mighty in terms of what you can do. When you sit there initially with the script task in front of you, you are going to be saying you can write your entire process in this thing. I mean in reality you could. You could open a connection to your source database and start hacking your way to the results, the power is there!

Read More...

Applying Kanban to IT Processes (Part 3)

This is the third article in a multi-article set that describes the basics of Kanban and explores applying Kanban to IT Processes. Part one provides a basic overview of Kanban and how it is used in manufacturing. The remaining parts explore sample scenarios to help generate ideas for your own environment. In this, part 3 of the “Applying Kanban to IT Processes” series, we are exploring the use of Kanban to manage a short-term functional project.

Read More...

The Good, the Bad and the Ugly of Database Design

It really can get bad… Recently I had the pleasure of working on a new database introduced to the environment. This database brought with it the need for some critical reports to be developed in order to properly allow the new business plan to flow. Typically any database and software piece added to the business flow will cause the same two tasks to be deemed critical to the success of the implementation of the system.

Read More...

Dynamic SQL Server connections in Reporting Services

Getting Motivated to make things better… I set out tonight to revamp my SSRS DBA portal and reports. Jason Strate (@StrateSQL) sent me over an index analysis query that he’s been working on and it gave me motivation to get the initial page to my portal redone. If you’re not on Twitter or connected to Jason’s blog, I’d recommend reading and following him. Part of my ‘old’ methods I used in my DBA portal on SSRS had been tied into the SQL Server instances scans I do weekly.

Read More...

php and making a summary and closing tags

The problem for this blog we needed to make some adjustments to the code. One of them was the summary. Because we don’t want our bloggers to write excerpts by themselves, we decided to do it for them (mainly tarwn). To do this we take the original blogpost and cut it off at 600 characters. This works pretty well in php, since there are some functions for this. And this is what we have so far.

Read More...

SQL Query Commenting/Uncommenting Quick Tip

If you have multiple queries in one SQL query file, and you are switching around between which ones you want to run at any one time, there is an easy way to do this. The scenario I’m thinking of is something like when you’re solving a SQL puzzle/challenge and keep trying new ideas and query versions. You don’t want to delete your old queries because they are useful for reference or to copy and paste parts of them, but you don’t want to run them all the time.

Read More...

Introducing SQL Server to Oracle

Over the last few weeks I have been working on the task of bringing an Oracle database into my SQL Server landscape. The basic process that needs to be accomplished is to get this Oracle database pumped into the existing SQL Server structure primarily to address the reporting aspect and requirements. The software that utilizes the Oracle database could easily sit in their own little world without much need for us to go outside that shell but given my completely SSRS reporting structure, there is a need to build off the new data store for the users taking into account the completely native SQL Server backend.

Read More...

Silverlight Partial Classing a Webservice Reference

Hey Folks, Just ran into this minor quirk today, figured I'd share the solution. I have a Webservice that returns an array of a class defined on the server. On the client side, I wanted to extend that class to link it to some GUI elements. Enter the partial class. If you haven't played with Partial Classes before, I'd recommend checking them out. It allows you to build additional functionality into any class.

Read More...

Applying Kanban to IT Processes (Part 2)

This is the second article in a multi-article set that describes the basics of Kanban and explores applying Kanban to IT Processes. Part one provides a basic overview of Kanban and how it is used in manufacturing. The remaining parts explore sample scenarios to help generate ideas for your own environment. In this, part 2 of the “Applying Kanban to IT Processes” series, we are exploring a generic help desk environment and how Kanban helps them improve their image, measurability, morale, and task reaction and completion times.

Read More...