JCooney.NET

Joseph Cooney's Weblog

My Links

Blog Stats

News

I work for:


see also:
Dominic Cooney
Patrick Cooney

Archives

Image Galleries

My GotDotNet Samples

Mobile Phone Bill Reconciliation the Geek Way

Rather than reconcile my mobile phone bill the way a normal person would do it (by say marking off items in the bill with a pen and then totalling up the hilighted items) I reconcile my mobile phone bill the following way:

  1. Download CSV phone bill from provider.
  2. BCP file into SQL Server (DTS - yeuch).
  3. Query a view to see “work related or possibly work related” calls.
  4. Update “phone number” table with new work & non-work numbers.
  5. Iterate over steps 3 & 4 until the number of “unknown“ numbers approaches zero.
  6. Execute query to calculate total.

For uber-geekiness I have already considered:

  • Using biztalk instead of BCP to populate the database (I'm pretty sure this is the approach bill would take)
  • Querying my contacts list in exchange to suck out all those phone numbers (expediting steps 4 & 5)

Can anybody think of any other obvious optimizations I could be doing here? 

posted on Tuesday, November 01, 2005 4:10 AM

Feedback

# Mobile Phone Bill Reconciliation the Geek Way 11/3/2005 2:48 AM Angus Logan

# re: Mobile Phone Bill Reconciliation the Geek Way 11/28/2005 5:11 PM james sherrod

phone bill

Title  
Name  
Url
Security Word (prevent comment spam)
Protected by FormShield
Comments