View Single Post
  (#91 (permalink)) Old
hrbuckley Offline
Thumbs Must Hurt
 
Posts: 193
Join Date: Jan 2006
Model: 9000
Carrier: Rogers
Question Tracking Policy - 05-23-2008, 12:35 PM

Are people getting periodic tracking data in SyncLBS with the tracking policy? If I select location tracking to No, then back to Yes, I get an update in SyncLBS, but none after that

I also found a way to produce CSV files using bcp, here is an example for other MS SQL newbies:
Code:
bcp "select * from Unite.dbo.ITPolicy2" queryout itpolicy2.txt -c -t, -T
I got my old BES Express working again. It runs on a poor Win2K server without many tools so I use the above bcp command to pull out the HandheldBlob in hex.
   
Reply With Quote