SQL Data exporting

  We were recently asked to export data from a MS SQL Server to another MS SQL database table. So I thought putting a quick reference for how to do this may help others to export their data.   SELECT * INTO [database].[NewTable] FROM [localTable]  

Fleet Management System

A basic fleet management system used to mean simply tracking where the vehicles in your fleet were using things like GPS Tracking. But today it should be so much more.  Still many if not most of the fleet management systems on the market today still only track where your vehicles are. What more can a… Continue reading Fleet Management System

Published
Categorized as Business

Computer Aided Dispatch for Feild Service

Have you thought about how Computer Aided Dispatch could help your Field Service business? What is Computer Aided Dispatch? Computer Aided Dispatch is simply a highly informed method of dispatching or scheduling your fleet of vehicles (and personnel). It involves people in a dispatch center having the ability to easily view and understand the status of… Continue reading Computer Aided Dispatch for Feild Service

Published
Categorized as Business

Date Wheel for Android

The Good Ol’ Date Wheel You remember the old Date Wheel for calculating delivery dates of your products with the needed lead times.  This is just a new spin on a that for your Android device. With the Lead Time Calculator for Android, your new Date Wheel, there will be no need to go digging through… Continue reading Date Wheel for Android