Efficient.  Knowledgeable.  Powerful.

Let’s be honest.  There are a million things that are more fun than sitting with our face mashed up to a computer monitor all day.  Whether we would rather be traveling, reading, fishing, or just killing time at the mall, we need our businesses to provide us the means.

Running our businesses means picking the applications that make us more productive.  It means getting meaningful data out of our systems.  It means building web applications that engage our clients rather than just spit out a static message.

Concord Business Services brings 20 years of software and systems expertise to achieving your technological goals.  And that leads to the business success which allows you to do all of the things that really matter.

Most Recent Articles

SQL Server HTML to Plain Text Function

This week, I had a requirement to convert some HTML text in a SQL column to plaintext and store that plaintext in a different database. I found this solution for html to text, but it’s using a WHILE loop and … Continue reading

Validating a Bank Routing Number on a Web Form

Have you ever had to collect a routing number and bank account number on a web form? I’ve worked on a lot of software where we collected this information (I’ve spent a lot of time on banking systems), but never … Continue reading

SQL Tricks – Remove Interior Spaces

This week, I was given a set of data to import to a database. After the import, I noticed that the source data had lots of unnecessary spaces all over the place. I can, of course get rid of leading … Continue reading