This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/support/datainit/MyDrivingDB-SampleTripData.sql

3099 lines
1.7 MiB
MySQL
Raw Permalink Normal View History

2022-11-03 20:41:13 +00:00
/*
This script performs its actions in the following order:
1. Disable foreign-key constraints.
2. 4. Perform INSERT commands.
3. Re-enable foreign-key constraints.
Please only run once - duplicate entries will ensue otherwise :)
*/
SET NUMERIC_ROUNDABORT OFF
GO
SET XACT_ABORT, ANSI_PADDING, ANSI_WARNINGS, CONCAT_NULL_YIELDS_NULL, ARITHABORT, QUOTED_IDENTIFIER, ANSI_NULLS ON
GO
/*Pointer used for text / image updates. This might not be needed, but is declared here just in case*/
DECLARE @pv binary(16)
BEGIN TRANSACTION
SET IDENTITY_INSERT [dbo].[factMLOutputData] ON
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (1, N'250fa603-031a-4321-99be-6f7536f5f200', N'ismihan-mk', N'3/12/2016 9:47:29 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (2, N'3c39a0ca-ce61-441c-b54c-2414c47fd616', N'ismihan-mk', N'3/12/2016 8:15:01 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (3, N'805780fe-8681-4777-82e4-6013da0ce470', N'davecraw-mk', N'3/12/2016 3:01:04 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (4, N'f52d3886-6748-4238-bfe8-6d60e0ee8b22', N'ismihan-mk', N'3/12/2016 10:56:33 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (5, N'003fc3f0-bd9b-4673-bd33-a343940a326d', N'1', N'3/20/2016 8:11:06 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (6, N'14cb073b-f148-464e-96a1-6548208824f8', N'1', N'3/20/2016 4:10:57 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (7, N'24c84e2d-ccd3-4e5d-af45-cf4361911c1d', N'1', N'3/20/2016 4:10:52 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (8, N'2a203a61-9464-4682-8508-5b70baede7f7', N'1', N'3/20/2016 8:10:25 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (9, N'322ecd58-f903-4e95-ae8f-cb6d690ea5ba', N'Facebook:203538940012375', N'3/20/2016 12:24:58 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (10, N'3311f8ea-a8e4-4c3e-a0d2-2bd4943f6183', N'1', N'3/20/2016 4:11:09 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (11, N'3677a316-2e44-4f4c-8294-e20684ec3e17', N'Facebook:203538940012375', N'3/20/2016 7:58:24 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (12, N'38056345-39a2-474d-b5e4-18b978647470', N'Facebook:203538940012375', N'3/20/2016 7:59:38 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (13, N'522b5c31-0750-4c61-8f68-42bcd6af123b', N'Facebook:203538940012375', N'3/20/2016 6:47:56 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (14, N'69947721-da34-4c8f-af4b-54e4f7e69f00', N'Facebook:203538940012375', N'3/20/2016 8:46:23 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (15, N'7628c48a-12bc-4fef-8b9f-9e2c32739d7c', N'1', N'3/20/2016 4:10:35 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (16, N'79cad820-1ead-494b-be15-1a65bf342db8', N'Facebook:203538940012375', N'3/20/2016 7:37:35 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (17, N'7a4f1137-a99a-48e7-bfa3-6a1037bcb449', N'1', N'3/20/2016 8:11:09 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (18, N'7ddcffb7-1351-46ea-bd62-63232a541625', N'Twitter:19249356', N'3/20/2016 11:06:20 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (19, N'81200e11-e4f8-40fc-a1cc-14848c388e46', N'1', N'3/20/2016 10:15:36 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (20, N'814609ee-7b7a-4d32-9492-d2b2fddf49f8', N'Facebook:203538940012375', N'3/20/2016 5:41:23 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (21, N'86e6e92b-a239-4e72-a8b2-802dafd1ff8a', N'Facebook:979553468780247', N'3/20/2016 10:54:20 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (22, N'878e22d4-c451-4e0a-ac42-bf60b1ce9237', N'Facebook:203538940012375', N'3/20/2016 8:45:35 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (23, N'8b8a8351-e0e6-489f-a3e3-8f0e2d6e7025', N'1', N'3/20/2016 2:00:38 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (24, N'911a01c5-a5a4-4d12-988d-23fa44c88953', N'1', N'3/20/2016 8:10:23 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (25, N'976a8901-e800-4c9d-a364-68fadf8f5ae5', N'1', N'3/20/2016 8:10:24 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (26, N'98346ebc-96e7-4f8a-baf7-633a1e88344b', N'1', N'3/20/2016 8:10:50 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (27, N'a0eb0031-c4af-4049-b225-798e3b08c8e1', N'Facebook:203538940012375', N'3/20/2016 6:07:02 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (28, N'af3beb3a-4238-43e5-9a23-f6dc43e4ed10', N'Facebook:203538940012375', N'3/20/2016 8:45:50 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (29, N'b0132ff6-8e92-4d7b-a6b3-0ceaef3f9afb', N'1', N'3/20/2016 12:03:00 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (30, N'b1bdbefa-2833-4225-bde2-550041fbdaea', N'1', N'3/20/2016 4:11:17 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (31, N'b4ce58cd-2191-470b-9454-bf4447b40d35', N'Facebook:203538940012375', N'3/18/2016 11:51:19 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (32, N'b58afdba-f60b-42ae-bca9-8c4d7f74c6be', N'1', N'3/20/2016 4:10:56 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (33, N'b8a3500c-89df-47a0-9a22-381e5acf3575', N'1', N'3/20/2016 8:10:59 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (34, N'b94dca78-6859-47f5-bef1-a7f679bbaf89', N'1', N'3/20/2016 4:10:47 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (35, N'c05899dd-267b-453b-b244-69445f71e3ce', N'1', N'3/20/2016 8:10:28 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (36, N'c08d750e-d7e5-4afc-9514-dfb258f01a94', N'1', N'3/20/2016 8:11:01 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (37, N'c0dcda52-a310-4632-ab77-94e783a8b2f0', N'Facebook:203538940012375', N'3/20/2016 9:23:19 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (38, N'c6e149b4-ff1e-45d5-bbed-26bf42c5c115', N'Facebook:203538940012375', N'3/20/2016 6:45:49 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (39, N'd2f1b183-44e9-48fa-8c29-a8374c797490', N'1', N'3/20/2016 4:10:37 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (40, N'd7455553-bce5-4207-ab91-94e650562f81', N'1', N'3/20/2016 8:10:44 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (41, N'da877def-9408-4852-b71b-bf1b109c105c', N'1', N'3/20/2016 8:10:47 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (42, N'e6f97648-f834-42a6-8451-53651bec0eed', N'Facebook:203538940012375', N'3/20/2016 8:43:53 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (43, N'f064e7f8-8e35-48e7-aa66-cc936486f9a2', N'Facebook:10156612592435524', N'3/20/2016 2:47:04 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (44, N'f09627ce-5efc-4977-8172-855545334c58', N'1', N'3/20/2016 4:10:39 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (45, N'f21413fb-d216-47e4-8b72-bf2ea7a2e7ef', N'1', N'3/20/2016 4:11:23 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (46, N'f50dad83-430e-4e19-a959-647ba75bdfb1', N'Facebook:203538940012375', N'3/20/2016 8:46:03 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (47, N'02f0a19c-4121-4996-b2e2-a529a8e737ab', N'1', N'3/19/2016 10:21:25 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (48, N'05db1563-c0c0-47be-a114-808d0f9c7435', N'1', N'3/19/2016 8:10:53 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (49, N'09229929-3d12-4b08-b7ff-c6404a3a9698', N'1', N'3/19/2016 8:30:01 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (50, N'0bdc6eab-fe13-4b10-86de-da622ee11b0f', N'1', N'3/19/2016 8:30:15 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (51, N'0bf56b26-4d3f-4fbd-80fa-bd7287301cdc', N'1', N'3/19/2016 8:30:03 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (52, N'102af4de-72ca-4023-b574-936057ea0d98', N'1', N'3/19/2016 10:21:24 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (53, N'135de4f7-8365-4548-9ff1-3f224ccc240e', N'Twitter:19249356', N'3/19/2016 11:21:18 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (54, N'19ccdb5f-41c3-4b91-8dbb-69275c772a6a', N'Facebook:979553468780247', N'3/19/2016 12:51:36 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (55, N'27e39c5b-e333-422c-8717-6fa01342f6b3', N'Twitter:19249356', N'3/19/2016 8:06:44 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (56, N'27f01ca7-0bfa-4dd6-bf2a-689399335360', N'1', N'3/19/2016 8:31:15 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (57, N'288fe3a6-6af0-435e-b01b-79f33824f667', N'Facebook:108531336210491', N'3/19/2016 12:34:33 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (58, N'2b893449-0dfc-4c6d-a1d1-2f0c7752867f', N'1', N'3/19/2016 5:06:50 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (59, N'2d67bdb9-49df-429c-b1c1-bfa2b1850f40', N'1', N'3/19/2016 4:11:16 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (60, N'318f8f3f-2399-4775-8795-87561ee5b0c1', N'Facebook:160614340995675', N'3/19/2016 3:58:34 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (61, N'324e0f75-d835-4e70-9366-8662a831145e', N'Facebook:203538940012375', N'3/19/2016 12:30:01 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (62, N'335fd0c4-bb7f-42d7-85b8-6d7f89b3c62f', N'1', N'3/19/2016 7:57:59 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (63, N'3518243b-58b0-4a5f-bedf-8a5ea2c86f9a', N'1', N'3/19/2016 8:30:27 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (64, N'35fdc5de-e8a2-4173-bb56-3e8c75ad229f', N'1', N'3/19/2016 10:21:03 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (65, N'39f11bb6-9d13-43b6-b73a-c6863f2f7a38', N'1', N'3/19/2016 4:10:25 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (66, N'452d71ba-967c-431b-a801-128b39d1740a', N'1', N'3/19/2016 8:37:36 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (67, N'47f40c3e-6aa5-4da4-86a1-4cc786796843', N'1', N'3/19/2016 8:37:21 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (68, N'48c4544c-4e56-4606-929b-e998b7356ef5', N'Twitter:19249356', N'3/19/2016 10:54:43 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (69, N'4a806886-2fd1-41d9-9313-4965b98b2c27', N'1', N'3/19/2016 8:29:05 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (70, N'4b517c92-bea2-4cfa-a373-e7c19b9afcac', N'1', N'3/19/2016 9:28:05 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (71, N'4b7d82f4-9cb3-4b8d-9983-bf83d1fa33c8', N'1', N'3/19/2016 5:56:11 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (72, N'507bef68-5379-45b2-8aeb-682968d79015', N'1', N'3/19/2016 8:30:27 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (73, N'51eeac6a-cbb2-4054-a34a-7c9db20671ea', N'Facebook:203538940012375', N'3/19/2016 12:13:36 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (74, N'52ce8f00-dc36-493b-adf3-64e18dbcd4b1', N'1', N'3/19/2016 10:21:03 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (75, N'52faaf07-6b8c-4b9a-831e-022bb1d10282', N'1', N'3/19/2016 8:49:18 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (76, N'53a68cb9-3967-4954-bef3-a212ea4856c9', N'Facebook:1047585061949223', N'3/19/2016 2:15:36 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (77, N'5597d06f-4451-4f04-b2ae-05898e79eb7f', N'1', N'3/19/2016 10:21:23 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (78, N'55a7438d-bdf8-4f96-bf51-4ad05f4191cd', N'1', N'3/19/2016 9:28:18 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (79, N'566de02b-b8cf-4806-8e03-6691d1f6f33b', N'1', N'3/19/2016 7:56:14 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (80, N'5f710ba2-9f15-4470-bfe1-8fa8c5174006', N'Facebook:1047585061949223', N'3/19/2016 2:07:35 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (81, N'5f96d65a-2fd1-425d-b938-4c2bb409777f', N'Facebook:203538940012375', N'3/19/2016 10:21:20 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (82, N'64588dd6-e501-4648-bfde-c612177889fe', N'1', N'3/19/2016 4:11:50 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (83, N'6770de7e-e717-428c-a484-29960a9f4b10', N'1', N'3/19/2016 8:30:14 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (84, N'68c0c20c-eb5e-451c-99ad-e66329b7dd62', N'Facebook:203538940012375', N'3/19/2016 12:04:53 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (85, N'741ca0ee-c8c4-4c13-b237-540766333196', N'1', N'3/19/2016 9:28:27 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (86, N'7a6149e0-8967-477c-b977-099d34db13a0', N'1', N'3/19/2016 4:11:01 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (87, N'88297fd1-3040-42dc-8656-8ed2b40a818c', N'Facebook:203538940012375', N'3/19/2016 7:44:04 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (88, N'8a22e170-252f-46e3-b94c-6c07e970b312', N'Facebook:203538940012375', N'3/19/2016 12:23:16 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (89, N'91086ba0-a6b8-4990-83d8-6d120466d22d', N'Facebook:979553468780247', N'3/19/2016 10:05:33 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (90, N'946dbd4a-765b-459d-af9f-72ad7a4bbc94', N'1', N'3/19/2016 8:14:07 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (91, N'96f3ce7f-f902-4f86-9cb8-f3b4e4e5bbdc', N'1', N'3/19/2016 8:22:02 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (92, N'98264fd3-7af5-4b35-be95-90fa718bc284', N'1', N'3/19/2016 4:10:59 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (93, N'9918c8c4-2427-40c4-96ce-19b6e7dfd532', N'1', N'3/19/2016 7:55:13 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (94, N'9963fd65-3488-4cce-b810-3967efda4577', N'1', N'3/19/2016 8:30:31 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (95, N'9b3fc6b7-6a2c-49ed-a197-85355d59b32c', N'Facebook:108531336210491', N'3/19/2016 3:46:33 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (96, N'a35d18c2-5dda-4c4d-ad9e-dd8136079ff5', N'Facebook:203538940012375', N'3/19/2016 4:34:15 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (97, N'a5e087d2-289c-4d22-ad89-97d69b208400', N'1', N'3/19/2016 9:28:45 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (98, N'a95cc2ea-f8e4-4616-a25b-e591f720d6de', N'1', N'3/19/2016 10:21:21 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (99, N'b08135e2-a3b4-4d61-9988-883fcc707a61', N'1', N'3/19/2016 7:56:22 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (100, N'b158f1d4-6376-4859-a9d6-66f1b7e70840', N'1', N'3/19/2016 4:11:35 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (101, N'b5580b7b-b95c-4c8c-82ee-ab9b1a598af3', N'1', N'3/19/2016 10:20:53 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (102, N'b5e16315-4a20-44d3-a207-ee3582271795', N'Facebook:1221443151217187', N'3/19/2016 6:18:26 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (103, N'bbeb5e77-7815-419a-9315-db887f00ba95', N'1', N'3/19/2016 10:21:11 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (104, N'bdacff24-3981-4acf-905b-3f2ed6582764', N'1', N'3/19/2016 4:11:38 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (105, N'c4ccb675-b7f9-4e51-96c0-dc24fc3a327e', N'1', N'3/19/2016 9:28:42 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (106, N'c5aaf97f-1092-4b16-8332-28d21e0bf465', N'1', N'3/19/2016 8:30:54 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (107, N'c6beb9de-4231-44b0-bb26-5a03969e7d4b', N'Facebook:1047585061949223', N'3/19/2016 2:46:43 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (108, N'c8596bf1-6a8a-4186-a85d-966e8a00bce6', N'1', N'3/19/2016 8:30:58 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (109, N'cade5c47-6380-4c29-8116-6179db668d7b', N'Twitter:19249356', N'3/19/2016 11:26:50 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (110, N'cb3ad9cd-44b7-452e-8356-3eace54fd7d2', N'Facebook:203538940012375', N'3/19/2016 6:30:01 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (111, N'cd7ba09d-0c10-4969-8f5d-4e41b4e1f849', N'1', N'3/19/2016 9:28:36 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (112, N'd51f0747-5c39-4b5a-a29c-62b7c46f1480', N'1', N'3/19/2016 7:56:01 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (113, N'd5efd317-9eb9-46da-9650-e4ba142166cb', N'1', N'3/19/2016 9:28:18 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (114, N'd5f4808c-4910-4160-8401-2bf028182a42', N'Facebook:1221443151217187', N'3/19/2016 10:45:52 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (115, N'd5f5b615-a545-4110-812c-7e02c46c16c4', N'1', N'3/19/2016 7:55:37 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (116, N'e0bb996e-d0f4-4748-b9f3-1cc203fd0c50', N'1', N'3/19/2016 4:11:06 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (117, N'e1511f69-c0a2-4563-98fc-fa4c7fd90146', N'1', N'3/19/2016 7:55:50 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (118, N'e470f3fe-b90b-43ac-8c7d-b5d174a2a5a1', N'1', N'3/19/2016 8:30:35 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (119, N'e756ced7-d63a-45f3-b820-bcc9678b9bbc', N'1', N'3/19/2016 7:55:50 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (120, N'e784de92-a01e-49b1-bfd9-bdc61efe000d', N'1', N'3/19/2016 8:37:40 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (121, N'ed216364-78cc-4c83-8c70-e2e02b5ef412', N'Facebook:203538940012375', N'3/19/2016 12:26:37 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (122, N'eef727f2-c980-404b-b29e-b19e60495779', N'1', N'3/19/2016 7:56:06 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (123, N'f1c7aad3-daa6-43d4-951b-931c78f2c81f', N'1', N'3/19/2016 4:11:02 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (124, N'f3d49a1e-abca-4081-a6f3-1738cf37bf77', N'1', N'3/19/2016 10:21:02 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (125, N'f4be8138-ee67-4ddc-bbd7-d0f5b752cbd0', N'1', N'3/19/2016 9:28:48 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (126, N'f73354b1-5bb3-4f61-85a6-92b950d70481', N'Facebook:108531336210491', N'3/19/2016 2:55:43 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (127, N'f96142e7-1ecc-4373-a7b7-351845fec052', N'1', N'3/19/2016 8:37:16 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (128, N'fa30cf97-6af6-4b70-9ca4-44f75d446f41', N'1', N'3/19/2016 9:28:17 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (129, N'fbb1a1e1-29e4-404b-aec7-fcca09592e72', N'1', N'3/19/2016 7:55:42 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (130, N'fc677760-557c-40b8-b328-b45dcd833f22', N'Facebook:1047585061949223', N'3/19/2016 2:19:26 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (131, N'fd31c6d9-3432-47ba-b6bd-392bae1029e3', N'1', N'3/19/2016 7:56:10 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (132, N'fd7b0769-cdc6-4792-8805-1c282fe6194c', N'Facebook:1221443151217187', N'3/19/2016 6:05:32 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (133, N'fff6151f-dfb7-400c-a112-1d0b1d401e41', N'1', N'3/19/2016 4:14:35 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (134, N'003fc3f0-bd9b-4673-bd33-a343940a326d', N'1', N'3/20/2016 8:11:06 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (135, N'14cb073b-f148-464e-96a1-6548208824f8', N'1', N'3/20/2016 4:10:57 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (136, N'24c84e2d-ccd3-4e5d-af45-cf4361911c1d', N'1', N'3/20/2016 4:10:52 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (137, N'2a203a61-9464-4682-8508-5b70baede7f7', N'1', N'3/20/2016 8:10:25 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (138, N'322ecd58-f903-4e95-ae8f-cb6d690ea5ba', N'Facebook:203538940012375', N'3/20/2016 12:24:58 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (139, N'3311f8ea-a8e4-4c3e-a0d2-2bd4943f6183', N'1', N'3/20/2016 4:11:09 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (140, N'3677a316-2e44-4f4c-8294-e20684ec3e17', N'Facebook:203538940012375', N'3/20/2016 7:58:24 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (141, N'38056345-39a2-474d-b5e4-18b978647470', N'Facebook:203538940012375', N'3/20/2016 7:59:38 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (142, N'522b5c31-0750-4c61-8f68-42bcd6af123b', N'Facebook:203538940012375', N'3/20/2016 6:47:56 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (143, N'69947721-da34-4c8f-af4b-54e4f7e69f00', N'Facebook:203538940012375', N'3/20/2016 8:46:23 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (144, N'7628c48a-12bc-4fef-8b9f-9e2c32739d7c', N'1', N'3/20/2016 4:10:35 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (145, N'79cad820-1ead-494b-be15-1a65bf342db8', N'Facebook:203538940012375', N'3/20/2016 7:37:35 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (146, N'7a4f1137-a99a-48e7-bfa3-6a1037bcb449', N'1', N'3/20/2016 8:11:09 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (147, N'7ddcffb7-1351-46ea-bd62-63232a541625', N'Twitter:19249356', N'3/20/2016 11:06:20 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (148, N'81200e11-e4f8-40fc-a1cc-14848c388e46', N'1', N'3/20/2016 10:15:36 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (149, N'814609ee-7b7a-4d32-9492-d2b2fddf49f8', N'Facebook:203538940012375', N'3/20/2016 5:41:23 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (150, N'86e6e92b-a239-4e72-a8b2-802dafd1ff8a', N'Facebook:979553468780247', N'3/20/2016 10:54:20 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (151, N'878e22d4-c451-4e0a-ac42-bf60b1ce9237', N'Facebook:203538940012375', N'3/20/2016 8:45:35 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (152, N'8b8a8351-e0e6-489f-a3e3-8f0e2d6e7025', N'1', N'3/20/2016 2:00:38 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (153, N'911a01c5-a5a4-4d12-988d-23fa44c88953', N'1', N'3/20/2016 8:10:23 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (154, N'976a8901-e800-4c9d-a364-68fadf8f5ae5', N'1', N'3/20/2016 8:10:24 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (155, N'98346ebc-96e7-4f8a-baf7-633a1e88344b', N'1', N'3/20/2016 8:10:50 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (156, N'a0eb0031-c4af-4049-b225-798e3b08c8e1', N'Facebook:203538940012375', N'3/20/2016 6:07:02 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (157, N'af3beb3a-4238-43e5-9a23-f6dc43e4ed10', N'Facebook:203538940012375', N'3/20/2016 8:45:50 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (158, N'b0132ff6-8e92-4d7b-a6b3-0ceaef3f9afb', N'1', N'3/20/2016 12:03:00 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (159, N'b1bdbefa-2833-4225-bde2-550041fbdaea', N'1', N'3/20/2016 4:11:17 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (160, N'b58afdba-f60b-42ae-bca9-8c4d7f74c6be', N'1', N'3/20/2016 4:10:56 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (161, N'b8a3500c-89df-47a0-9a22-381e5acf3575', N'1', N'3/20/2016 8:10:59 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (162, N'b94dca78-6859-47f5-bef1-a7f679bbaf89', N'1', N'3/20/2016 4:10:47 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (163, N'c05899dd-267b-453b-b244-69445f71e3ce', N'1', N'3/20/2016 8:10:28 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (164, N'c08d750e-d7e5-4afc-9514-dfb258f01a94', N'1', N'3/20/2016 8:11:01 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (165, N'c0dcda52-a310-4632-ab77-94e783a8b2f0', N'Facebook:203538940012375', N'3/20/2016 9:23:19 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (166, N'c6e149b4-ff1e-45d5-bbed-26bf42c5c115', N'Facebook:203538940012375', N'3/20/2016 6:45:49 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (167, N'd2f1b183-44e9-48fa-8c29-a8374c797490', N'1', N'3/20/2016 4:10:37 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (168, N'd7455553-bce5-4207-ab91-94e650562f81', N'1', N'3/20/2016 8:10:44 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (169, N'da877def-9408-4852-b71b-bf1b109c105c', N'1', N'3/20/2016 8:10:47 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (170, N'e6f97648-f834-42a6-8451-53651bec0eed', N'Facebook:203538940012375', N'3/20/2016 8:43:53 AM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (171, N'f064e7f8-8e35-48e7-aa66-cc936486f9a2', N'Facebook:10156612592435524', N'3/20/2016 2:47:04 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (172, N'f09627ce-5efc-4977-8172-855545334c58', N'1', N'3/20/2016 4:10:39 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (173, N'f21413fb-d216-47e4-8b72-bf2ea7a2e7ef', N'1', N'3/20/2016 4:11:23 PM', N'Good')
INSERT INTO [dbo].[factMLOutputData] ([id], [tripId], [userId], [tripstarttime], [driverType]) VALUES (174, N'f50dad83-430e-4e19-a959-647ba75bdfb1', N'Facebook:203538940012375', N'3/20/2016 8:46:03 AM', N'Good')
SET IDENTITY_INSERT [dbo].[factMLOutputData] OFF
INSERT INTO [dbo].[UserProfiles] ([Id], [FirstName], [LastName], [UserId], [ProfilePictureUri], [Rating], [Ranking], [TotalDistance], [TotalTrips], [TotalTime], [HardStops], [HardAccelerations], [FuelConsumption], [MaxSpeed], [CreatedAt], [UpdatedAt], [Deleted]) VALUES (N'aa1d876a-3e37-4a7a-8c9b-769ee6217ec1', N'Hacker', N'1', N'Hacker 1', N'https://pbs.twimg.com/profile_images/1003946090146693122/IdMjh-FQ_bigger.jpg', 0, 0, 0, 0, 0, 0, 0, 0, 0, '20180419 14:48:51.5976202 +00:00', '20180524 23:28:21.6144329 +00:00', 0)
/*Drop Constraint on devices table and in sert fact table information*/
ALTER TABLE [dbo].[Devices] DROP CONSTRAINT [FK_dbo.Devices_dbo.UserProfiles_UserProfile_Id]
INSERT INTO [dbo].[Devices] ([Id], [Name], [CreatedAt], [UpdatedAt], [Deleted], [UserProfile_Id]) VALUES (N'3c2d2032-2b47-4f5d-8ce5-c5ca7f3946e0', N'E9D9F26C1FF94E99AD54E46C599F239E', '20180419 14:48:54.0819652 +00:00', '20180419 14:48:54.0976133 +00:00', 0, N'aa1d876a-3e37-4a7a-8c9b-769ee6217ec1')
INSERT INTO [dbo].[Devices] ([Id], [Name], [CreatedAt], [UpdatedAt], [Deleted], [UserProfile_Id]) VALUES (N'9fecda48-101e-47f2-adf0-d62ccd6e5bb3', N'AwAy9AgAuvUFAPkCBQCxDQUA7BgFAA3bBgABAAQAwggEAMDjBAB2gEAmqACAAS8CQAkSA', '20180430 22:28:32.4461915 +00:00', '20180430 22:28:32.7586887 +00:00', 0, N'aa1d876a-3e37-4a7a-8c9b-769ee6217ec1')
INSERT INTO [dbo].[Devices] ([Id], [Name], [CreatedAt], [UpdatedAt], [Deleted], [UserProfile_Id]) VALUES (N'f495f983-2498-4111-ad04-9477e03a9766', N'5EEBF77002C648CEAE2C00A8D13D080F', '20180503 18:29:12.6235231 +00:00', '20180503 18:29:12.6235231 +00:00', 0, N'aa1d876a-3e37-4a7a-8c9b-769ee6217ec1')
/*Restore Constraint*/
ALTER TABLE [dbo].[Devices] ADD CONSTRAINT [FK_dbo.Devices_dbo.UserProfiles_UserProfile_Id] FOREIGN KEY ([UserProfile_Id]) REFERENCES [dbo].[UserProfiles] ([Id])
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'012ADABA-E54A-4E7B-9825-57B102BD28F6', N'SampleTrip-1', 47.68411072981651, -122.09753371796079, 1, N'2018-04-19T22:41:44.0000106Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'01302DAB-AAA7-415C-8952-96B329B03508', N'SampleTrip-1', 47.667247618290041, -122.1223678869641, 2, N'2018-04-19T22:27:59.0009726Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'0265BAEE-D2C5-402C-8EE0-33589DF50072', N'SampleTrip-1', 47.669481581626513, -122.1074391850682, 2, N'2018-04-19T22:33:08.0002016Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'0481ADB9-860C-4C1C-A769-94CFF832185F', N'SampleTrip-1', 47.667590868659808, -122.11021959615299, 2, N'2018-04-19T22:31:28.0006766Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'06805D39-1132-4191-81A3-281419C01190', N'SampleTrip-1', 47.693662081044025, -122.09450435449531, 1, N'2018-04-19T22:43:39.0008836Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'08013950-5FFB-4BF7-8548-95570A6A1DBA', N'SampleTrip-1', 47.667296327896004, -122.1117333490477, 2, N'2018-04-19T22:30:46.0007646Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'08AF0734-FAA6-485F-A71B-08B8AA7718FA', N'SampleTrip-1', 47.646196796161213, -122.13233643420783, 2, N'2018-04-19T22:20:13.0000536Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'0A17142A-42AF-429C-9E8B-45CB93B9B611', N'SampleTrip-1', 47.663409073391939, -122.13358850856919, 1, N'2018-04-19T22:25:12.0008146Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'0D39F23E-7FF7-40D5-92AD-D36844546520', N'SampleTrip-1', 47.642636232633365, -122.13065412308404, 2, N'2018-04-19T22:15:50.0007826Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'0EAF8F56-8C95-4F5C-B99A-21863C3EFF9A', N'SampleTrip-1', 47.668099786196208, -122.1091324057823, 2, N'2018-04-19T22:32:29.0005836Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'128047C2-EFF5-4D8B-B9F4-82AFE024EC0B', N'SampleTrip-1', 47.652633207065136, -122.13734972151691, 2, N'2018-04-19T22:23:06.0004926Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'130B9D24-73B3-4BF6-8BB8-54DB9FB465AD', N'SampleTrip-1', 47.647213639203521, -122.13482900750259, 1, N'2018-04-19T22:20:48.0000446Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'175B6C02-B101-4DB1-975E-F1B6295F923B', N'SampleTrip-1', 47.668648904439976, -122.1082794293, 2, N'2018-04-19T22:32:48.0006136Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'1B6C2EC4-5819-4F02-A9D7-C2A38B31E9A5', N'SampleTrip-1', 47.669236247563234, -122.10763998906042, 2, N'2018-04-19T22:33:00.0002976Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'1F10C9C5-821C-4C22-AB90-F17F8A7EE19C', N'SampleTrip-1', 47.64450859984612, -122.13205113440867, 2, N'2018-04-19T22:16:57.0007076Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'1F750B58-9ADD-4C6B-943C-3C74F0095E6E', N'SampleTrip-1', 47.646931062654865, -122.13465742836274, 1, N'2018-04-19T22:20:44.0007986Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'21C527D2-E02E-40A2-A457-E7508265E8C3', N'SampleTrip-1', 47.685253586327313, -122.09604222059937, 2, N'2018-04-19T22:41:56.0009916Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'28077305-9065-4669-9D7D-18AC2E90FA1A', N'SampleTrip-1', 47.687256866668207, -122.09354471471012, 2, N'2018-04-19T22:42:39.0006496Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'2822D832-4774-48BD-B6D6-4C91947BEE6F', N'SampleTrip-1', 47.682203121029069, -122.09999760361764, 2, N'2018-04-19T22:40:51.0004536Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'2A0A5E1D-6E5B-40C9-95C2-A811BEF98A1A', N'SampleTrip-1', 47.669996751797029, -122.10707167704082, 2, N'2018-04-19T22:34:24.0004946Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'2AFCD93B-6EF7-4D00-B98D-F1ADCD2B906E', N'SampleTrip-1', 47.642949886735856, -122.13205376351259, 2, N'2018-04-19T22:16:37.0001476Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'2C03AAE7-6DA9-4333-9A43-ACBE6FA0949E', N'SampleTrip-2', 47.669353068545725, -122.10780910106263, 2, N'2018-04-20T16:55:43.0003740Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'2D4DD733-875C-4F2C-B34B-98CD1023848A', N'SampleTrip-1', 47.659316670509831, -122.13575754895695, 1, N'2018-04-19T22:23:46.0001346Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'30E79A58-1E4B-4823-A7B7-F681B094B61B', N'SampleTrip-1', 47.645689644587627, -122.1322441073502, 2, N'2018-04-19T22:18:38.0005816Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'321AC6B2-7738-4D4E-9EC4-22432F3F325D', N'SampleTrip-1', 47.662389196280365, -122.13417667064076, 2, N'2018-04-19T22:24:58.0006056Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'322FBEC2-00A6-46B1-BC99-2B09E2BA9E19', N'SampleTrip-1', 47.660879554870426, -122.1348833407789, 1, N'2018-04-19T22:24:32.0008186Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'33227492-B0BA-477D-B197-AEF2379979A9', N'SampleTrip-1', 47.645514470576352, -122.13202500298458, 2, N'2018-04-19T22:17:09.0008166Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'34B5B0D1-47C7-4046-82E6-77E73117FC5C', N'SampleTrip-1', 47.664068606516373, -122.13304956925374, 2, N'2018-04-19T22:25:20.0002356Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'35117AF0-F387-4BE3-9AB1-3BE1F45D07AE', N'SampleTrip-1', 47.667169468169213, -122.11270420046787, 1, N'2018-04-19T22:29:27.0006426Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'375825F8-614F-4A9E-BEFC-468FB499BFA9', N'SampleTrip-1', 47.645764575393358, -122.13229222751795, 2, N'2018-04-19T22:18:47.0006056Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'390072F4-8E1A-4C2B-967C-7642E07D2552', N'SampleTrip-1', 47.667165373290594, -122.11602638445471, 1, N'2018-04-19T22:28:53.0002116Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'39759C2E-BB17-494E-99E2-110381FD209E', N'SampleTrip-1', 47.671682607641259, -122.10638324658845, 1, N'2018-04-19T22:34:49.0007276Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'398B3AB6-F590-48B3-995F-1100B1766A00', N'SampleTrip-1', 47.669543492477885, -122.10740227904095, 2, N'2018-04-19T22:33:11.0009326Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'3BE2C067-11D4-451B-8FD4-B9FF77040DA3', N'SampleTrip-1', 47.666650830367125, -122.12905755995651, 2, N'2018-04-19T22:26:17.0009726Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'3CA96256-6D62-4DC0-9B0A-6B5A26BDA734', N'SampleTrip-1', 47.658511424686921, -122.13624016641609, 1, N'2018-04-19T22:23:39.0007096Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'3EBCDF24-9B2B-4381-8820-87B1BC81F2E1', N'SampleTrip-1', 47.686027628398776, -122.09516229251933, 1, N'2018-04-19T22:42:17.0000106Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'3EDC909E-EDB0-4553-AC96-9F5FC3ED8C01', N'SampleTrip-1', 47.669655867000913, -122.10732227026298, 1, N'2018-04-19T22:33:16.0009686Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'3EE9E52E-1DCA-40A4-BB15-02D0376B78F8', N'SampleTrip-1', 47.641490168545424, -122.13056892118046, 2, N'2018-04-19T22:15:29.0000856Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'3F8D400D-D36A-4A73-B432-1A4BC8C75CFE', N'SampleTrip-1', 47.6821626391033, -122.10005527386416, 2, N'2018-04-19T22:40:49.0004916Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'429CEDF1-9025-469F-ABA9-4D2DC628BE4C', N'SampleTrip-1', 47.692987503144145, -122.09313236500898, 1, N'2018-04-19T22:43:26.0003866Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'4470275A-FFF6-4E7B-BD2C-8365ECB4EA3A', N'SampleTrip-1', 47.661703353094666, -122.13447567065802, 1, N'2018-04-19T22:24:48.0002766Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'44C074C1-8CDF-4B45-96BA-9F8C76A71EEB', N'SampleTrip-1', 47.687605438021357, -122.0931279829108, 2, N'2018-04-19T22:42:42.0001476Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'473EE303-9F10-4532-A454-6A835679309E', N'SampleTrip-1', 47.667270231430123, -122.12479024680418, 2, N'2018-04-19T22:27:27.0006476Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'47DCABEA-432F-44A2-AC28-1E9EB903CFCA', N'SampleTrip-1', 47.668920947695291, -122.10797162220351, 1, N'2018-04-19T22:32:53.0004546Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'4A16D0F3-32BC-4F2E-855C-ADE413418BF7', N'SampleTrip-1', 47.672009380956155, -122.10624735091885, 2, N'2018-04-19T22:35:12.0008886Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'4B244F8E-976D-41D0-863F-904B7A6DB71D', N'SampleTrip-1', 47.669741020745313, -122.10722447909086, 2, N'2018-04-19T22:33:47.0009506Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'4C441D26-FE6D-4A53-8C2D-86DB82A8CFFB', N'SampleTrip-1', 47.660613069339071, -122.13503408035119, 2, N'2018-04-19T22:24:23.0005666Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'4CDDD5F4-9C9F-4F76-898C-A0870D787E3F', N'SampleTrip-1', 47.671908752313435, -122.10626769498082, 2, N'2018-04-19T22:35:02.0006586Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'4D567B2C-69F4-4ADC-8B30-00DDAA545CAA', N'SampleTrip-1', 47.674911520891257, -122.10579545692791, 2, N'2018-04-19T22:38:33.0002446Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'50C96B00-32FC-44A0-B951-63426F3E6B25', N'SampleTrip-1', 47.689281995610777, -122.09195724391445, 2, N'2018-04-19T22:42:54.0001786Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'510832C5-879D-487F-87A1-FF9BE966BCED', N'SampleTrip-1', 47.646295526157594, -122.13420670405195, 1, N'2018-04-19T22:20:35.0001986Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'51D0E007-9C76-4C34-853E-D6E4DCA906B9', N'SampleTrip-1', 47.6693078351974, -122.10757154434633, 2, N'2018-04-19T22:33:02.0009216Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'526535C3-9754-4648-879F-F84D65FD2652', N'SampleTrip-1', 47.683584106759469, -122.09828309123934, 2, N'2018-04-19T22:41:38.0000216Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'559CF885-AE46-4485-A413-74AE381DCEF7', N'SampleTrip-1', 47.671379496282533, -122.10649237047669, 2, N'2018-04-19T22:34:44.0003926Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'57A8A2AF-D2FE-4B71-80E2-982082C5C4E0', N'SampleTrip-1', 47.640678255950256, -122.13052354597433, 2, N'2018-04-19T22:15:22.0008226Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'589F4B89-EB90-4416-95FC-F802A4EB51F8', N'SampleTrip-1', 47.66231873999002, -122.13419617889437, 2, N'2018-04-19T22:24:57.0002436Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'5B50CDFF-8D83-4D05-B662-7E48861A5739', N'SampleTrip-1', 47.647538859378457, -122.13502063475788, 2, N'2018-04-19T22:21:12.0009986Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'5D45E868-1327-4FB7-AF10-3CC55EB9B8D3', N'SampleTrip-1', 47.650013465425275, -122.13636924832451, 1, N'2018-04-19T22:22:53.0006486Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'5EF838E8-08B6-4089-B792-4B9ED9E4695C', N'SampleTrip-1', 47.682805029793009, -122.09938048180315, 2, N'2018-04-19T22:41:29.0002056Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'5FCE51BC-7584-4A99-ADC3-53E821EE99F5', N'SampleTrip-1', 47.6618989503917, -122.13435705657209, 1, N'2018-04-19T22:24:51.0004796Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'630F898E-FEE4-48C0-8E16-0FC68A0E1AE4', N'SampleTrip-1', 47.642828218453, -122.13079345159586, 1, N'2018-04-19T22:15:59.0008826Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'69016D00-A313-45A8-8D61-73B247FCC7F2', N'SampleTrip-1', 47.692377586092526, -122.09257621219149, 1, N'2018-04-19T22:43:16.0002666Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'6982C8AB-396E-40E7-A86F-1D72F54B4889', N'SampleTrip-1', 47.685350451657506, -122.09591824650086, 1, N'2018-04-19T22:41:57.0002476Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'6C96E6F4-8288-40F8-81F6-1E942002417D', N'SampleTrip-1', 47.677994665168924, -122.10514938573776, 2, N'2018-04-19T22:38:59.0008416Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'6CF587AB-D41A-4A61-95F5-A5B3A88B4DD4', N'SampleTrip-1', 47.645482519189123, -122.13223868735328, 2, N'2018-04-19T22:18:34.0002306Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'6D7F6359-5E81-454B-A933-802B68815F93', N'SampleTrip-1', 47.657735958389495, -122.13674681335627, 1, N'2018-04-19T22:23:34.0001136Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'6F742DFB-B376-4E4E-AD42-590E8532247F', N'SampleTrip-1', 47.6865749525514, -122.09441934916282, 1, N'2018-04-19T22:42:32.0009346Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'729F8A38-8D6D-4D2E-8302-FBAD1884EB62', N'SampleTrip-1', 47.669609222534653, -122.10736035508761, 2, N'2018-04-19T22:33:14.0009746Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'72F41E09-5077-4BB7-B54A-0E980DAEC267', N'SampleTrip-1', 47.667148026473811, -122.11271963003664, 1, N'2018-04-19T22:29:24.0001176Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'7948A9D0-630A-4E4D-B725-7ECEE799E028', N'SampleTrip-2', 47.667253767790179, -122.11295111569861, 1, N'2018-04-20T16:56:02.0009260Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'79B7A1A9-0B83-4E1A-B6DA-C46A1509EED1', N'SampleTrip-1', 47.650822359793246, -122.13672973477929, 2, N'2018-04-19T22:22:57.0001516Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'7B037D27-CCDC-4B8F-9245-B466EF99DAA5', N'SampleTrip-2', 47.675870004171017, -122.10614585243928, 2, N'2018-04-20T16:55:03.0004360Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'7FA18EAD-322B-436E-AFEB-703B2BEBBDC9', N'SampleTrip-1', 47.685056095537675, -122.09628355620909, 2, N'2018-04-19T22:41:54.0001276Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'823D5836-F7B4-4E09-B2AC-21CEB2C8BFB5', N'SampleTrip-1', 47.651032217491732, -122.1368180184264, 2, N'2018-04-19T22:22:58.0008046Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'848F7E3F-1934-4895-B7C8-0AF9E0DD7AA8', N'SampleTrip-1', 47.67220387440247, -122.10616371970694, 2, N'2018-04-19T22:36:17.0007716Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'863D5ADF-40CB-4BAF-99F2-CDC87DE87749', N'SampleTrip-1', 47.643160290473553, -122.13206106458041, 1, N'2018-04-19T22:16:45.0008796Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'86982AC6-4E52-4642-A0E6-63063CCC523C', N'SampleTrip-1', 47.674032997702405, -122.10574813842685, 2, N'2018-04-19T22:38:22.0000606Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'86BD04A3-71C5-416F-9C36-ED046E31B6F0', N'SampleTrip-1', 47.645247547544173, -122.13206153253984, 1, N'2018-04-19T22:17:04.0002066Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'86DC2350-75B2-4B32-914C-F5274AE23DE9', N'SampleTrip-1', 47.678077955396041, -122.10505171679694, 2, N'2018-04-19T22:39:00.0000346Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'8D93FFB1-2F49-43CF-B153-5358E81F11A8', N'SampleTrip-1', 47.681557446137717, -122.10086059213282, 1, N'2018-04-19T22:40:12.0006786Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'9200E556-EA5F-41FE-9546-33D78B964E1D', N'SampleTrip-1', 47.666085195219509, -122.130503684443, 2, N'2018-04-19T22:25:54.0004146Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'9208FF51-96AD-478F-8B5F-9D6C84E890E4', N'SampleTrip-1', 47.660570339428979, -122.13506264369454, 1, N'2018-04-19T22:24:21.0001136Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'940AF093-5997-4274-9ED3-256BB32B17AA', N'SampleTrip-1', 47.686498899227644, -122.09452678043115, 2, N'2018-04-19T22:42:31.0007666Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'970FC717-A007-4616-ACA5-4C2B51313042', N'SampleTrip-1', 47.645799136391489, -122.13227525041899, 2, N'2018-04-19T22:18:43.0008566Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'97A35712-C113-46E3-BABD-0E90CD93880E', N'SampleTrip-1', 47.689760843207246, -122.09176771251917, 1, N'2018-04-19T22:42:57.0000696Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'9A3747CC-AD19-45E4-A436-8E1C6DEB8E2F', N'SampleTrip-1', 47.6670068224211, -122.12764812574437, 1, N'2018-04-19T22:26:37.0003166Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'9A957507-3ACB-46DA-BEF1-4D3458940F91', N'SampleTrip-1', 47.667238970401968, -122.12180597315737, 1, N'2018-04-19T22:28:05.0009706Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'9D1F1D70-103C-4801-8A22-014B565EB98F', N'SampleTrip-1', 47.640544424478463, -122.13052070894442, 1, N'2018-04-19T22:15:21.0009146Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'A0E27F14-9178-45F2-BEE9-AABAC24AA728', N'SampleTrip-1', 47.642857480828546, -122.13193336158847, 1, N'2018-04-19T22:16:23.0001936Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'A1F310F8-1005-4237-9B9F-0384BEE96044', N'SampleTrip-1', 47.667128396203047, -122.11250178481078, 1, N'2018-04-19T22:29:48.0001236Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'A6C7D75D-A83C-436B-A008-57BF154B81EF', N'SampleTrip-1', 47.642852256723486, -122.13126930166087, 2, N'2018-04-19T22:16:03.0006486Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'A703E1CA-AA9F-4C93-A2B4-CBA29E7754E7', N'SampleTrip-1', 47.685701632032114, -122.09547565930589, 1, N'2018-04-19T22:42:01.0003656Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'A841B868-A108-4243-86EE-9AAC6665731E', N'SampleTrip-1', 47.645316204347964, -122.13225784278974, 2, N'2018-04-19T22:18:31.0000356Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'A8843651-2BE5-40F0-A68A-DEAC01FB8DDB', N'SampleTrip-1', 47.681763921264341, -122.10059558775946, 2, N'2018-04-19T22:40:36.0009716Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'A9124BE5-31CA-4A4A-A865-A020D438AFBD', N'SampleTrip-1', 47.655311096796225, -122.13770104750036, 1, N'2018-04-19T22:23:20.0007736Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'AA1CCEB6-360F-4E3A-9042-38854CFB9DB6', N'SampleTrip-1', 47.646315405775866, -122.13381271511534, 1, N'2018-04-19T22:20:28.0009886Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'AB7CC555-7543-4B3D-8F2F-B4619563845F', N'SampleTrip-1', 47.647488997105029, -122.13501310494569, 2, N'2018-04-19T22:21:05.0002126Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'ACA18D8E-8ACB-460E-8356-EBD686EF64FE', N'SampleTrip-1', 47.671799238415659, -122.10632003626475, 2, N'2018-04-19T22:34:54.0009186Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'AED25115-1D18-424A-B5E7-5515D0906F7E', N'SampleTrip-1', 47.643392124296362, -122.13204837727353, 2, N'2018-04-19T22:16:48.0006956Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'B388C2D2-2121-40F8-AE81-E10FF19456C6', N'SampleTrip-1', 47.672035864245387, -122.10624148155534, 1, N'2018-04-19T22:35:47.0008866Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'B40380A3-6095-4255-AAFF-29A997C92C78', N'SampleTrip-1', 47.652826691468057, -122.13744534133565, 1, N'2018-04-19T22:23:07.0004016Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'B50D12B6-2D60-407F-94F1-856E57F02FA7', N'SampleTrip-1', 47.647952654287579, -122.1353160745838, 2, N'2018-04-19T22:22:10.0008306Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'B7817514-102F-43C1-9475-B505868771EF', N'SampleTrip-1', 47.681466028842991, -122.10096004991611, 1, N'2018-04-19T22:40:06.0005816Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'B9B3180B-0141-489F-851D-77691376CC9A', N'SampleTrip-1', 47.690263235265249, -122.09165568111251, 2, N'2018-04-19T22:43:00.0007306Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'B9C375B6-405D-4E5F-A36E-33F46E42A510', N'SampleTrip-1', 47.681604690983335, -122.100814406298, 1, N'2018-04-19T22:40:15.0000806Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'BADF3C49-122D-4307-BE58-C44F4546295A', N'SampleTrip-1', 47.693342751579166, -122.09409297883212, 2, N'2018-04-19T22:43:34.0000756Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'BB17E10F-D2DD-41D0-9006-9C160728ED07', N'SampleTrip-1', 47.671100768268261, -122.1065861954165, 1, N'2018-04-19T22:34:40.0008386Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'BE102F1E-88C1-4164-93B3-19051E9BDAED', N'SampleTrip-1', 47.660303013616556, -122.13518703017464, 1, N'2018-04-19T22:24:12.0000046Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'BEDE5038-383D-4619-9718-D8B608C69F2A', N'SampleTrip-1', 47.669846829906014, -122.10721268002766, 1, N'2018-04-19T22:34:01.0004876Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'BF80570A-F864-45E7-B00B-C9FD1927FAE6', N'SampleTrip-1', 47.643077782656981, -122.13206846266571, 1, N'2018-04-19T22:16:43.0009316Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'C6978400-BFCC-494C-9DFC-69AACC457806', N'SampleTrip-1', 47.64269009218475, -122.13065456579427, 1, N'2018-04-19T22:15:53.0007206Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'C76A6A4C-2F39-49B3-8B1E-DB5A2C1CF5E0', N'SampleTrip-1', 47.675436195333269, -122.10584486180338, 2, N'2018-04-19T22:38:38.0000646Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'C870EC91-30CB-4ACE-B696-3059514D72AD', N'SampleTrip-1', 47.668131101255085, -122.10908233553971, 1, N'2018-04-19T22:32:33.0006416Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'C9FD923D-1916-4C84-A69D-C573412FA27E', N'SampleTrip-1', 47.646518012271862, -122.13441838228681, 1, N'2018-04-19T22:20:39.0000316Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'CA281907-FF6C-4FEE-9611-2BFF0FB35183', N'SampleTrip-1', 47.660522914236353, -122.13509278485824, 1, N'2018-04-19T22:24:19.0007896Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'CC254D32-4210-447D-89C0-1A97E58C1A53', N'SampleTrip-1', 47.646294575278873, -122.13398236183072, 2, N'2018-04-19T22:20:31.0002986Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'CCCBE045-3342-4808-AD8D-A63982BF5525', N'SampleTrip-1', 47.670067011252009, -122.10702790437563, 2, N'2018-04-19T22:34:26.0003636Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'CD349527-06DD-425A-BC8A-0E37875EB971', N'SampleTrip-1', 47.667025029660444, -122.12753516638209, 2, N'2018-04-19T22:26:39.0007776Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'CE1D84A1-01BB-43B1-BC44-51F5D6DE1B84', N'SampleTrip-1', 47.6924410228275, -122.09261392332823, 1, N'2018-04-19T22:43:17.0008136Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'CF447B37-AE8D-4D6A-BF44-FFC8A0C2666B', N'SampleTrip-1', 47.683056042197173, -122.09906704340902, 1, N'2018-04-19T22:41:32.0000626Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'D2B57EE0-B1B1-4066-80C4-99D2697665DF', N'SampleTrip-1', 47.666575844952931, -122.12928942236604, 1, N'2018-04-19T22:26:14.0009876Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'D451E544-789B-4CB8-9BE3-233461C2AE95', N'SampleTrip-1', 47.6675308909685, -122.11038980511722, 1, N'2018-04-19T22:31:25.0000956Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'D58E1C3C-8398-467A-947F-5F4C81D0299F', N'SampleTrip-1', 47.667271883866647, -122.11179420407817, 1, N'2018-04-19T22:30:27.0009946Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'D94C613B-3196-4B6F-81BE-D380754E3F43', N'SampleTrip-1', 47.647775883094525, -122.13516529677754, 2, N'2018-04-19T22:21:43.0005916Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'DA5A1834-9F9F-4184-9055-47F77C21F2EC', N'SampleTrip-1', 47.665536523907882, -122.1313823043195, 2, N'2018-04-19T22:25:36.0007346Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'E0D5E2B6-2165-43EB-8429-6DC79C73DE19', N'SampleTrip-1', 47.684952783586944, -122.09640309234635, 2, N'2018-04-19T22:41:53.0000966Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'E20FC7FF-D828-4CCC-8A39-4F4FC062BC8C', N'SampleTrip-1', 47.66712805499273, -122.12687414672733, 1, N'2018-04-19T22:27:07.0008446Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'E32BC2CC-3400-440E-9764-9BFE0B7B5F43', N'SampleTrip-1', 47.642380126876681, -122.13062047561701, 2, N'2018-04-19T22:15:42.0005696Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'E39216E0-9E03-4803-865B-706D464DFA62', N'SampleTrip-1', 47.640103658251064, -122.13052101303094, 1, N'2018-04-19T22:15:17.0002576Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'E59CD22D-B685-4475-B048-DBC3C2D991F0', N'SampleTrip-1', 47.667076908569754, -122.12725953940148, 1, N'2018-04-19T22:26:45.0004236Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'E69689AD-B679-4E9D-900F-CD55AE1D2457', N'SampleTrip-1', 47.687728113624651, -122.09299633895748, 1, N'2018-04-19T22:42:43.0007236Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'E74AB145-8926-40BE-8FD5-EE729960C6EB', N'SampleTrip-1', 47.686306055221685, -122.09480984445598, 1, N'2018-04-19T22:42:28.0008776Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'E8041DC2-3E5C-497E-AE70-9A8D367938FC', N'SampleTrip-1', 47.684370461393058, -122.09716771810341, 1, N'2018-04-19T22:41:47.0004086Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'E892A086-D374-4FA0-B2D6-8D3EA247ABD6', N'SampleTrip-1', 47.659980384004314, -122.13532903059118, 2, N'2018-04-19T22:24:03.0002366Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'EA43351C-A3BB-471D-9867-C0FCA6DBA63F', N'SampleTrip-1', 47.660464634037119, -122.13514210956237, 1, N'2018-04-19T22:24:16.0006996Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'EE1D9F43-432E-4AD4-9E9E-C05275D79917', N'SampleTrip-1', 47.671960440506481, -122.1062564154563, 1, N'2018-04-19T22:35:06.0006846Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'F3B15F55-7394-413F-ABB9-F81CFA024980', N'SampleTrip-1', 47.6465954654883, -122.13446389096195, 2, N'2018-04-19T22:20:40.0007126Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'F496F957-B643-45E0-BF51-769FACB04912', N'SampleTrip-2', 47.675972292250485, -122.10619896628785, 2, N'2018-04-20T16:54:41.0009200Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'FBBBD6CA-7051-4686-BDEA-33FE1809FBE7', N'SampleTrip-1', 47.646327992871271, -122.13325819441235, 2, N'2018-04-19T22:20:23.0005066Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'FD92E3B7-628A-4CDF-B715-72C55006DC04', N'SampleTrip-1', 47.653836383969889, -122.13749305671205, 2, N'2018-04-19T22:23:12.0007186Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'FDBA638E-FA82-4314-A0C9-70D4FE58FD26', N'SampleTrip-1', 47.640198965731763, -122.13051905884824, 2, N'2018-04-19T22:15:18.0002536Z')
INSERT INTO [dbo].[POISource] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp]) VALUES (N'FFD0A69E-E629-4BAC-A344-D9E3FD23B67F', N'SampleTrip-1', 47.669793783947767, -122.10721621795015, 2, N'2018-04-19T22:33:50.0000126Z')
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'002f4671-c595-4e62-8b47-896ed7d55bbd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667236805409495, -122.12125867872265, -255, N'2018-03-14T00:13:05.3570200Z', 895, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'004b97a1-3fe2-4b2c-8b11-d532d2b4c060', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663004033309775, -122.13378163672829, -255, N'2018-03-14T00:10:01.3046860Z', 592, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'00566217-a7e7-4b54-9463-9c93104b0057', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647257723864158, -122.13485654459403, -255, N'2018-03-14T00:05:44.3710080Z', 303, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'006909b2-4314-4214-b877-c674dce27af6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686124415537023, -122.09504244795137, -255, N'2018-03-14T00:27:19.2108790Z', 1657, -255, -3, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'006ea401-b7eb-4e55-8721-4883db6ee6b9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646328143461687, -122.13313780096486, -5, N'2018-03-14T00:05:17.3208900Z', 254, 0, 31, 57, -255, -255, -255, -255, 1139, -5, NULL, -6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'00ad3afd-96fa-4938-8b5b-fcb854ffb2a0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667188385012281, -122.12645051379725, -255, N'2018-03-14T00:12:06.3541620Z', 777, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'00c0e764-6506-4c5b-994f-674016b4fe63', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643392124296362, -122.13204837727353, -255, N'2018-03-14T00:01:43.3662540Z', 149, -255, -255, -255, 9, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'00f7a9f5-38f7-4d15-98e3-6b2fb0f4e756', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642811744316873, -122.13071109369449, -255, N'2018-03-14T00:00:53.2403750Z', 107, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'01194d51-9290-42d6-8f48-99241eec22aa', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642938635296446, -122.13235933787354, -255, N'Apr 20 2018 5:03PM', 584, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'01241269-6291-41be-b798-8e12664d0d6b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673968401927787, -122.10574668091252, -255, N'2018-03-14T00:23:16.3454440Z', 1341, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0185134d-1fc0-434d-aafe-05b64afbad66', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667249957514819, -122.12272055698332, -255, N'2018-03-14T00:12:49.3277130Z', 863, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'01a5e0a1-26e2-4a2a-acf5-b2b1caeccd89', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660199058623256, -122.13525411847660, 10, N'2018-03-14T00:09:02.3139430Z', 506, 4, -255, 0, -255, 20, -4, 834, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'01b93810-96b2-43d5-b684-014d71740fdf', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.664542689677653, -122.13308800508793, -255, N'Apr 20 2018 4:57PM', 245, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'01c45e1b-6408-44e3-83ee-19eaba6ffcc4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667272869045370, -122.12388660876557, -255, N'2018-03-14T00:12:34.3183830Z', 833, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'01c6d45d-1471-4cdf-90b2-54d1f7bf8742', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644570756158885, -122.13238623869806, -255, N'Apr 20 2018 5:03PM', 551, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'01c91a5b-0454-466a-8ddd-b0d9e3136045', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667275692432042, -122.11513385121719, -255, N'Apr 20 2018 4:56PM', 138, -255, -255, -255, -255, -7, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'01ca703d-e9cb-4a1c-9649-7a959aba7826', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643844464125387, -122.13204323753655, -255, N'2018-03-14T00:01:47.3468940Z', 157, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'01f7d14f-7a79-43a0-97b9-82e91085cfcb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667237409262192, -122.12147246521222, -255, N'2018-03-14T00:13:03.3281220Z', 890, 10, -255, 4, 4, 1058, 13, -255, -255, 1105, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'022234c9-aac0-4c43-ae13-756c57de4249', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667314268656632, -122.11740290167963, -255, N'Apr 20 2018 4:56PM', 150, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'02306838-3a87-4938-89b1-0e76e27e2895', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669897350106723, -122.10718078264422, 1460, N'2018-03-14T00:19:00.1810240Z', 1204, 15, 740, 6, 0, -255, 5, 12, 0, 3, NULL, 12, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0241deb6-2dc3-4590-a6e5-5e16c97cecb1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693252166343044, -122.10160816273856, -255, N'2018-03-14T00:29:27.1709040Z', 1909, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'028e95fe-c5b3-4511-90de-4659a5949a1c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659316670509831, -122.13575754895695, 17, N'2018-03-14T00:08:41.2911210Z', 472, 0, 15, 843, -7, -255, 969, -255, 24, 1023, NULL, -7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'02b42b1a-9d0d-4bcf-bfc6-a7f1818e556f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692928949526248, -122.09291007405277, -255, N'2018-03-14T00:28:19.3181300Z', 1776, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'02b4b267-39cc-47b5-b132-5c3b76bc7e60', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667221565910737, -122.12039380686397, -255, N'2018-03-14T00:13:14.3180780Z', 912, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'02d9fd8e-3fac-471e-9fff-9c7a40d75bef', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693875122333381, -122.10218339504301, -255, N'2018-03-14T00:30:59.1866080Z', 1997, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0317efb7-4939-4098-8997-c30469ed5a2d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667662151294920, -122.11001129393586, 1309, N'2018-03-14T00:16:27.1296700Z', 1106, 17, 940, 16, 16, -255, 17, -255, -3, -1, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'032d8843-0bcf-4e50-abcd-e10c18da3a20', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.658584628118042, -122.13667659353943, -255, N'Apr 20 2018 4:57PM', 302, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0347f94b-af0e-4de7-b014-92590c7dc5d0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681557446137717, -122.10086059213282, 1828, N'2018-03-14T00:25:07.1846650Z', 1530, 17, 749, 6, 0, 0, 7, 1829, -1, 0, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0350a5e9-b03f-4207-8b82-1a3eead8e4ae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680763898837654, -122.10185459922715, -255, N'2018-03-14T00:24:32.3435890Z', 1493, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'035f6702-75b4-4e02-a3e6-869181ce29d1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646324397427179, -122.13349172308376, -6, N'2018-03-14T00:05:20.2924210Z', 260, 1, 30, 15, 1206, -255, -255, -255, 1128, -6, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0374099f-953a-4267-9fa2-7b2638c80d6a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645644578659429, -122.13224042962699, -255, N'2018-03-14T00:03:32.3483780Z', 214, 0, 14, 17, -255, -255, -255, -255, 1054, -5, NULL, -5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'03759d67-1ac5-48df-83d5-744ecd0878f0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667221565910737, -122.12039380686397, -255, N'2018-03-14T00:13:14.3524210Z', 913, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'03c068e7-52b8-4d68-9bf6-f05ad85443f5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678077955396041, -122.10505171679694, 5, N'2018-03-14T00:23:55.3490210Z', 1418, 0, 15, 1756, -255, 15, 12, 42, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'03c0a1af-b320-405c-88a4-1e6ac6568aa7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667187632676679, -122.11713055079926, -255, N'2018-03-14T00:13:40.3127310Z', 965, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'03c8c79b-7ea7-45f0-9bdb-d955aa10ff70', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667323019488450, -122.12320498119270, -255, N'Apr 20 2018 4:56PM', 182, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'040b6a42-f5c9-41e1-8e5f-265768117666', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683402497816751, -122.09854725282310, -255, N'2018-03-14T00:26:31.3210200Z', 1590, 12, 0, 20, 40, 1390, 3, -3, 1912, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'040d87e8-09bb-4391-a533-b46dbcf9f277', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640186866491419, -122.12961771261178, -255, N'Apr 20 2018 5:05PM', 709, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'04117314-5d34-4dd8-bc96-1bd4ae1d3e9b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645316204347964, -122.13225784278974, -255, N'2018-03-14T00:03:26.3549680Z', 203, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'041f1cf6-6947-4bc3-ab4b-f6b7d6e34941', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645976956134213, -122.13234926074828, 0, N'2018-03-14T00:05:03.2823080Z', 230, 625, 22, 18, 7, 625, 12, 18, 1544, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'042aa9fa-ebfc-4735-8142-abdc328b2cd6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671841884544300, -122.10629168032457, -255, N'2018-03-14T00:19:54.2088870Z', 1265, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'042c8e71-d966-48cf-b90e-d14ad3b0692f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667249631676100, -122.12264554752515, -255, N'2018-03-14T00:12:50.3246370Z', 865, -255, -255, -255, -255, -255, -255, -255, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0439acf0-3006-4e4e-b8e9-589f316915ac', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682887190081864, -122.09928474802724, -255, N'2018-03-14T00:26:25.3544130Z', 1578, 20, 13, -255, -255, -6, -255, -255, 15, -255, NULL, 1162, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0454b5b6-9ce8-495b-bb22-ed502a75d4ae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646076090517880, -122.13232101485515, -255, N'2018-03-14T00:05:05.1975870Z', 235, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0468b5d6-ac1e-4b87-86b3-da3396791296', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693425393839235, -122.09803959878276, -255, N'2018-03-14T00:28:59.1981730Z', 1857, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'046fd38f-b84b-4531-922b-1b01f26a078d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639723542004326, -122.13060504080205, -255, N'Apr 20 2018 5:04PM', 676, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'04829dbd-3ff9-4abc-a803-0c3ced45c69b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.650416298419309, -122.13654006584193, -255, N'2018-03-14T00:07:50.3241230Z', 371, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'04933c7d-9d7f-4d25-9aeb-f6464fddc787', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643022258949642, -122.13235853322821, -255, N'Apr 20 2018 5:03PM', 581, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'04984dfa-e5e3-44b0-b905-5f1ba69268db', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667892956572658, -122.10944169618858, -255, N'2018-03-14T00:16:38.1910860Z', 1120, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'04caf701-1ce5-4e56-8afb-050412747b6c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692967887483682, -122.09301377121372, -255, N'2018-03-14T00:28:20.2911290Z', 1779, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'04d53a75-fa58-4fed-8b14-7e62c0543960', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686027628398776, -122.09516229251933, -255, N'2018-03-14T00:27:12.2247490Z', 1653, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'04e74c6a-384b-4b84-8da3-d74dcbff4a53', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646431018828565, -122.13560016898515, -255, N'Apr 20 2018 4:59PM', 445, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'04efeffa-56c9-455d-a8b3-edd4530d3031', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688125180082267, -122.09262082543358, -255, N'2018-03-14T00:27:41.3683550Z', 1701, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'04f91c4b-1f40-4c1d-ae03-6109dd05c2b6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646075222394423, -122.13550283389725, -255, N'Apr 20 2018 5:00PM', 459, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'051304b1-07a3-46b3-8a37-d82d6b19cdfc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673744993245464, -122.10591048836386, 69, N'Apr 20 2018 4:55PM', 38, 1542, 1, -8, 34, -255, 715, -255, 43, 22, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'052d0d6a-f4a6-4952-a40a-9c93029205ba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645753775253880, -122.13225616881172, -255, N'2018-03-14T00:03:35.2043210Z', 218, -4, 6, 17, -255, 6, -255, -255, 714, -2, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'055b9c82-cf38-4864-b07c-7c021ec8ca85', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682972935212547, -122.09918352972035, -255, N'2018-03-14T00:26:26.3511100Z', 1580, -255, 27, -255, -255, -3, 66, -5, 0, 43, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0586f318-e581-47e5-aac8-cb81d326ceb0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645406032175096, -122.13214355184400, -255, N'2018-03-14T00:02:11.1655430Z', 195, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'059163f6-11f1-40de-8531-59b3dfb63096', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647631448476126, -122.13508419303813, 695, N'2018-03-14T00:06:16.1806120Z', 318, 16, 706, 4, 0, -255, 6, 11, -1, 0, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0595ae8f-481e-480e-994e-427598c33183', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693870374380147, -122.10225057870637, -255, N'2018-03-14T00:31:25.1941970Z', 2003, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'059f4a06-25db-4d28-8e62-a243af24dc3f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.652493994999602, -122.13809127792878, -255, N'Apr 20 2018 4:58PM', 363, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'05ba39ea-7b9f-43b0-8aff-ad839e317da3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639889789434093, -122.12969328867477, -255, N'Apr 20 2018 5:05PM', 697, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'05bda8f7-3acb-4020-9ef0-e1ecadcbbdde', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681867874091523, -122.10044765613614, 15, N'2018-03-14T00:25:35.1820560Z', 1544, -255, -255, 0, 32, -1, 2, -3, 1857, 29, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'05c08c51-2a69-457a-8709-94b6591f6f96', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674552634654262, -122.10576402176534, -255, N'2018-03-14T00:23:24.3657630Z', 1357, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'05d32e3a-466d-458e-a71f-30523923d5b1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673558063677945, -122.10592018184683, -255, N'Apr 20 2018 4:55PM', 40, -255, -3, -255, -255, 25, -255, 0, 54, 29, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'05d4a174-8a62-4f7a-a877-093027e03605', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657735958389495, -122.13674681335627, -255, N'2018-03-14T00:08:29.3404920Z', 449, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'05e55a10-f49d-4a2d-afd6-3c197f4da874', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667377350745234, -122.11098680314014, -255, N'2018-03-14T00:16:11.2886280Z', 1082, -255, -255, -255, -255, 5, -255, -255, -255, 11, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0606bebe-7658-4b85-9e27-6f18d0b49760', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646317883166510, -122.13371257175541, -255, N'2018-03-14T00:05:22.3479310Z', 265, -255, -255, -255, -255, -255, -255, -255, -255, 0, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'060cfcb2-e157-4db6-a46b-068d17d4116b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667184646954873, -122.11675445800961, -255, N'2018-03-14T00:13:43.3102800Z', 970, -255, -255, 11, -255, -3, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'060f8c06-665f-4f6a-b092-ab6153ace708', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.658194637851281, -122.13684466038633, -255, N'Apr 20 2018 4:57PM', 305, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'06160ce3-ceb9-450a-897e-cbab0bb88898', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.661154125907437, -122.13516174977852, -255, N'Apr 20 2018 4:57PM', 277, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0618b0ed-bfee-4296-822f-dfbfed49093f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688994291982674, -122.09211113457287, -255, N'2018-03-14T00:27:47.3113330Z', 1713, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'063e7766-b775-45cc-91c7-32b4e013a8ce', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644464580366268, -122.13238089055062, -255, N'Apr 20 2018 5:03PM', 556, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'064788e0-452a-40e7-8ff0-d87e1d491d06', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671374921473117, -122.10669307545841, -255, N'Apr 20 2018 4:55PM', 65, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'065ba1e6-44e9-43d1-9267-d777d26333d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667265738856472, -122.12443152084430, -255, N'2018-03-14T00:12:27.2338200Z', 818, -255, 7, 10, -255, -2, 18, 0, 0, 1068, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'06765f1f-815c-4880-bb8c-a1f80ecd9bc7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639690806535128, -122.12996486450753, -255, N'Apr 20 2018 5:05PM', 690, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0689cd2d-4e94-4bca-bada-7aa9b0233605', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667180935585371, -122.11648331937265, -255, N'2018-03-14T00:13:45.3584890Z', 975, -255, -255, -255, 43, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0697d95e-f811-4161-bf91-6ea846b95060', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641963327497415, -122.13058489890426, -255, N'2018-03-14T00:00:29.3616500Z', 79, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'06a06fb9-786e-44a2-a9b2-a4efb30e56f1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676192532030832, -122.10593156176138, -255, N'2018-03-14T00:23:39.3307160Z', 1387, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'06cabdc4-e2dd-4660-9761-50486a5ffb47', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640026927952349, -122.12919977739924, -255, N'Apr 20 2018 5:08PM', 734, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'06e43de8-0a6e-4cbd-bb08-f72ee3162e47', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693948776966000, -122.10289659396597, -255, N'2018-03-14T00:30:04.1671600Z', 1977, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'070b823a-5291-45f8-8e04-ba72a5773220', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645961230464508, -122.13371060411545, -255, N'Apr 20 2018 5:02PM', 501, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'072b4ce3-2598-4ef4-a1d4-52aa48ca851b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679485726123261, -122.10341017827453, -255, N'2018-03-14T00:24:13.3621850Z', 1455, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'07378dea-e7ce-452c-a21c-c5c0f83842c0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640168917952167, -122.12955581905027, -255, N'Apr 20 2018 5:05PM', 707, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'073b49ad-7b52-4e91-90f1-246874bb89b1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691258041915340, -122.09183852679190, -255, N'2018-03-14T00:28:01.2931030Z', 1740, 62, -3, 1194, -255, -255, -255, -255, -4, 49, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'076181ac-949d-432b-8e56-8a21bc8f8d59', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674740858591861, -122.10595365255787, -255, N'Apr 20 2018 4:55PM', 27, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'076ff6c3-2470-4af0-a810-b8686fe7cda9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663087844521073, -122.13374386076674, -255, N'2018-03-14T00:10:02.3034410Z', 594, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'07721025-26bc-4aa9-a42d-3f986cf45b9c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642539743457824, -122.13063536421981, -255, N'2018-03-14T00:00:41.1702010Z', 96, 10, 0, 7, 6, 723, 18, 0, 0, 363, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'07798c0e-ba3d-4e32-a98c-2ec5c3e0b013', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647821737437042, -122.13520480601638, 11, N'2018-03-14T00:06:46.1878560Z', 326, 6, 727, 0, 0, 5, -3, 705, 16, 6, NULL, 724, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'079aab57-6834-497b-9095-332128629e2a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693013051056617, -122.10160816273854, -255, N'2018-03-14T00:29:24.1656470Z', 1902, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'079d795f-894e-4ad2-ad40-ed6626086889', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667932458416416, -122.10977307332959, -255, N'Apr 20 2018 4:55PM', 105, -255, -255, -255, -255, 14, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'079f965e-07c8-4305-9691-623980e5c955', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681724115705322, -122.10066073847096, -3, N'2018-03-14T00:25:28.1736840Z', 1538, 27, -255, 8, 11, 32, -255, 10, 9, 1122, NULL, -2, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'07bda097-7dc0-434f-959e-9c501b77c8d7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666600758006226, -122.12921215485966, -255, N'2018-03-14T00:11:10.2887870Z', 714, -255, -255, -255, -255, 13, -255, 4, 10, 4, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'07f6e068-5f5e-418e-9aeb-d764710990b3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667245293872668, -122.12219246574053, -255, N'2018-03-14T00:12:56.3236200Z', 877, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'080b786c-8f6b-4248-b3ef-5de532ef6d91', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662921300386472, -122.13382284703272, -255, N'2018-03-14T00:10:00.3214800Z', 591, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'08520623-c9ae-4106-9ed8-3284b9f21cf1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.650141114112635, -122.13730501352802, -255, N'Apr 20 2018 4:58PM', 386, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'08828c7c-c396-4406-98ec-7e04826af15a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646312492122846, -122.13290741583833, 0, N'2018-03-14T00:05:15.2973630Z', 250, 637, 30, 32, 20, 637, 12, 30, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'088ead53-82df-4fb0-923e-744f2e4b55a8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642834763558149, -122.13089057902562, -255, N'2018-03-14T00:00:55.3333650Z', 110, 10, 0, 26, 69, 1612, 0, -4, 376, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'08920f5b-bc62-464c-9796-82e150e16af1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641620021852816, -122.13058870095529, -255, N'Apr 20 2018 5:04PM', 635, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'08968e75-ce95-4195-8304-eaada625362a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641020378131643, -122.13059372235728, -255, N'Apr 20 2018 5:04PM', 645, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'08cd2686-4519-41b0-9294-7e169f1b7737', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681649274751386, -122.10076313156334, -255, N'2018-03-14T00:25:13.2412310Z', 1535, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'08cd5520-227d-4904-96ff-a309cbd1f951', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669157310769720, -122.10772579277342, -255, N'2018-03-14T00:17:53.3155960Z', 1177, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'08d8dba6-28a2-429c-9610-fc7e9eb97c71', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666306347610941, -122.13000288128487, -255, N'2018-03-14T00:10:58.2315280Z', 693, -255, -255, -255, 10, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'08ddaab0-b9d5-4b96-b9b8-850cf5962ff9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642938635296446, -122.13235933787354, -255, N'Apr 20 2018 5:03PM', 583, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'08e80df6-b0e4-4365-a3e9-bed86d0cb52c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640198463039276, -122.12969194926998, -255, N'Apr 20 2018 5:06PM', 715, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'08ec1717-25a2-4a4a-882e-a61c33204a3a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667251596602206, -122.12289159337993, -255, N'2018-03-14T00:12:47.2323290Z', 859, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'09173ac0-3b0e-402e-b327-9a5c3a382f31', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673087587750693, -122.10586535733675, -255, N'2018-03-14T00:21:43.1867370Z', 1310, -255, -255, -255, -255, 14, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'093b20c8-02e6-4062-a442-5e71b803fce2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682589673019272, -122.09967144279600, -255, N'2018-03-14T00:26:21.3321040Z', 1571, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'09406a63-cfe7-4f47-b9f8-93bd014bed4a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691562145610163, -122.09199548183959, -255, N'2018-03-14T00:28:03.3029420Z', 1745, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0947c32c-53f0-49d9-98a6-e1433e784498', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667170374984210, -122.12657482735293, -255, N'2018-03-14T00:12:05.3611970Z', 775, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0981f4fc-150e-46e8-9732-869e4f93c152', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683138706448638, -122.09894308382115, -255, N'2018-03-14T00:26:28.3407520Z', 1584, 13, 0, 30, -255, 1367, 1, -3, 1909, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'09913b82-af73-4535-9d8b-7014fee782c2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.651833128002394, -122.13715084793085, -255, N'2018-03-14T00:07:57.2732890Z', 385, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'09a1a6a6-c9fe-419e-951d-78200e8e02ca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670373249239169, -122.10686038717549, -255, N'2018-03-14T00:19:26.3252420Z', 1223, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'09d24123-9547-4c08-ab5f-5045f7aec577', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647682094045621, -122.13511226461324, -255, N'2018-03-14T00:06:22.2120240Z', 321, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'09e69bd1-e92c-4562-8cd2-4c21096997b4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682162639103300, -122.10005527386416, -255, N'2018-03-14T00:25:44.2163620Z', 1557, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0a0f6c63-363c-4d66-85af-ab826fda7b2c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666874290539027, -122.12826606801488, -255, N'2018-03-14T00:11:23.3231300Z', 738, -255, -255, -255, -255, 5, -255, -255, -255, 10, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0a1f4e7e-a799-4154-80b9-7e055ba84dc4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646044434321638, -122.13287036038177, -255, N'Apr 20 2018 5:02PM', 516, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0a41b6f4-d828-46ed-aef4-106c3f3c17a0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667140280911283, -122.11372019041139, -255, N'2018-03-14T00:14:04.3452080Z', 1013, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0a451d13-4261-480b-a614-01f41b529e8f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672031679523570, -122.10618571536435, 1552, N'2018-03-14T00:20:31.1736250Z', 1272, 16, 697, 0, 0, 0, 6, 13, 0, 2, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0a5de82b-1dd2-48e3-8272-cd99fe659b65', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667260485120586, -122.12580183156331, 7, N'2018-03-14T00:12:12.3321840Z', 788, -255, 0, -255, 12, -255, -7, 2, 1054, 18, NULL, 7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0a6b86f3-5176-4042-9580-f34a6150ce89', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693484740694300, -122.09790208024307, -255, N'2018-03-14T00:28:58.2265400Z', 1854, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0a838a8d-379c-4101-b117-fdf993b91cc2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641381467608063, -122.13056154708929, -255, N'2018-03-14T00:00:23.3530240Z', 67, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0aa1108e-e18d-4739-a17d-bf7e6ba704d1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667272233674986, -122.11263749640369, -255, N'Apr 20 2018 4:56PM', 124, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0ac78832-ffa4-45ea-b6f2-bc7db6a86277', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693662081044025, -122.09450435449531, 47, N'2018-03-14T00:28:34.3278700Z', 1806, 30, -255, -255, -255, -255, -255, -255, 32, -255, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0aed8db9-66cd-4493-a34c-a15b36d05f04', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693801513532158, -122.10256316540085, -255, N'2018-03-14T00:30:10.1788570Z', 1984, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0b17b5cb-0c65-45b0-9979-9eef9611d5fd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667175146689587, -122.11633686863702, -255, N'2018-03-14T00:13:46.3287730Z', 977, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0b41bfb2-5bce-4c18-b694-b4b302373214', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.653609999318796, -122.13819208757528, -255, N'Apr 20 2018 4:57PM', 354, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0b441af0-98fc-4d8c-b14b-9f9507cb8e91', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659717386578066, -122.13550523551712, 17, N'2018-03-14T00:08:50.2189030Z', 488, 12, 14, 852, -7, 12, 699, 4, 16, 715, NULL, -7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0b4740ad-7fd8-4405-8d87-eda23ce0919c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665536523907882, -122.13138230431950, 10, N'2018-03-14T00:10:31.3297210Z', 652, -255, -255, -255, -255, -255, 4, -255, -255, -255, NULL, 953, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0b6cce58-e90a-4986-a2ae-ce9c7a8f26d1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667280814856873, -122.12516080558214, -255, N'2018-03-14T00:12:18.3512270Z', 801, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0b71f379-7bef-4a8f-a68b-42323a17e6d3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645962057491722, -122.13386529705906, -255, N'Apr 20 2018 5:02PM', 498, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0b74e3f4-df92-4a82-9521-ca9bdcff5d74', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667129788051021, -122.11259443035053, -255, N'2018-03-14T00:14:41.2442350Z', 1041, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0b7de752-889c-4645-9fa2-99e8f7b5f574', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645961685586116, -122.13379573323823, -255, N'Apr 20 2018 5:02PM', 500, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0bceedd8-a951-4d1c-9366-540dff0f1cac', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694543858100509, -122.10307685239918, -255, N'2018-03-14T00:29:43.1576430Z', 1941, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0c163a1e-14bd-4015-acdc-997bdccf0997', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668981069698035, -122.10818200683268, -255, N'Apr 20 2018 4:55PM', 92, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0c3c6e3d-cdaf-4aee-ba2e-0e0eaeec8956', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685823292531104, -122.09533599523760, -255, N'2018-03-14T00:26:58.3650510Z', 1645, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0c4fd3af-165c-4966-afcc-13d7cdbd8fb5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.652036374630924, -122.13799186024919, -255, N'Apr 20 2018 4:58PM', 368, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0c792b75-d02c-42e4-96a0-134dba4b3f4b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656802495962836, -122.13754465441784, -255, N'Apr 20 2018 4:57PM', 322, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0cb180af-8f1a-4542-9dcf-42dd92cde8d2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668471273340153, -122.10849869684213, -255, N'2018-03-14T00:17:40.2707100Z', 1150, -255, -255, -255, -255, -255, -255, -255, 18, 18, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0cb441c9-d677-4be7-89d4-77be41448dd3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666783750851209, -122.12858252071084, 10, N'2018-03-14T00:11:19.3216750Z', 730, 4, 1000, 0, -255, 20, 2, 802, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0ccd15eb-21ae-455c-b632-619962c00897', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694488160099624, -122.10294661985994, -255, N'2018-03-14T00:29:42.2054720Z', 1938, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0ccee9fa-e25b-499a-bbd2-8aa1d40f4f7e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667822011286113, -122.11004473143799, -255, N'Apr 20 2018 4:55PM', 108, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0cd6f52e-1d92-433e-b6d2-8e552f7e0f7a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.651636581425009, -122.13709632278723, -255, N'2018-03-14T00:07:56.3151430Z', 383, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0d136dc9-ce2b-4df5-890c-5765d0edd415', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667202391498435, -122.11830945221077, -255, N'2018-03-14T00:13:31.3286300Z', 946, 11, 0, 10, 20, 1374, -3, -2, 1132, 21, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0d13fce1-0b78-463c-9060-8ab4e4449c5f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645963421588199, -122.13352876144319, -255, N'Apr 20 2018 5:02PM', 506, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0d4d0de6-560a-4604-bfb1-9d6b2ff044d0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647158755880700, -122.13479388251815, -255, N'2018-03-14T00:05:42.3212710Z', 298, -255, 749, 0, -255, -255, -255, -255, -7, 0, NULL, 9, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0dc1e8fc-3740-4ca2-be95-4b189927a35d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.652263970620936, -122.13804563243080, -255, N'Apr 20 2018 4:58PM', 365, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0dde0f89-814a-424d-93e3-ab7579ef9e42', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667281969077052, -122.12526759545133, -255, N'2018-03-14T00:12:17.3421690Z', 799, -255, -255, -255, -255, -255, -255, -255, -255, 1059, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0e11b477-8aa0-4b28-b2ec-e14050efcddd', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.654636589985110, -122.13811974347503, -255, N'Apr 20 2018 4:57PM', 344, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0e28cca6-5181-4ecd-9439-c3c9f965fb1b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693828700975693, -122.09494231784200, 25, N'2018-03-14T00:28:37.2800880Z', 1812, 17, -255, -255, -255, -255, -255, -255, -255, 41, NULL, 1517, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0e2bd8c2-5f50-4890-acea-64be3178ddd2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666600758006226, -122.12921215485966, -255, N'2018-03-14T00:11:10.3138150Z', 715, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0e38742c-f01e-43e2-9bf9-ca37a48518e5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667225200470700, -122.12068952822703, -255, N'2018-03-14T00:13:11.3554650Z', 907, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0e518cc7-5c6d-44dd-b2bb-ea5928c3da5c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667278190529856, -122.12537632468033, -255, N'2018-03-14T00:12:16.3632330Z', 797, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0e61fe40-7c97-47bb-a03b-52abbb6b9179', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667141486774500, -122.11494421623965, -255, N'2018-03-14T00:13:55.3598840Z', 995, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0e7067db-b4f7-440d-aae8-56d96d252a5b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646431018828565, -122.13560016898515, -255, N'Apr 20 2018 4:59PM', 446, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0e706df8-f0ad-40f1-a470-081e81d2a6fe', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646196796161213, -122.13233643420783, 0, N'2018-03-14T00:05:08.1660400Z', 238, 630, 18, 29, 1503, 6, 19, -255, 1404, -5, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0ea69152-24ff-4b5d-9269-96f7abc9921e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645339496314875, -122.13206977820128, -255, N'2018-03-14T00:02:00.3029360Z', 183, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0ec0faa2-1d2c-4587-8189-3e814dd6277e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667209646874100, -122.12006703867110, -255, N'2018-03-14T00:13:17.3199850Z', 918, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0ed67284-db79-4ac9-9473-3cd45b004ec2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666246900127291, -122.13012900713700, -255, N'2018-03-14T00:10:56.2250590Z', 689, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0ef0959e-bb8c-47ac-823e-9b50f6649d06', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648090662577600, -122.13538078400431, -255, N'2018-03-14T00:07:21.1880700Z', 338, -255, 6, 11, 5, -1, 16, 0, 0, 760, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0efb79cf-9572-4625-9de6-bbabf8da6551', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.669885708342512, -122.10739674994072, 0, N'Apr 20 2018 4:55PM', 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0f08b7e6-35a8-44d9-9faf-5424c817cdfc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662850898422711, -122.13386692394634, -255, N'2018-03-14T00:09:59.3448370Z', 589, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0f29be52-4eb4-4a5e-89fc-2d11fe8b2807', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693241241759694, -122.09846284534115, -255, N'2018-03-14T00:29:02.1875430Z', 1862, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0f2b5b23-f378-49cb-80c2-f16f289aa498', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642511056822997, -122.13167519425582, -255, N'Apr 20 2018 5:04PM', 609, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0f2f3d8b-d2f4-45ea-89d3-cf2af81265d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.651438387262232, -122.13702086302121, -255, N'2018-03-14T00:07:55.2764000Z', 380, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0f3f0ecb-19fa-4dc1-ad3a-7ae137b0a9b2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.655311096796225, -122.13770104750036, 13, N'2018-03-14T00:08:15.3017600Z', 420, 7, 817, 0, 1, 77, -7, 1403, 17, 77, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0fa400f3-6e13-41dc-9360-e2bec4cc8445', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679794499895820, -122.10304605288333, -1, N'2018-03-14T00:24:17.2217820Z', 1462, 0, 15, 1779, -3, -255, 1077, 37, 38, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0fc26a75-049e-4c51-b2e7-474ab8ff2549', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.650141114112635, -122.13730501352802, -255, N'Apr 20 2018 4:58PM', 385, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0fcdf7dd-7811-46d0-8d5b-a681348f74c8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671196336818340, -122.10676736473319, -255, N'Apr 20 2018 4:55PM', 66, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0fd7bced-2817-4f95-921e-485f89276c6b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642844619396755, -122.13199822116096, -255, N'2018-03-14T00:01:21.2272740Z', 133, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'0fe2b3b8-fedb-454d-a592-2aca8b9252cd', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646044434321638, -122.13287036038177, -255, N'Apr 20 2018 5:02PM', 515, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1014a343-0532-4c5f-a595-d1239d9216a1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681145544910791, -122.10140916398738, 0, N'2018-03-14T00:24:41.3023870Z', 1510, 1803, 21, 10, 5, -255, 21, 15, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'102da299-8d99-4a97-92c5-e1b11f8a512e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680373554676393, -122.10234027913656, -5, N'2018-03-14T00:24:25.3344430Z', 1478, 13, 14, 4, 0, -255, -255, -255, 34, 942, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'10457e92-6b6f-4400-88de-1a2972e59dba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662698871991438, -122.13394890935122, -255, N'2018-03-14T00:09:57.2593750Z', 585, -255, -255, -5, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'104b2fe5-3255-48a8-92e3-e7c7227ca801', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670626929555247, -122.10675463767448, -255, N'2018-03-14T00:19:29.3564980Z', 1229, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'104e5f4d-e32c-4981-90e0-c02bf615e427', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669481581626513, -122.10743918506820, 1405, N'2018-03-14T00:18:03.1851880Z', 1188, 16, 709, 9, 9, -255, -255, -255, -2, 5, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'105c8b27-e524-4995-a86f-87c1961b1f64', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667210508546930, -122.11884887960080, -255, N'2018-03-14T00:13:27.3072750Z', 939, -255, -255, -255, -255, -2, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'107bbac2-10a9-47ea-ac20-f45843059496', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659893771131493, -122.13537299521914, -255, N'2018-03-14T00:08:56.3519420Z', 494, -255, -255, -255, -255, 20, -255, 6, 10, 8, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'107e2acb-7eef-4eb5-a7e4-44551a13b6e2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649438950012922, -122.13689359736263, -255, N'Apr 20 2018 4:58PM', 393, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'10b83bfa-82cc-4be8-8f37-77b5958a8f86', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693988196833843, -122.10298584701148, -255, N'2018-03-14T00:30:03.1936180Z', 1975, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'10cbaabc-768e-49f0-ae41-256ddf192f5c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667391665136662, -122.11091360278320, -255, N'2018-03-14T00:16:12.3261710Z', 1085, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1113f32a-39b5-42a1-9579-c8ba12e06bd6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658511424686921, -122.13624016641609, 12, N'2018-03-14T00:08:34.3016960Z', 458, 4, 836, -255, 0, -255, -7, -255, 14, 65, NULL, 1217, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'11371343-0c02-4a10-825b-24b1e232843e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693564815507870, -122.09431914021458, -255, N'2018-03-14T00:28:32.3719230Z', 1803, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'114b3a16-9bb3-4fba-a9cd-755077dcd2a5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688412338328369, -122.09240191848535, -255, N'2018-03-14T00:27:43.3301590Z', 1705, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'115a16f7-2816-4f51-a06b-dfc54c1c165a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688709973642773, -122.09223679698114, -255, N'2018-03-14T00:27:45.3301710Z', 1709, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'118bc01a-b98a-41ff-97a8-0d08ee7f1880', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667139760068537, -122.11427097585469, -255, N'2018-03-14T00:14:00.3183080Z', 1004, -255, 18, 11, 15, -3, 40, 0, 0, 1161, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'11a90240-88a1-454b-b89f-611fb9142bac', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645764575393358, -122.13229222751795, -255, N'2018-03-14T00:03:42.2088610Z', 223, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'11f9ac77-3e05-44d6-9601-e4becd5c182a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658511424686921, -122.13624016641609, -255, N'2018-03-14T00:08:34.3325240Z', 459, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'121c6878-d8f1-400c-acaa-0e602a60c803', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693614408850394, -122.09441181635786, -255, N'2018-03-14T00:28:33.3841670Z', 1805, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'123acd07-e8c7-4e52-8026-0823b991267c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646076090517880, -122.13232101485515, -5, N'2018-03-14T00:05:05.1870400Z', 234, -3, 19, 17, 1289, -255, -255, -255, 1267, -6, NULL, 1, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'12534c62-d997-4b74-a706-8f62c575749f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667321566299137, -122.12210484802860, -255, N'Apr 20 2018 4:56PM', 176, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'12721970-3a6f-4adf-ab8f-99e9a3621c6f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679031965887113, -122.10394685813903, -255, N'2018-03-14T00:24:07.3372090Z', 1442, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'12840d0d-b36d-4fae-a83d-c5a5aea5b20f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.659006874783827, -122.13650065169440, -255, N'Apr 20 2018 4:57PM', 297, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'12ab3443-d161-4762-8472-33638dc76dba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667250449311993, -122.12297706527295, -255, N'2018-03-14T00:12:46.2125570Z', 856, 10, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'12b60e47-3966-46f9-99c3-caa5255e7ac8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681187194405410, -122.10136222413533, -255, N'2018-03-14T00:24:42.3105390Z', 1512, -255, -255, -255, -255, -255, -255, 11, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'12d02268-1f34-49bf-945b-24127ed6e438', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675550297999337, -122.10585991072723, -255, N'2018-03-14T00:23:34.3304970Z', 1376, -255, -255, -255, -255, 26, -255, -255, -255, 14, NULL, 23, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'130ee351-705b-4259-b603-5e8118f3c215', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675590780588053, -122.10607565180665, -255, N'Apr 20 2018 4:55PM', 12, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'131c5df1-2708-465c-970a-0d3dd8847906', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639655293471563, -122.13059204613036, -255, N'Apr 20 2018 5:04PM', 678, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1328aecf-f1e4-4095-a84c-228ed27245d5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642861920242204, -122.13171248985179, -255, N'2018-03-14T00:01:02.3563640Z', 125, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'13419510-7ea2-4068-b8ae-5a45a610f25f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667297043212713, -122.12506292634481, -255, N'Apr 20 2018 4:56PM', 192, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'137342f0-bbd8-4cf1-8e8d-232098920606', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666874290539027, -122.12826606801488, -255, N'2018-03-14T00:11:23.3542700Z', 739, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'137a69d0-ecf1-4e27-894f-4ca8dd3933da', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639999882168979, -122.13060399005407, -255, N'Apr 20 2018 5:04PM', 666, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1397de9e-f5cc-4f19-9dec-b5e1271cae00', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667093582960518, -122.12709030536224, -255, N'2018-03-14T00:11:58.2344220Z', 765, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'139c912d-10c3-41da-98b4-6bd303d88954', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667091918280889, -122.12719051560893, -255, N'2018-03-14T00:11:43.2032330Z', 762, -255, -255, -255, -255, -255, 16, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'13cea990-577b-427d-b39c-c003d459636c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669996751797029, -122.10707167704082, -255, N'2018-03-14T00:19:19.1990070Z', 1211, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'13e157a5-ecaa-4efc-913f-884e8b7ab3b9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667197665761115, -122.11776385499259, -255, N'2018-03-14T00:13:35.3246710Z', 954, -255, 9, 11, 6, -3, 18, -6, 0, 1137, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'140c128e-84d1-4ac3-8de3-6e414d90b7ba', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647184417604315, -122.13600577511116, -255, N'Apr 20 2018 4:58PM', 422, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'14137164-d72b-4bc4-b9a8-b87585a7f841', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667160502341709, -122.11586658966489, -255, N'2018-03-14T00:13:49.3259380Z', 982, 11, -255, -255, -255, 1568, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'143c8316-29a1-4ec3-b0a8-bc1928e7851a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667243272878400, -122.12209870420277, -255, N'2018-03-14T00:12:57.2622240Z', 879, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'143f96b7-191f-4002-88f6-e586dba416c2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665907923526554, -122.13089261028836, -255, N'2018-03-14T00:10:38.3259040Z', 666, -255, -255, -255, -255, -255, -255, -255, 0, -255, NULL, -7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1456266e-a0a1-4e07-afb9-3bedff89d47b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.660745832529372, -122.13550271696774, -255, N'Apr 20 2018 4:57PM', 281, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'14613a92-9d3d-4b44-b3f1-d70b2f6c76fb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667043780647106, -122.12744425993890, 0, N'2018-03-14T00:11:36.1473780Z', 756, 1016, -255, -255, 6, 5, 10, -255, -255, 10, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1464a417-f998-44e4-804f-6f754371d964', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640916354182394, -122.13059476435846, -255, N'Apr 20 2018 5:04PM', 647, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'14685743-9f79-4bd3-9051-22d59255dc3a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643077782656981, -122.13206846266571, -255, N'2018-03-14T00:01:38.2419130Z', 141, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'146c81d3-7015-4546-bef1-3e0941cddd45', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693307193551888, -122.09830923231078, -255, N'2018-03-14T00:29:01.1409640Z', 1860, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'147285ec-d817-49ec-af60-231fd92f8e29', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667256551208396, -122.12321955058302, -255, N'2018-03-14T00:12:43.2838760Z', 850, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1493afc3-5538-4ef0-844c-7abb1caf39cc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669371683426931, -122.10752394125691, -255, N'2018-03-14T00:17:59.1660820Z', 1184, 16, 704, 12, 0, -255, 16, 1401, -3, 3, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1497376f-12bc-4dd0-b234-d8a4a90f1a27', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667711310532596, -122.11035441165164, -255, N'Apr 20 2018 4:55PM', 110, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1499fe3a-cdb2-49a3-bdcc-ad9cc723a5a1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648482958763068, -122.13652744608896, -255, N'Apr 20 2018 4:58PM', 406, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'14a7cd4f-d246-4878-8ecd-b065d822cc81', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667169631379352, -122.11226942220650, -255, N'2018-03-14T00:14:51.1920810Z', 1049, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'14ff484e-7811-4980-b3f6-7a39532d3f73', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693773251672461, -122.09477359206524, -255, N'2018-03-14T00:28:36.3638360Z', 1811, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1524f077-d3c3-42e7-9bed-73958eee589e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648269682853879, -122.13547864031210, 46, N'2018-03-14T00:07:37.2530050Z', 344, 45, -4, 3151, -255, -255, -255, -255, 0, 59, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1535fbee-814d-468d-9d06-5f2171e007fc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675698531749632, -122.10608978879213, -255, N'Apr 20 2018 4:55PM', 11, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'154789f1-72ed-43f6-8954-bded9237c042', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687728113624651, -122.09299633895748, -255, N'2018-03-14T00:27:38.3564570Z', 1695, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'154d3210-5897-4fb5-b765-7a7a42a80ae7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667590868659808, -122.11021959615299, -255, N'2018-03-14T00:16:23.1900070Z', 1103, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1550fba0-cb7a-47bf-b4c0-831bce1c918b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639851806507338, -122.13060504080205, -255, N'Apr 20 2018 5:04PM', 671, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'15696345-09da-43e3-a72f-1950a1a908cb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668222931952663, -122.10894765467857, 28, N'2018-03-14T00:17:33.1738550Z', 1138, 17, -2, 1330, 1374, 12, 0, 18, -3, 29, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'157b553b-31bc-439b-a0e9-b6db9e549943', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667280814856873, -122.12516080558214, -255, N'2018-03-14T00:12:18.3230820Z', 800, -255, 8, 10, -255, 2, 12, -5, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1583c0e0-0614-4b7c-b2e7-0346aec3080b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667140340164153, -122.12679359631719, -255, N'2018-03-14T00:12:03.2338420Z', 771, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'15a966a6-7178-4529-b69a-3b9222aed609', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686306055221685, -122.09480984445598, -255, N'2018-03-14T00:27:23.3342200Z', 1665, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'15b8ed42-2b89-459d-a146-ea2ab7b43c48', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693902855721994, -122.10230178443797, -255, N'2018-03-14T00:33:10.7038890Z', 2024, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'15ed9d35-c08f-476d-a48a-273d7c70cf47', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689927362061361, -122.09171448539142, -255, N'2018-03-14T00:27:53.2252480Z', 1724, -255, -255, -255, -255, 11, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'16044bd5-42c2-49f1-8855-4db8ee71629e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674422616523138, -122.10592513149352, -255, N'Apr 20 2018 4:55PM', 31, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'161d1596-d8f5-418b-b3a0-89a6654624a3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666575844952931, -122.12928942236604, -255, N'2018-03-14T00:11:09.3464280Z', 713, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'16234b1c-246c-4bc3-9def-42bc70516e94', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693858200813139, -122.10232148804168, -255, N'2018-03-14T00:31:36.2010300Z', 2006, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'162d6f79-f5d9-4ef0-97b3-f29130e7c1e9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642828218453000, -122.13079345159586, 34, N'2018-03-14T00:00:54.3328690Z', 108, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 30, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'165e4540-b230-43a2-83e8-5f530cc93086', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661450033373676, -122.13455656805016, -255, N'2018-03-14T00:09:39.3440660Z', 548, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1669b715-b2bb-49b8-ba7e-278aaeb4770f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660150689523221, -122.13527501578454, -255, N'2018-03-14T00:09:01.3670990Z', 505, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'16701659-45e0-484a-acee-a6e46c9f7e6a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679104095918561, -122.10385767772918, -255, N'2018-03-14T00:24:08.3318460Z', 1444, -255, -255, -255, -255, -255, 9, 27, 12, 0, NULL, 39, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'169dded2-313b-4738-b43b-e6bb5c8f069a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.657506843648648, -122.13721123255530, -255, N'Apr 20 2018 4:57PM', 314, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'16a4f5eb-8a81-4832-83c2-23243bf727b5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667430654037283, -122.11070986013674, -3, N'2018-03-14T00:16:15.1904890Z', 1090, 0, 18, 24, -255, -255, -255, -255, 1039, -3, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'16ab0dca-1f4f-4558-a3f2-27f2b74448c0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667317232395220, -122.12357238976062, -255, N'Apr 20 2018 4:56PM', 184, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'17004443-9d6d-464d-b30c-dfb6baadc232', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667227292386727, -122.12078218787123, -255, N'2018-03-14T00:13:10.1920320Z', 904, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'170cf452-b53f-425c-b18c-b0a30f872a93', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667231924712077, -122.12097187507558, -255, N'2018-03-14T00:13:08.3227330Z', 900, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1712ba36-db46-478a-98a2-461d91f7d0ae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669431074901816, -122.10747932692888, -255, N'2018-03-14T00:18:01.1692700Z', 1186, -255, -255, -255, -255, -255, -255, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1712c22c-ca1d-4a73-b57b-439350387a93', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673767805112384, -122.10575806050184, 11, N'2018-03-14T00:23:11.1890180Z', 1334, 0, 17, 1711, 16, 30, -255, 9, 16, 12, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'174001a7-7c85-4ed5-a0ef-cbd3ef0d0730', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692875123216737, -122.09990436524932, -255, N'2018-03-14T00:29:11.1576460Z', 1879, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'17464482-c745-40bf-b54c-975b861c0ed4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667269935873051, -122.12427791035623, -255, N'2018-03-14T00:12:29.2929730Z', 822, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1763cf40-265b-472f-ad04-34b94336f4b2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.655873442942642, -122.13749676900400, -255, N'2018-03-14T00:08:18.2988940Z', 426, -255, 10, -255, -255, 0, 6, 14, 7, 0, NULL, 820, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1778974c-b7d7-42cd-8ea4-1bd210711440', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669793783947767, -122.10721621795015, -255, N'2018-03-14T00:18:45.2004840Z', 1201, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1793ce1d-e896-4fa6-a33a-911ea4f2af22', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642361451843378, -122.13058049265766, -255, N'Apr 20 2018 5:04PM', 621, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'179af047-455c-4ba7-b126-0bfc17317e1f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694251111787210, -122.10239235573630, -255, N'2018-03-14T00:29:38.1462120Z', 1930, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'17d12aa9-6881-491c-9bbf-e4add29c0016', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667251332269288, -122.12306161148936, -255, N'2018-03-14T00:12:45.3154360Z', 855, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'17f8fee3-ced1-4d9c-a5ba-ab5b4ea60687', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693750850949421, -122.09728844592007, -255, N'2018-03-14T00:28:54.3176520Z', 1847, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'18143bab-f3c7-4f9b-8caf-01bac7fd9cff', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654788539749525, -122.13763069570420, -255, N'2018-03-14T00:08:12.3147070Z', 414, -255, 10, -255, -255, -3, 7, 21, 14, 0, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'18232b71-5132-4de9-a66c-102198e248a5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639887553375281, -122.13052115936316, -255, N'2018-03-14T00:00:09.3206240Z', 38, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1893d767-4882-40b6-b219-9ca2a9bff31f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646075222394423, -122.13550283389725, -255, N'Apr 20 2018 5:00PM', 460, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'189e29fe-9e4f-46bf-8311-de524c83083c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642866505557748, -122.13185957700190, -255, N'2018-03-14T00:01:10.2141230Z', 129, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'18a442c0-5d85-4a22-8a47-8ff0fabc4a91', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666333258552569, -122.12994036173886, -255, N'2018-03-14T00:10:59.2054530Z', 694, -255, -255, -255, -255, -255, -255, 4, -255, 3, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'18d0570e-d343-42e9-b8f3-c0d0f55ec34c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642639354036632, -122.13236221762405, -255, N'Apr 20 2018 5:04PM', 594, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'18d0cab7-1dbf-45ec-8ead-c526f380c252', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666119201955354, -122.13041674121997, 15, N'2018-03-14T00:10:51.2084210Z', 680, 5, 973, 0, 4, 0, -3, 5, 16, 13, NULL, 695, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'18d93d87-0fe5-4717-96df-4ef9b53ee7a9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645514470576352, -122.13202500298458, 5, N'2018-03-14T00:02:04.2368030Z', 188, 10, 0, 7, 18, 716, 3, -6, 445, 18, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'18d98428-3c48-4468-9847-96dcf1d05584', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681466028842991, -122.10096004991611, 16, N'2018-03-14T00:25:01.1805680Z', 1526, 4, -1, 701, 1821, -255, 0, 12, -255, -255, NULL, 20, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'18f421a5-7e8e-41ae-80bf-2fd209149d0e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646327992871271, -122.13325819441235, -255, N'2018-03-14T00:05:18.2609160Z', 257, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1906a7e9-e80c-4084-96d3-4bcad3caf35f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671243536748406, -122.10653959771656, -255, N'2018-03-14T00:19:37.3598460Z', 1245, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'192f67d1-cf29-40c2-9ef6-8dd6104e373a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665833530083106, -122.13136857870266, -255, N'Apr 20 2018 4:56PM', 230, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'195b6aa1-12eb-4480-9ef8-25f388bd9949', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667322383799849, -122.11951778121636, -255, N'Apr 20 2018 4:56PM', 161, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'19610da0-875d-4e51-8015-64753c6aba6b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694594978427212, -122.10319638146387, -255, N'2018-03-14T00:29:44.1826470Z', 1942, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'196b09e1-d314-4ba2-bb2c-d97f089ab914', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690440421567224, -122.09165245359991, -255, N'2018-03-14T00:27:56.3124430Z', 1730, -255, -255, -255, -255, 11, 0, 9, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1977390a-276c-48d1-b42a-22fe53eb85e9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692441022827500, -122.09261392332823, 2013, N'2018-03-14T00:28:12.2938000Z', 1762, -255, -255, -255, 0, 0, 3, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'199d607d-87bd-4de4-8816-3cd1a3a0110e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667135344460242, -122.11286827838306, -255, N'2018-03-14T00:14:15.1956780Z', 1029, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'19a5685e-da43-4465-9a7c-0e27272813ee', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669741020745313, -122.10722447909086, -255, N'2018-03-14T00:18:42.1256230Z', 1199, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'19c927bd-8ef8-4c97-8014-1753114dca82', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667207514319422, -122.11985044410432, -255, N'2018-03-14T00:13:19.3123780Z', 922, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'19ca5814-c9a2-4727-acaa-40a82b5a817e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648164213485003, -122.13643601595525, -255, N'Apr 20 2018 4:58PM', 410, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'19d2b853-a8a3-4436-8d5f-6964e394ef13', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641963327497415, -122.13058489890426, -255, N'2018-03-14T00:00:29.3286690Z', 78, 10, -255, 4, -255, 908, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1a031f97-308b-41b2-9465-f70c517a80ca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669198072529056, -122.10768144045245, -255, N'2018-03-14T00:17:54.3173830Z', 1179, -255, -255, -255, -255, -255, -255, -255, 4, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1a094b3e-9cc7-4f46-b033-1edb692ea898', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.650214171035152, -122.13645566127367, -255, N'2018-03-14T00:07:49.3003250Z', 368, -255, -255, -255, -255, 11, -255, 52, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1a099722-0401-43ad-9b48-7203a97be3b9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670626929555247, -122.10675463767448, 0, N'2018-03-14T00:19:29.3270180Z', 1228, 1490, -255, 14, 3, 1491, 12, 14, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1a1a33fc-ed72-4645-adf7-5189dd23d21f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639828484131669, -122.13050526646751, 330, N'2018-03-14T00:00:08.3430680Z', 36, 30, 1577, 20, 0, 0, 21, 12, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1a484b87-ef6f-47d9-aec0-02f44f76622b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641276792528828, -122.13055517976206, -255, N'2018-03-14T00:00:22.3216790Z', 64, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1a6bfc31-8cd2-4ea6-9266-1e1048b84ee8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645800278405297, -122.13240308590633, -255, N'Apr 20 2018 5:02PM', 527, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1acebfd9-6aa5-4dde-a889-6bf32218b40d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645974280704827, -122.13457032475986, -255, N'Apr 20 2018 5:01PM', 483, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ad59e0b-d803-43f9-a844-db51f8170869', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648814302836669, -122.13577010735989, -255, N'2018-03-14T00:07:41.3633150Z', 353, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ae85c01-1e8b-4358-b796-f5e5995d01c8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677900532147817, -122.10525379086899, -255, N'2018-03-14T00:23:53.3130230Z', 1414, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1b076ef7-a937-485b-9c4e-847e00a5dd9a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667297043212713, -122.12506292634481, -255, N'Apr 20 2018 4:56PM', 191, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1b118013-012b-479e-9145-2c16f8bf4e24', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639710624995011, -122.12971763825689, -255, N'Apr 20 2018 5:05PM', 691, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1b37c2cb-b2a9-441e-ba08-8753bb204cec', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639889789434093, -122.12969328867477, -255, N'Apr 20 2018 5:05PM', 698, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1b78b9e7-5948-4b72-87e7-8b9455d44c01', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646197286678195, -122.13553790131448, -255, N'Apr 20 2018 5:00PM', 456, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1bb864b8-5e39-4f09-8038-0a61ae5242ca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643974334252512, -122.13204421697036, -255, N'2018-03-14T00:01:48.2552040Z', 158, 10, -255, 10, -255, 1235, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1bc7cfa2-9b97-421a-8dc1-20a660f401ad', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687369354847341, -122.09340631738910, -255, N'2018-03-14T00:27:35.3514610Z', 1689, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1bd1c08c-5895-4f24-b40d-ee34fb97e808', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682331119683300, -122.09990045195632, -255, N'2018-03-14T00:26:17.3382830Z', 1563, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1c01ddc2-93a9-4c32-be84-4bef7224ca7b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693490608578465, -122.10162506814494, -255, N'2018-03-14T00:29:29.1379420Z', 1912, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1c14f0f5-d30b-49af-a824-425beeccd35a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677112893733543, -122.10582931993825, 13, N'2018-03-14T00:23:46.3445180Z', 1400, 7, 1748, -255, -3, -255, -255, -255, 12, 53, NULL, 1179, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1c1a937d-2a64-4a8d-8275-f11854eabadf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640934237158049, -122.13053188321058, -255, N'2018-03-14T00:00:19.3382930Z', 58, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1c1b0a89-4c04-40c8-b03a-8639b17ec888', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693904849638741, -122.09598456027057, -255, N'2018-03-14T00:28:45.3342940Z', 1828, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1c2974c9-6d86-40bd-aa62-bddfbb087ca9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649767992096777, -122.13710680258215, -255, N'Apr 20 2018 4:58PM', 389, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1c2a469f-ee9f-4c6b-82c7-4e1805978531', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.651380715556208, -122.13779159404970, -255, N'Apr 20 2018 4:58PM', 374, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1c6eaaf8-a2de-473f-9d55-823436d31bd8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.664713477107298, -122.13291122948206, -255, N'Apr 20 2018 4:57PM', 244, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1c8ec360-ab6a-4032-a1b8-0a070836ff5a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674938847240767, -122.10597147078221, -255, N'Apr 20 2018 4:55PM', 24, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1c97c14b-5b30-4599-a873-699035f5c613', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.663785507979263, -122.13372007802957, -255, N'Apr 20 2018 4:57PM', 254, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1cc073c9-b3a1-4a85-92c1-77cdfb6a47db', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667189135841333, -122.11725512046762, -255, N'2018-03-14T00:13:39.3310450Z', 963, -255, -255, -255, -255, -255, -255, -255, 1141, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1cf683a3-d6d6-425f-89f2-7a5fc0ae122d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662389196280365, -122.13417667064076, -255, N'2018-03-14T00:09:53.3482900Z', 577, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1cf78d4c-63a5-42bb-8667-a4250351319f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642821806663321, -122.13236046202451, -255, N'Apr 20 2018 5:03PM', 588, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1cfbd881-1fa5-49d1-bbf1-b1122c46dcbc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669699992425379, -122.10727549559741, -255, N'2018-03-14T00:18:14.1924850Z', 1197, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1d047523-a850-4962-9720-bd2ca0bc2252', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667387223038098, -122.11160792417373, 16, N'Apr 20 2018 4:55PM', 117, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 89, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1d315f75-264b-4fca-9aa9-396388d8168a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642590317379238, -122.13064637898215, -255, N'2018-03-14T00:00:43.2109310Z', 99, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1d559e33-de65-40c8-a4c1-2f5902973cd9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693102703420251, -122.09878552488379, -255, N'2018-03-14T00:29:04.2246430Z', 1866, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1d95ac03-7380-4325-bb1b-aa24b30038da', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675473970386641, -122.10605905779708, -255, N'Apr 20 2018 4:55PM', 14, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1dbaf98c-57e4-4dde-8df2-9c4b9c18b318', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671374921473117, -122.10669307545841, -255, N'Apr 20 2018 4:55PM', 64, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1dc58702-ad5b-4ef5-a14e-e962dd8659ce', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665811937935942, -122.13101466046133, -255, N'2018-03-14T00:10:36.3284760Z', 662, 10, -255, 5, -255, 1080, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1dd4a952-c7bc-4a4c-9641-67321db48bbd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667170374984210, -122.12657482735293, -255, N'2018-03-14T00:12:05.3345850Z', 774, -255, -2, -255, -255, -255, -255, -255, -7, 11, NULL, 7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ddb0205-5f6c-4610-aa9f-9ff54df30134', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667322383799849, -122.11951778121636, -255, N'Apr 20 2018 4:56PM', 162, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1e2c25d2-8a7b-4c76-a2bc-2c46204d0696', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.658584628118042, -122.13667659353943, -255, N'Apr 20 2018 4:57PM', 301, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1e46fa92-bdb4-45cf-a652-2f1e63ffae5f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639757814656718, -122.12972167936293, -255, N'Apr 20 2018 5:05PM', 694, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1e55fce9-3326-42f0-b96e-6ccfb7c373bb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.650944032209097, -122.13762823378471, -255, N'Apr 20 2018 4:58PM', 377, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1e8a46d9-362d-4c00-b4ed-586f682680d6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645951885974860, -122.13532130710541, -255, N'Apr 20 2018 5:00PM', 465, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1e8ffa44-3fc3-48a9-8c60-b1740025e136', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672148769406576, -122.10618202706257, -255, N'2018-03-14T00:21:10.1986070Z', 1279, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ea3eb99-f9f5-4b3f-8fe3-d9b49e31143a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693801513532158, -122.10256316540085, -255, N'2018-03-14T00:30:10.2050950Z', 1985, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ea6244c-c66a-4f7c-8439-915719827db1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645956674384550, -122.13516449760159, -255, N'Apr 20 2018 5:00PM', 470, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1eafdd25-38a3-4810-ad85-2e98c3987a11', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667230414853357, -122.12611711738367, 19, N'2018-03-14T00:12:09.3356100Z', 782, 28, 3, 1759, 1051, -255, -255, -255, -6, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ecc6f00-715c-47cc-bf11-0ab0e4909802', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654226349515206, -122.13755368603341, -255, N'2018-03-14T00:08:09.3182710Z', 409, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ed0bccc-0501-4791-b6af-36d795954a92', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664426497433958, -122.13271318349264, -255, N'2018-03-14T00:10:19.3238260Z', 628, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ed1f4b7-9e6f-4180-b5ac-dd4f22d0790e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645963265598304, -122.13505892392277, -255, N'Apr 20 2018 5:00PM', 472, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ee20779-cf7d-4c50-bdac-44ca6209f4a5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643226227398400, -122.13205080873180, -255, N'2018-03-14T00:01:41.3327600Z', 144, 10, 0, 24, 55, 2006, 0, -4, 422, 37, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ee6b2f2-0845-41a7-a191-9022349b71c2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641242741833210, -122.13059149495440, -255, N'Apr 20 2018 5:04PM', 641, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1f215652-4647-4536-a6e2-c7f09e6f6e55', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658685345500437, -122.13616156778551, -255, N'2018-03-14T00:08:35.3317870Z', 461, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1f39cbac-22e9-41ae-bfaf-2d1c9d790480', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673908566822156, -122.10590460226348, -255, N'Apr 20 2018 4:55PM', 37, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1f61c32a-f0e0-4f6e-aa29-6e441fa5df01', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642868818925486, -122.13236000966209, -255, N'Apr 20 2018 5:03PM', 585, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1f750e85-d01a-4579-b3af-400997529c69', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667312874942233, -122.11703968713361, -255, N'Apr 20 2018 4:56PM', 147, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1f81da32-be62-4d38-9b89-84c601e5917f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667530890968500, -122.11038980511722, -255, N'2018-03-14T00:16:20.2010490Z', 1099, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1f99d485-d504-4ab8-bde6-ecf95aa13929', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667338117531877, -122.11123001699431, -255, N'2018-03-14T00:16:08.1791220Z', 1077, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1fd1a669-c792-4154-a6c2-277396e0eb1e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686166160468247, -122.09501078059135, 0, N'2018-03-14T00:27:20.1839010Z', 1658, 1962, -255, 1758, 1807, -255, 25, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1fe5a892-d6cd-4edd-b786-9a5844a17ebd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677799293307089, -122.10536147853990, -255, N'2018-03-14T00:23:52.3439050Z', 1412, -255, -255, -255, -255, 6, -255, 3, 13, 0, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1feba209-9bb5-4227-97e1-41aa0359adbc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685978083248358, -122.09519084561013, 1943, N'2018-03-14T00:27:02.1860220Z', 1650, 17, 681, 9, 0, 0, 7, 11, -6, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ff5f77a-e259-4a6e-81b0-a2b797066efa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678158685904251, -122.10495886954205, -255, N'2018-03-14T00:23:56.3360280Z', 1420, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'1ffd1c83-d5d6-4cc0-bd52-2be4e3559ffc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675978287840380, -122.10611846546107, -255, N'Apr 20 2018 4:54PM', 2, -255, -255, -255, -255, -255, -255, -255, -255, 5, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2001376f-ad88-46a4-9b45-6c9edb535602', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645636788267048, -122.13240540811354, -255, N'Apr 20 2018 5:02PM', 532, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'201121b0-5571-4514-b6e1-549662fdfc47', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690623692636983, -122.09165121658083, -255, N'2018-03-14T00:27:57.2623720Z', 1733, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'204e7e16-8cff-4ab1-8b74-439dbeeff1ab', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681604690983335, -122.10081440629800, 1832, N'2018-03-14T00:25:10.1900670Z', 1532, 17, 955, 8, 0, -255, 17, 1832, -2, 2, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'208aa029-8012-441d-82bb-8dd03c727725', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667267539464468, -122.12350984622482, -255, N'2018-03-14T00:12:39.1855330Z', 842, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'20a17961-4728-40ac-afd7-247e3c32346d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667264561680355, -122.11475271187186, -255, N'Apr 20 2018 4:56PM', 135, 14, 0, 23, 50, 1817, -5, -6, 762, 34, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'20aea070-0b20-4d98-9d12-4847a549a8f0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663306876399020, -122.13365909261609, -255, N'2018-03-14T00:10:05.3614830Z', 601, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'20b56f84-a453-44cd-a2fc-49ff9746e1f4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680763898837654, -122.10185459922715, 5, N'2018-03-14T00:24:32.3148760Z', 1492, -255, 1794, -255, 2, -255, -255, -255, 15, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'20cc4f39-5dce-41d6-b0d9-103185d37598', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660773547483636, -122.13494986642178, -255, N'2018-03-14T00:09:23.2493410Z', 527, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'20cd9005-74a7-4e3b-879c-25819d253513', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667213141170663, -122.12017710138956, -255, N'2018-03-14T00:13:16.3544770Z', 917, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'20fb7b5e-e1ef-4783-be28-848f971f63ed', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639851806507338, -122.13060504080205, -255, N'Apr 20 2018 5:04PM', 672, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'212152fe-3127-436c-9410-2cd757312858', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645442809671223, -122.13240770528500, -255, N'Apr 20 2018 5:02PM', 536, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2129472c-ec34-4079-9a63-fe1fbd6e1061', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667272642547481, -122.12419984359053, -255, N'2018-03-14T00:12:30.2998170Z', 824, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'213994f0-c8c0-40d4-961a-8780627fa64b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689139720113538, -122.09203323588132, -255, N'2018-03-14T00:27:48.3288100Z', 1715, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2145b6fa-b161-4385-87e6-b21deaec1c08', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681226298636815, -122.10130965277700, -255, N'2018-03-14T00:24:43.3040170Z', 1514, -255, 13, 0, -255, -255, -255, -255, -3, -4, NULL, 13, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'214cde0e-f944-4331-b528-2826e218f99e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642147038787414, -122.13061583352773, -255, N'2018-03-14T00:00:32.3601930Z', 85, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'215426dc-1b32-442d-8cf3-85a82bd33213', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667210508546930, -122.11884887960080, -255, N'2018-03-14T00:13:27.2682940Z', 938, -255, 11, -255, 8, -255, 21, 3, 0, 1129, NULL, 22, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'215b2633-a66e-41bf-92d6-df896d0372f8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.652240649057283, -122.13724615309926, -255, N'2018-03-14T00:07:59.2903720Z', 388, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'216bba27-25eb-4894-ae65-689a892d4a32', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667252492373322, -122.12314120429123, -255, N'2018-03-14T00:12:44.3036390Z', 852, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'21779415-ecfa-418c-b309-473525ff29e6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642002505448716, -122.13058415418745, -255, N'Apr 20 2018 5:04PM', 630, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2187595d-7ed6-4e18-8db6-c381524037b8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682162639103300, -122.10005527386416, 11, N'2018-03-14T00:25:44.1884780Z', 1556, -255, 0, 4, -255, 810, -255, -1, 1864, 15, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'21a2fb8f-399a-4b4d-9934-87f2448d3aea', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692441022827500, -122.09261392332823, -255, N'2018-03-14T00:28:12.3069140Z', 1763, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'21b9d513-e66c-4c62-b689-5f3b7a419543', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667662151294920, -122.11001129393586, -255, N'2018-03-14T00:16:27.1424780Z', 1107, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'21d01bdd-1973-4f09-b529-2c24a24e3fa5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.650618144904826, -122.13663240441358, -255, N'2018-03-14T00:07:51.3051500Z', 372, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'21d49edd-90c6-4252-8732-c6f945ab1dfe', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668648904439976, -122.10827942930000, -255, N'2018-03-14T00:17:43.3418440Z', 1157, -255, -255, -255, 17, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'21d8015d-4479-4df3-b195-3d7d81b078e4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685871030043181, -122.09528568770884, -255, N'2018-03-14T00:26:59.3567470Z', 1647, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'21fda162-670f-4e91-9955-b714dd69849c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666988288495190, -122.12834107111826, -255, N'Apr 20 2018 4:56PM', 209, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2200c436-c268-4a80-8281-27679dcee2f0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640305322168331, -122.13051845392026, -255, N'2018-03-14T00:00:14.3254710Z', 48, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'22048471-37fb-4246-8815-fd39811758ad', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.653384754012315, -122.13819159515269, -255, N'Apr 20 2018 4:57PM', 355, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2206d89a-893a-4cb3-b6b7-4097de8f3dd4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673666287104766, -122.10578381100450, -255, N'2018-03-14T00:21:56.1835250Z', 1330, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'22187e87-3c42-4536-8a55-e471ccb0f582', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664716588816852, -122.13239564450454, -255, N'2018-03-14T00:10:22.3143190Z', 634, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'226320f5-6cdb-493b-b9be-27ad9c79625a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660303013616556, -122.13518703017463, -255, N'2018-03-14T00:09:07.2353580Z', 511, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2272d10b-abd7-4ffb-9cdf-d6c2ae7549a0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.655680118597765, -122.13755123575255, -255, N'2018-03-14T00:08:17.3282970Z', 425, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'22a1012e-ba0d-4b96-882d-f909411b870a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685538306100966, -122.09566973215821, -255, N'2018-03-14T00:26:54.3583060Z', 1637, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'22c61e94-0077-4404-b5ec-70f098405833', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647538859378457, -122.13502063475788, 688, N'2018-03-14T00:06:07.1619850Z', 314, 16, 699, 3, 0, -255, 6, 11, -1, 3, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'232fb70f-610b-4ea6-a69a-dc56a6242a0b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675972292250485, -122.10619896628785, 0, N'Apr 20 2018 4:54PM', 4, 696, 0, -4, 16, 6, 675, 0, 15, 5, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2366c4be-2786-4d0f-a41a-3478c7574539', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667252408687773, -122.11190866492413, -255, N'2018-03-14T00:15:04.2017620Z', 1059, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'236d8d53-c652-4fce-b9cc-828ad04fa056', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640488197929464, -122.13059917973854, -255, N'Apr 20 2018 5:04PM', 656, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2383b3a1-e152-41f1-b490-b505e542c4f0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640007311790839, -122.12912473785947, -255, N'Apr 20 2018 5:08PM', 735, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'238c408f-3f7c-4347-9ff5-000533fcf640', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679250788512200, -122.10367687262013, 22, N'2018-03-14T00:24:10.3282420Z', 1448, 7, -255, -255, 3, -255, -255, -255, 20, 39, NULL, 1105, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'23b94648-ee32-4c83-8d81-36bfe4a5c3d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693018533350660, -122.09340505418460, -255, N'2018-03-14T00:28:23.3347300Z', 1784, -255, 1475, -1, -255, -255, -255, -255, -3, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'23e1389f-8da2-4b6b-b5f6-e023c8d4dd96', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.663600300736938, -122.13384110796514, -255, N'Apr 20 2018 4:57PM', 255, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'23ef345d-09ba-47af-b32d-a1eaabbc89fb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.654033925466820, -122.13817226591769, -255, N'Apr 20 2018 4:57PM', 350, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'240183dd-e409-49d7-8c1f-1eaea6449f7e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643863603261877, -122.13236137833155, -255, N'Apr 20 2018 5:03PM', 567, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'241ddf4d-a382-4030-be99-b21a053018d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667267110827737, -122.12465110443900, -255, N'2018-03-14T00:12:24.2107010Z', 813, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'242a874e-8bcc-4a35-bc4d-b9670c139b01', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.658791965957221, -122.13658808631152, -255, N'Apr 20 2018 4:57PM', 300, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2432e2a0-fe14-4611-a933-ab0979ca4906', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667287713686036, -122.11157588737521, -255, N'2018-03-14T00:15:45.2009910Z', 1069, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2438c868-96ab-466f-a808-59f0e8024065', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.669353068545725, -122.10780910106263, -255, N'Apr 20 2018 4:55PM', 88, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'245d0bef-8c63-4611-84dd-f0e10797413f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642510152976563, -122.13204761438237, -255, N'Apr 20 2018 5:04PM', 603, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'24714fcc-08d3-4e34-8668-7813934799f3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680020989434205, -122.10278047191692, -255, N'2018-03-14T00:24:20.3804240Z', 1469, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2473dff4-4765-41e2-9ec3-5e79746c73d2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.652263970620936, -122.13804563243080, -255, N'Apr 20 2018 4:58PM', 366, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'24754986-30cb-4518-9975-2afdf9bea1d3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659089457354256, -122.13594112553842, -255, N'2018-03-14T00:08:38.2933830Z', 466, -255, -255, -255, 4, 839, 10, 14, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'24c0848a-509b-4886-a8fb-f05f0130281d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675369359829155, -122.10604264436716, -255, N'Apr 20 2018 4:55PM', 17, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'24d09bc0-0c7d-4389-9f78-c165e8784d05', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693423098594842, -122.09418724078304, -255, N'2018-03-14T00:28:30.3417910Z', 1798, -255, -255, -255, -255, 48, -255, -255, 11, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'24d98600-989a-40ee-be9f-91a044ca8bc0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672254071687900, -122.10614104268879, -255, N'2018-03-14T00:21:14.1797010Z', 1282, -255, -255, -255, -255, 14, -255, -255, -255, 18, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'24e93451-1c3d-4d9d-9b12-9f01d40ff026', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668271305607995, -122.10884732478479, 28, N'2018-03-14T00:17:35.1824400Z', 1140, 22, -255, 1585, 28, -255, -255, -255, -6, 30, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'25027758-4250-48a7-8334-3839504280c3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693805371573170, -122.10219329390151, -255, N'2018-03-14T00:32:13.5266410Z', 2010, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'25300911-cc8d-4483-b829-ae380cf2eecd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668131101255085, -122.10908233553971, 19, N'2018-03-14T00:17:28.1596280Z', 1134, 7, -3, 950, 1369, 12, 0, 9, 0, 21, NULL, 7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'25589cd2-d28c-41a9-afab-59265827c9a6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667684813832437, -122.10994947807860, -255, N'2018-03-14T00:16:28.1972780Z', 1109, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'258db0ed-2ec1-476b-b59f-e1bf609bbfb1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667165373290594, -122.11602638445471, 19, N'2018-03-14T00:13:48.3161980Z', 980, -255, 0, -255, 36, -255, 3, -3, 1150, 30, NULL, 41, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'25cbe9ea-8ae0-4c41-9da8-879f46ebb086', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646135718952195, -122.13552021373975, -255, N'Apr 20 2018 5:00PM', 457, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'25d4fd33-291d-4d08-8556-3d6d51c47897', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694543858100509, -122.10307685239918, -255, N'2018-03-14T00:29:43.1512540Z', 1940, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'262130a5-8b48-4f2f-86b4-5b018d2a1b65', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645947201634691, -122.13240099901481, -255, N'Apr 20 2018 5:02PM', 522, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'26c04898-1184-40da-92de-d5da20c9c4d6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.649144359571594, -122.13593250714604, -255, N'2018-03-14T00:07:43.3238040Z', 357, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'26e565c0-a4de-49e0-be49-abaf26ffc90e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671924088787591, -122.10646004556162, 75, N'Apr 20 2018 4:55PM', 58, 1401, -4, -7, 38, 28, 724, 0, 68, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'26eae0f5-8aa8-4a5c-a120-da2df5e4901a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647325355138079, -122.13490059008704, -255, N'2018-03-14T00:05:46.2075850Z', 304, -7, 715, 10, -255, -255, -255, -255, -7, 2, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'26f0cd25-9e17-4578-8e40-ffc85f25971b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644102712223045, -122.13204562331487, -255, N'2018-03-14T00:01:49.3227230Z', 160, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'26fc1243-7787-4dfb-a52d-92460a06c20c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681926797869089, -122.10036833973541, 11, N'2018-03-14T00:25:37.1814950Z', 1546, 8, -255, -255, -255, 19, 7, 17, -255, 0, NULL, 1858, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2705c974-ea05-46de-9d9b-4bcb14136455', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667251332269288, -122.12306161148936, -255, N'2018-03-14T00:12:45.2901050Z', 854, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'27089fe8-45b8-4a2f-a23d-0ebfd912532b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667141486774500, -122.11494421623965, -255, N'2018-03-14T00:13:55.3316440Z', 994, -255, 4, 11, 3, -3, 10, -3, 0, 1157, NULL, 13, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'275c306f-c9ac-4107-b972-3fd5b1b65233', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694264579740825, -122.10361162323903, -255, N'2018-03-14T00:29:57.1751450Z', 1963, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2762dde7-05c6-42c5-b6fc-d1b03272ed1d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.655853635865626, -122.13790647230178, -255, N'Apr 20 2018 4:57PM', 332, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'27650e61-beda-4794-b8d8-2cd5bcc66fef', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649608310135235, -122.13700251262196, -255, N'Apr 20 2018 4:58PM', 391, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2798ba05-7b6f-4b08-8198-8346743bc84f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661513724392186, -122.13453643132137, -255, N'2018-03-14T00:09:40.2984420Z', 550, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'27b5d6c8-92f8-4367-b96a-7097397e5770', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665113540663221, -122.13192581218834, -255, N'2018-03-14T00:10:26.3204380Z', 642, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'27be90f9-1099-40a7-9b34-023d64dbcf66', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666527138715907, -122.12943429024529, -255, N'2018-03-14T00:11:07.3628870Z', 709, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'27f1f57b-3e3c-4ce8-b3ee-b668933ed97f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667179304858493, -122.11218154820631, 0, N'2018-03-14T00:14:54.1961040Z', 1050, 1214, -255, 19, 9, 6, 11, -255, 9, 11, NULL, 8, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'27f513dd-a4e7-41f4-95bb-f9a47000baf9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667271883866647, -122.11179420407817, 1242, N'2018-03-14T00:15:22.1819810Z', 1062, 0, 741, 0, 0, -255, 7, 11, 0, 2, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'27f68cef-daa0-4ad7-ac9b-7bea3e4170db', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686124415537023, -122.09504244795137, -255, N'2018-03-14T00:27:19.1851640Z', 1656, -255, -2, -255, -255, 12, -255, -255, -2, 38, NULL, 20, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'27fd73dd-daa3-4002-b842-124da9f2d8ff', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667138786178121, -122.11346622479003, -255, N'2018-03-14T00:14:06.3203660Z', 1016, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'280189a9-e275-43b7-b683-f0bc006a4547', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639936409937008, -122.12967417164650, -255, N'Apr 20 2018 5:05PM', 700, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'28206845-865d-4082-a5e7-2648cb0a0814', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667128376359621, -122.11267010298680, 11, N'2018-03-14T00:14:39.1632150Z', 1038, 8, 11, -255, -255, 0, 8, 25, 11, 0, NULL, 1130, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2821995a-9fef-494e-b6a2-2a7d6d0e551d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641364386150784, -122.13059028089943, -255, N'Apr 20 2018 5:04PM', 640, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'283d3b93-2586-416d-905f-9a34a0ec70ca', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667288083834414, -122.11550933228156, -255, N'Apr 20 2018 4:56PM', 139, -255, -255, 14, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'283e1c3d-c1c0-4aaa-a241-67d22618973c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667296327896004, -122.11173334904770, 21, N'2018-03-14T00:15:41.1727510Z', 1064, 5, -2, 939, 1260, 11, 0, 12, -1, 23, NULL, 7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'28759aba-a1d2-48cd-bcf5-20bbf8c0ec65', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647724281242773, -122.13513851875433, -255, N'2018-03-14T00:06:29.2084730Z', 323, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2894e682-3fc4-4360-882e-dc51fab6f94d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673911180765216, -122.10574795064598, 21, N'2018-03-14T00:23:15.1862030Z', 1338, 0, 31, 1715, 16, 40, -255, 24, 16, 21, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'28b846de-7c4b-40ae-a24b-7b7e7aa6c668', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.652826691468057, -122.13744534133565, -255, N'2018-03-14T00:08:02.3135470Z', 395, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'28ce2ea6-2cd1-49fa-89b9-79bc1f4816eb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693805371573170, -122.10219329390151, -255, N'2018-03-14T00:32:13.5311450Z', 2011, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'28e001b7-b56b-4e2c-8098-6c40cc7b0929', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.653836383969889, -122.13749305671205, 10, N'2018-03-14T00:08:07.2877050Z', 404, 7, -255, 0, -255, 78, -255, 1428, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'28e171dc-e5cc-4ea1-8605-83b9eff59b53', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671738813673848, -122.10653885559560, -255, N'Apr 20 2018 4:55PM', 61, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'28e61da3-9445-435f-b9c7-981170fd12ab', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.654033925466820, -122.13817226591769, -255, N'Apr 20 2018 4:57PM', 349, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'28e6e569-25a9-477a-b75e-04ec46806e0f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641020378131643, -122.13059372235728, -255, N'Apr 20 2018 5:04PM', 646, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'294b99b0-de7f-479d-b0d6-5d2f7675cae1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645971112182039, -122.13479443633682, -255, N'Apr 20 2018 5:00PM', 477, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'29555e62-d1b3-4d70-9775-436429bb738a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668188479718872, -122.10924494808700, -255, N'Apr 20 2018 4:55PM', 101, -255, 3, -255, -255, -255, -255, -255, 3, 30, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'295ac455-ce0d-4a12-9627-02f61de11c3f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644633412962108, -122.13205419580549, -255, N'2018-03-14T00:01:53.3396920Z', 168, 10, -255, 5, -255, 1040, -255, -6, -255, -255, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'29603f9e-4688-445a-ae8a-8931140ef9fa', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649767992096777, -122.13710680258215, -255, N'Apr 20 2018 4:58PM', 390, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2966930f-a3c0-4841-bf77-e41c1a73292e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674324831086977, -122.10575085042883, -255, N'2018-03-14T00:23:21.3689420Z', 1351, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'296f7df1-00db-4226-b06c-1640186b12e7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663409073391939, -122.13358850856919, -255, N'2018-03-14T00:10:07.3578090Z', 605, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2973a389-6de9-4947-9816-bef4f77629fe', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692124242479792, -122.09238664743414, -255, N'2018-03-14T00:28:08.3154500Z', 1755, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'298264d3-6085-45dd-9096-2bb3521db089', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687605438021357, -122.09312798291080, 58, N'2018-03-14T00:27:37.3161340Z', 1692, 58, -1, 1335, -255, -255, -255, -255, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'298fae47-906a-4f4a-ba73-d629963d3f19', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642464597678000, -122.13062504548242, -255, N'2018-03-14T00:00:39.1802710Z', 94, 10, 7, 10, 6, -2, 19, 0, 0, 360, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'299bf487-a036-46a7-8bfe-b2d8e5b9fe63', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666615668734401, -122.12963197577415, -255, N'Apr 20 2018 4:56PM', 217, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'29bba72e-5153-42fc-a1e3-9b7be061f268', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646379851867891, -122.13558642509432, -255, N'Apr 20 2018 4:59PM', 449, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'29bf479d-874f-45fe-9710-0ffebf602cac', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.656285011365014, -122.13739769121121, -255, N'2018-03-14T00:08:20.3388900Z', 431, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'29c1edf2-d171-499f-a9df-1e1bda1886e6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.656693008476772, -122.13732015852396, -255, N'2018-03-14T00:08:22.3423660Z', 435, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'29f57ca7-11fa-42fd-8a46-132edd70b15a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667270346163271, -122.12358294609564, -255, N'2018-03-14T00:12:38.2962800Z', 840, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2a1881fb-d245-4770-9c2a-ee3803df3527', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693615429362936, -122.09780818320998, -255, N'2018-03-14T00:28:57.1690990Z', 1852, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2a5a19ec-5cec-4343-8332-14a41f8953b0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642511217632361, -122.13225953697378, -255, N'Apr 20 2018 5:04PM', 599, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2a89dd96-7b9f-43ef-8c9a-e95900e43631', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680561870839405, -122.10209687272456, -255, N'2018-03-14T00:24:28.3605940Z', 1485, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2a9a8fb4-e2fe-4a68-8c0b-d5fc62c859da', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668065002127982, -122.10917640233436, -255, N'2018-03-14T00:17:19.2048850Z', 1131, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2a9c6e2a-74c2-4ee0-a197-3e7f56138847', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685701632032114, -122.09547565930589, 1938, N'2018-03-14T00:26:56.3393520Z', 1640, 14, 967, 31, 29, -255, -255, -255, -7, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2ae42757-e00f-4165-8793-d3cd3d0d75b4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667258337296310, -122.11439378570725, -255, N'Apr 20 2018 4:56PM', 134, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2ae657a0-9e40-42c7-8a7b-7e7f0f588b13', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667142563606745, -122.11243406123003, 11, N'2018-03-14T00:14:45.1955610Z', 1044, 7, 11, 0, -255, 3, 5, 14, 5, 0, NULL, 1206, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2aeaa619-55d5-4591-821e-f3959e4f9140', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648503496664517, -122.13560070885789, -255, N'2018-03-14T00:07:39.3282710Z', 349, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2b1e11e1-2722-4a26-8260-fb9061eb4d50', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647513401994495, -122.13615720722345, -255, N'Apr 20 2018 4:58PM', 418, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2b30c782-6796-4b51-a4c9-b6745003a120', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642821806663321, -122.13236046202451, -255, N'Apr 20 2018 5:03PM', 587, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2b60dfd6-a5f7-43a5-b6a8-56470f455d0e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657595429242576, -122.13685245259300, 46, N'2018-03-14T00:08:28.3013980Z', 446, 16, 830, 0, -1, -255, -4, 1228, 29, 66, NULL, 1199, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2b6acc3f-c072-4b7d-83f0-c6f410e28398', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685444358144665, -122.09579214170697, -255, N'2018-03-14T00:26:53.3323770Z', 1634, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2b7616a4-90cd-4c46-b301-2568159d0f7d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642577734210867, -122.13236281054367, -255, N'Apr 20 2018 5:04PM', 596, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2b83b24b-15df-40b1-b7c1-491cebf0947f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659893771131493, -122.13537299521914, -255, N'2018-03-14T00:08:56.3775610Z', 495, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2bbeaa0d-bf92-49e5-ae01-7a0776dddb63', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674472923387619, -122.10575687375852, 16, N'2018-03-14T00:23:23.3357680Z', 1354, 0, -255, 1724, -255, 26, 15, 31, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2bd2d35b-9445-4d84-8a0e-c16671b98cf4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661302620091739, -122.13461437207417, -255, N'2018-03-14T00:09:37.3298930Z', 544, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2bd828c1-a535-444c-940e-c9f35fd2601a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667200701549874, -122.11789766957969, -255, N'2018-03-14T00:13:34.3096190Z', 952, 11, -255, 3, -255, 1269, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2bf8c304-f4a5-485f-ae04-9c05d888b0f9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667774385120360, -122.10972007517121, -255, N'2018-03-14T00:16:32.1716870Z', 1114, -255, -255, -255, -255, -255, 10, 11, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2c0fa79c-7c3d-47e7-8eda-801e90d99a0d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645856203341957, -122.13240229155082, -255, N'Apr 20 2018 5:02PM', 525, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2c173078-6c66-484f-a85a-8288a643f29d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643302114184763, -122.13204993021616, -255, N'2018-03-14T00:01:42.3477710Z', 147, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2c50069f-01e3-4abd-a029-ae87fac66ecb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662244900650045, -122.13423429037006, -255, N'2018-03-14T00:09:51.3637000Z', 573, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2c6d60f4-cdfe-4fae-85bf-93ee7a3257d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661067184534744, -122.13479576399926, -255, N'2018-03-14T00:09:33.2491260Z', 537, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2c903571-f0b7-4169-bbc5-6af49fd3b823', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694687476248340, -122.10339144924576, -255, N'2018-03-14T00:29:46.1547390Z', 1947, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2cc995b4-67fd-462f-82b2-5c958ebef18e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670166758079937, -122.10696550408196, -255, N'2018-03-14T00:19:23.3050940Z', 1216, 17, 13, -255, -255, -3, -255, -255, -255, 30, NULL, 1698, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2cf074ee-5bdd-4d02-b1b0-49fca2b2ac2b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676988419943839, -122.10587285611486, -255, N'2018-03-14T00:23:45.3025920Z', 1398, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2cff5bdb-35f7-4d3e-a3b7-5c34404e5786', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665857553796975, -122.13095427647329, -255, N'2018-03-14T00:10:37.3276620Z', 664, -255, -255, -255, 5, -255, -255, -255, -255, 959, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2d02ca38-7468-43a5-860e-9d3e292c0178', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693840707780481, -122.10224882210753, -255, N'2018-03-14T00:32:19.1787780Z', 2014, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2d217e8d-e8e5-4553-9eba-457b019dda4e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692872604953912, -122.10050823579617, -255, N'2018-03-14T00:29:14.1411980Z', 1884, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2d45a1b0-d5ec-4812-bad9-650f959ca38b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648045203543305, -122.13535709935354, 5, N'2018-03-14T00:07:16.1805370Z', 336, 11, 0, 5, 15, 699, -1, -3, 757, 16, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2d4ac207-7fa3-4b5a-bc67-a749daed326e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645964502873163, -122.13344129405577, -255, N'Apr 20 2018 5:02PM', 508, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2d83247a-c56b-4410-bb93-fc5b808b81e9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640023655069385, -122.12935096664165, -255, N'Apr 20 2018 5:08PM', 729, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2d8c77e8-0636-417d-94bf-84ee9cf55118', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693062828492046, -122.09355254370047, -255, N'2018-03-14T00:28:24.3755420Z', 1787, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2d980a4b-b841-4e0c-b734-e0492afff4b0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.652036374630924, -122.13799186024919, -255, N'Apr 20 2018 4:58PM', 367, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2da32408-b88a-42ef-b86b-ec668149899c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.653817490331157, -122.13818594341805, -255, N'Apr 20 2018 4:57PM', 351, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2da3e6a2-6564-4d21-a4fd-eddeebfce000', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693082151781923, -122.10160816273856, -255, N'2018-03-14T00:29:25.1635770Z', 1905, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2dcffbbf-ff1e-4f47-a836-fc856c6d777c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665368644787954, -122.13209888824946, -255, N'Apr 20 2018 4:56PM', 236, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2e1805cb-f065-415f-8fd5-3384df7a91d1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694310873111114, -122.10253208909904, -255, N'2018-03-14T00:29:39.1617710Z', 1933, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2e3e0bae-edcd-424f-9933-bf42c1a22145', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667169468169213, -122.11270420046787, 16, N'2018-03-14T00:14:22.2116290Z', 1034, 5, 1184, -255, 0, 4, 5, 17, 16, 5, NULL, 728, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2e512d15-9767-4da1-971a-a66510e80a95', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672148769406576, -122.10618202706257, -255, N'2018-03-14T00:21:10.1750680Z', 1278, -255, -255, -255, 1589, 15, 0, 4, -255, -255, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2e52c933-77cc-4830-b451-5b40b5679dee', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684459684362963, -122.09704011399769, 1924, N'2018-03-14T00:26:43.3295190Z', 1614, -255, -255, -255, 0, 0, 20, 12, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2e69101f-8ef6-4c52-9a69-5e7a612080aa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673191963733100, -122.10583549820451, -255, N'2018-03-14T00:21:45.3013460Z', 1314, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2e7a0b39-dd9a-4747-8ca5-379b44b516b5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669655867000913, -122.10732227026298, 1411, N'2018-03-14T00:18:11.1719550Z', 1194, -255, -255, -255, 0, 0, 6, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2eb5c878-3fc7-4807-832b-3ff299987284', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669070156273570, -122.10782308455379, -255, N'2018-03-14T00:17:51.3266200Z', 1173, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2eb93229-1abe-410d-864a-9a73970bd65d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667319694963815, -122.11881704628814, -255, N'Apr 20 2018 4:56PM', 158, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2ebad996-d74f-4942-ad14-85b5451b626a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666623220923200, -122.12913638251118, -3, N'2018-03-14T00:11:11.3352950Z', 716, 0, 14, 993, 2, -255, 876, -255, 21, 898, NULL, 2, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2ebd3d5a-eddb-4071-b651-dc4e66ee2039', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640103658251064, -122.13052101303094, -255, N'2018-03-14T00:00:12.3581600Z', 45, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2ecd91b6-301a-4e8e-b642-cbb3559f9b73', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685156420633760, -122.09616370245877, -255, N'2018-03-14T00:26:50.3429430Z', 1628, -255, -255, -255, -255, -255, -255, -255, 8, 17, NULL, 22, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2ee7df9e-2e73-418f-ab03-2c3d01753dfb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679946359102956, -122.10286795725023, -255, N'2018-03-14T00:24:19.3571190Z', 1467, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2ef62eb3-be5c-4300-9485-a02015a53ea1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665985067244577, -122.13109333120289, -255, N'Apr 20 2018 4:56PM', 227, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2f18292c-ad8c-49a2-b6d4-36928eb31a14', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647429907976552, -122.13497117864679, -255, N'2018-03-14T00:05:53.2489710Z', 309, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2f1c4a19-3194-4eb3-bd80-d2871c88a1d6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667243272878400, -122.12209870420277, 6, N'2018-03-14T00:12:57.2420720Z', 878, -255, 0, -255, 21, -255, 7, -2, 1099, 19, NULL, 25, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2f60f35e-5195-4af8-816f-ce8e1e244aa8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666988797400471, -122.12775464549954, -255, N'2018-03-14T00:11:30.2347750Z', 751, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2f861c8a-1df9-4aac-a911-c45a251879a9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678702839382396, -122.10432116001519, 39, N'2018-03-14T00:24:03.3303510Z', 1434, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 29, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2fb363ea-782f-4fb6-b1ee-cdebba8bfa40', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672582570493446, -122.10603419900890, -255, N'2018-03-14T00:21:27.1589420Z', 1295, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'2fe5bcaa-3968-48bb-b204-b469c4bc4ef6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667129308556355, -122.11295448102075, -255, N'2018-03-14T00:14:13.1987670Z', 1027, -255, -255, -255, -255, -255, -255, -255, -255, 1175, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'300e5f3d-2691-4fe9-b938-43daae6df0c0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681811110183993, -122.10052548360163, -255, N'2018-03-14T00:25:33.2075810Z', 1543, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'30185595-fa53-4c2a-bad6-bff1aa0fc11e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639719858574800, -122.13028574095550, -255, N'2018-03-14T00:00:01.2076040Z', 29, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'303aabd7-3049-4c94-8ca5-2606af5c80a4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685056095537675, -122.09628355620909, -255, N'2018-03-14T00:26:49.3465340Z', 1627, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'30432886-ec4f-41a5-a4e4-cba4538a0050', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639952446976892, -122.13052395485327, -255, N'2018-03-14T00:00:10.3453400Z', 40, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'304515f2-4411-454e-a02b-8bd004e2bdc0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648649352092967, -122.13651308313160, -255, N'Apr 20 2018 4:58PM', 403, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3053ab92-18c7-441c-924f-61ce54a3bd56', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672426663811962, -122.10607781744112, -255, N'2018-03-14T00:21:20.2148240Z', 1289, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3067f814-34b3-4f9d-ac3f-fa6cfafc38a1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646327992871271, -122.13325819441235, 0, N'2018-03-14T00:05:18.2534930Z', 256, 639, -255, 34, 22, 640, 11, 33, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'30683ae3-bf7b-4ba1-914d-f79777b72fd2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671756898486855, -122.10634609430691, 0, N'2018-03-14T00:19:46.1715310Z', 1260, -255, -255, -255, 5, 6, 12, -255, -255, 12, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'30ca4ca6-5a01-48d7-97c1-230da5689417', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667252492373322, -122.12314120429123, -255, N'2018-03-14T00:12:44.3357500Z', 853, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'30f7d4fc-d552-44b2-85e7-a8d74c65bda7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667150665684282, -122.11554715619098, 3, N'2018-03-14T00:13:51.3106440Z', 986, -255, -255, 11, 11, -255, -255, -255, -255, 13, NULL, 41, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'311f27f7-6cbd-4795-9ef9-e290b7adb0eb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667208720287576, -122.11973543972674, -255, N'2018-03-14T00:13:20.2559360Z', 925, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'31238aae-93a6-408d-b8c1-2edc69930c64', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675216488470710, -122.10582344581432, -255, N'2018-03-14T00:23:31.3351160Z', 1370, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'312e2057-2206-41b9-8b72-790d442efaf4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667262770839834, -122.12450482521555, -255, N'2018-03-14T00:12:26.1714760Z', 816, 10, -255, 10, -255, 1368, -255, -255, -255, -255, NULL, 21, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'31427d0a-fba5-40f0-bfd7-ef8f8eb35ac1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647213639203521, -122.13482900750259, -255, N'2018-03-14T00:05:43.3746080Z', 301, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'314c3a33-d49b-4da7-a487-8b7baaa1c9d9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642511056822997, -122.13182455847071, -255, N'Apr 20 2018 5:04PM', 608, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'31512dd7-b097-4f47-9cfd-3ec978cda843', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668065002127982, -122.10917640233436, 12, N'2018-03-14T00:17:19.1838700Z', 1130, 6, 1359, 0, 1, 2, 0, 711, 17, 3, NULL, 703, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3167686d-8243-46fd-80b4-6f297aea0640', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640035331405869, -122.12948550465441, -255, N'Apr 20 2018 5:07PM', 726, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'317d7df1-aa2b-4042-9ad1-d368a9d63025', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679717224133789, -122.10313591182208, -255, N'2018-03-14T00:24:16.3250880Z', 1460, 13, -255, 4, -255, -255, -255, -255, -255, 1069, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3180b47f-a70d-47d1-bda4-caf277e00b26', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642510833302893, -122.13194814137880, -255, N'Apr 20 2018 5:04PM', 606, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'318d2ab6-0a1a-4092-b0bb-299ede93da3b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672365773379809, -122.10610273021530, -255, N'2018-03-14T00:21:18.2056550Z', 1287, 12, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'31ad09fd-f1e3-4e5e-83ed-74078f04b7e3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694188090783832, -122.10224500062185, -255, N'2018-03-14T00:29:37.1626690Z', 1928, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'31b344a5-21cb-4130-8444-145004a0970d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.656693008476772, -122.13732015852396, -255, N'2018-03-14T00:08:22.3170610Z', 434, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'31d75b9f-218e-4356-ac18-f6f06243d5f8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678158685904251, -122.10495886954205, -255, N'2018-03-14T00:23:56.3644000Z', 1421, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'31dc8fcb-a132-49c9-8a41-255fab82cadb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684370461393058, -122.09716771810341, -255, N'2018-03-14T00:26:42.3416040Z', 1613, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'31fad210-0d3b-4194-985e-e5990ebbd786', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642510237896850, -122.13150919464232, -255, N'Apr 20 2018 5:04PM', 612, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'31fb9424-c266-471e-acdc-e7d4e29dec7a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647538859378457, -122.13502063475788, -255, N'2018-03-14T00:06:07.1727640Z', 315, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'324976bd-9359-4a9c-91a3-d9fa87b9cc89', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670790643715016, -122.10669223442186, -255, N'2018-03-14T00:19:31.3554910Z', 1233, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'326a0d0b-fd59-4272-930b-bcc8699ae509', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640934237158049, -122.13053188321058, -255, N'2018-03-14T00:00:19.3690450Z', 59, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'32f75b2d-f502-4c52-ba72-a424ab3b9766', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692505854056407, -122.09264988985878, -255, N'2018-03-14T00:28:13.2921230Z', 1764, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'32f983fa-2e78-4306-82e9-3f04f72131f5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667137247156127, -122.11335972831887, -255, N'2018-03-14T00:14:07.3394710Z', 1019, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'332eee1c-0fe3-46ca-890c-7ea20eb31970', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664716588816852, -122.13239564450454, -255, N'2018-03-14T00:10:22.3409560Z', 635, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'33579a76-788d-4c79-99c6-7d8f7a7531e8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692984019653117, -122.09909323709483, -255, N'2018-03-14T00:29:06.1259780Z', 1870, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'335a621e-e75d-422f-890c-99092f88e77c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667289225734315, -122.11140369999421, -255, N'2018-03-14T00:16:05.2022810Z', 1073, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'33a25fab-1370-4002-b1fe-2208896b3a38', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644306156961051, -122.13237151549725, -255, N'Apr 20 2018 5:03PM', 559, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'33ac24a7-24b1-425b-9b6a-c6c8a8a491d5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.672107217116491, -122.10640337357798, -255, N'Apr 20 2018 4:55PM', 56, -255, -255, -255, 40, 29, 723, 0, -255, 31, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'33b69447-1a13-44e2-b664-a0dafa5d5183', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689281995610777, -122.09195724391445, 1990, N'2018-03-14T00:27:49.3061650Z', 1716, -255, -255, -255, 0, 0, 25, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'33bc404a-c2b3-4ba4-a43e-1113722d1e03', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661017347187000, -122.13481662724392, -255, N'2018-03-14T00:09:32.2554180Z', 535, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'33c00cfa-8e59-45d2-bfef-7dc7b103608f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681361889469073, -122.10112287535368, 3, N'2018-03-14T00:24:47.2029800Z', 1520, 18, 17, 6, -255, 14, -255, 4, 8, 707, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'33cb8504-287a-44a8-b277-78d7cc487fcf', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644163917019412, -122.13236614217301, -255, N'Apr 20 2018 5:03PM', 563, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'33d1db1f-e2b6-42dd-a181-adc71244bea9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667305846176703, -122.11627471047933, -255, N'Apr 20 2018 4:56PM', 143, 14, 0, 6, 13, 1377, -7, -9, 766, 16, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'33ec2239-e8d4-42c6-ac12-92cfeae2e10a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.657328821918114, -122.13730008348020, -255, N'Apr 20 2018 4:57PM', 316, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3416e629-ac11-4c75-bad0-beec6420ccb5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640064107094879, -122.12958896319482, -255, N'Apr 20 2018 5:05PM', 703, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'34417df8-6af1-4aaa-9afb-c0d5bd0af8ff', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645591446711016, -122.13223724710525, -255, N'2018-03-14T00:03:31.2748020Z', 213, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'34660e32-611a-44c9-b6aa-0f2c0530d616', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.672291989243639, -122.10635248773127, 73, N'Apr 20 2018 4:55PM', 54, 1368, 0, -6, -255, -255, -255, -255, 73, 31, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'347f471f-7cf0-4225-b821-e02dd0c6b4fb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642092202310309, -122.13060547606263, -255, N'2018-03-14T00:00:31.3618440Z', 83, -255, -255, -255, -255, -255, -255, -7, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'34d0f2c2-16a7-489f-adef-647038109ff4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648962001870906, -122.13664867333277, -255, N'Apr 20 2018 4:58PM', 399, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'34d57e93-33ff-4260-a143-fdb1555a048c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686834905370162, -122.09406544535260, -255, N'2018-03-14T00:27:30.3685290Z', 1679, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'34f16cfe-d288-4145-b436-b9584063573b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668869547707921, -122.10802746086620, -255, N'2018-03-14T00:17:47.2833210Z', 1165, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'35024bf3-3005-426e-b45d-120cffd13ed4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646467310130291, -122.13566971599361, -255, N'Apr 20 2018 4:59PM', 444, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'350f5cd7-9c83-4aed-a9c2-e8af02621d8a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645975364472420, -122.13464772284603, -255, N'Apr 20 2018 5:00PM', 482, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3514e4e4-eaea-4325-bb2c-92703bcb2d4f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641798951157554, -122.13058110053315, -255, N'2018-03-14T00:00:27.3082580Z', 75, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'354cb21e-c2a5-493a-aa41-ff75271cda68', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667321050897854, -122.11917041493062, -255, N'Apr 20 2018 4:56PM', 160, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'35579823-6e6d-4965-a7ca-1716a07a1426', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667322971059725, -122.12246667347048, -255, N'Apr 20 2018 4:56PM', 177, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3576771d-b037-4c9d-bb6e-c31b66e751fa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667430654037283, -122.11070986013674, -255, N'2018-03-14T00:16:15.2157280Z', 1091, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3592b667-2d2e-4f91-bcbe-b0e788ad2f1d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.653836383969889, -122.13749305671205, -255, N'2018-03-14T00:08:07.3250620Z', 405, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 809, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'35ba2923-331b-4344-bc65-4ba045cfd296', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667278190529856, -122.12537632468033, 8, N'2018-03-14T00:12:16.3366400Z', 796, -255, 0, 8, 11, -255, 0, 2, 1058, 20, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'35c15a72-b973-41a8-bed6-decd43dc2353', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667148026473811, -122.11271963003664, -255, N'2018-03-14T00:14:19.2048460Z', 1033, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'36214ecb-487a-46c1-a998-233db2ebb806', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668762017165157, -122.10815150939261, -255, N'2018-03-14T00:17:45.3575430Z', 1161, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3625392a-5ef9-414e-b6d2-863a22e87935', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693706997027178, -122.09746717800944, -255, N'2018-03-14T00:28:55.2518290Z', 1848, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3683b153-d2f7-49d9-b5ee-6dc153e7c443', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642885984839609, -122.13204848472076, -255, N'2018-03-14T00:01:30.2642750Z', 135, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'36a06a11-ba03-4291-b56b-9b1bbb193b23', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648090662577600, -122.13538078400431, -255, N'2018-03-14T00:07:21.2126170Z', 339, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'36dba42d-8cb7-4c2b-a4cd-fe61673c3361', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643477721795605, -122.13235978736928, -255, N'Apr 20 2018 5:03PM', 573, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'36e9bb06-e24b-49fe-8c6b-16609f51072c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694761227444985, -122.10355633286503, -255, N'2018-03-14T00:29:49.1690790Z', 1951, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'36f3510f-7f95-4e51-91be-1af6964ce42b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.662033684885991, -122.13469454957486, -255, N'Apr 20 2018 4:57PM', 269, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3711f66a-5789-4ad9-84df-60f944287294', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659766178707535, -122.13544470489349, 3, N'2018-03-14T00:08:52.2091660Z', 490, -255, -255, -255, 10, 12, -255, 4, 10, 3, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'372a2cbb-22ed-486d-b5f1-1b10a36f1cbe', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643346189928700, -122.13235913909413, -255, N'Apr 20 2018 5:03PM', 575, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'377897a1-a818-4447-953d-9473eae91051', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646043873812594, -122.13278093394864, -255, N'Apr 20 2018 5:02PM', 517, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3779f7b5-62e4-4dca-8132-8749cb64cbe6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667025029660444, -122.12753516638209, 2, N'2018-03-14T00:11:34.1937640Z', 754, -255, 695, 2, -255, -255, -255, -255, 2, -3, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3788e15e-7ce8-466d-8f00-884e230f90f1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694109120002416, -122.10207906736997, -255, N'2018-03-14T00:29:36.1697040Z', 1926, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'37baa964-4039-4e82-811e-e19229972ca4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689281995610777, -122.09195724391445, -255, N'2018-03-14T00:27:49.3357540Z', 1717, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'37cc6876-4a69-4e1e-a364-53f640583aed', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646506041150907, -122.13570466818395, -255, N'Apr 20 2018 4:58PM', 434, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'37d28bfc-560e-4c92-80a6-d600f4f24a84', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667180935585371, -122.11648331937265, 18, N'2018-03-14T00:13:45.3185470Z', 974, -255, -255, 11, -255, -3, -255, -255, -255, 30, NULL, 36, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'37dbce60-0af6-4645-bd31-b61b8e8dbb9c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.659650409630089, -122.13614304229014, -255, N'Apr 20 2018 4:57PM', 292, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'37ebf556-dba9-46a5-a0ed-7c66eefa6eec', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644955648037069, -122.13206353294846, -255, N'2018-03-14T00:01:56.3523080Z', 175, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'37f460e0-5dd8-40ec-863f-cdb5e1d7a4ae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662318739990020, -122.13419617889437, 1169, N'2018-03-14T00:09:52.3172300Z', 574, 13, 1163, 32, -255, -255, -255, -255, 0, 2, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'37f7da7b-9b6a-4b69-bea3-76ca56e5fa42', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646668592289316, -122.13578002018329, -255, N'Apr 20 2018 4:58PM', 429, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'37f9d92b-2fd3-4da2-b38f-98eeb787224d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664139929911613, -122.13297559158056, -255, N'2018-03-14T00:10:16.2955450Z', 622, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'37fcb34b-5af4-4ad3-999e-f929599f0655', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665676906748892, -122.13163474612098, -255, N'Apr 20 2018 4:56PM', 232, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'381bd47e-9359-4a09-aebb-389316480d07', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683584106759469, -122.09828309123934, 2, N'2018-03-14T00:26:33.3460080Z', 1594, -255, -255, 12, -255, -3, -255, -255, -255, 15, NULL, 51, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38283e58-164d-4d63-91e4-89e9dca01e29', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672254071687900, -122.10614104268879, -255, N'2018-03-14T00:21:14.2077620Z', 1283, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38436fbc-77ed-44d2-8dbf-1f00cfc3b20d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667211644326315, -122.11898079929443, 8, N'2018-03-14T00:13:26.2749940Z', 936, 11, 0, 12, 22, 1256, -4, -2, 1127, 22, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3846ffb1-7060-4b90-8097-5fc987bf8fcd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686574952551400, -122.09441934916282, -255, N'2018-03-14T00:27:27.3311580Z', 1673, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'385349fc-1358-477f-9c0b-bae190b66d85', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646513249223545, -122.13570167738754, -255, N'Apr 20 2018 4:59PM', 441, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'385f6780-84c5-4abb-b3a4-9a3d7c07c717', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673302936435981, -122.10581474765358, 17, N'2018-03-14T00:21:47.2419660Z', 1318, 1237, 0, 1240, 1629, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'386dc9e2-62e3-4a47-a587-1298fed23488', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671024864424500, -122.10661621994373, -255, N'2018-03-14T00:19:34.3636310Z', 1239, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38947489-41d7-4acd-8ff0-fcdfe100165e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668802307726217, -122.10838200728591, -255, N'Apr 20 2018 4:55PM', 93, -255, -9, 1557, -255, -255, -255, -255, 3, 21, NULL, 13, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38abab2c-a39b-4a1d-9b94-f0b40b6c2d85', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645370060206339, -122.13225005691505, -255, N'2018-03-14T00:03:27.2947920Z', 204, -255, -255, -255, -255, 9, -255, -255, -255, 11, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38acda6f-b20e-4c4f-80ef-2c264d9c0b2f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.664168742302401, -122.13342328503400, -255, N'Apr 20 2018 4:57PM', 249, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38aeece3-5d4a-4921-9026-0dce85692125', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693931450003141, -122.10184752300428, -255, N'2018-03-14T00:29:34.1391570Z', 1922, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38b2db47-417a-472c-80a5-84dd546b8e2a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680092696099820, -122.10269087671901, -255, N'2018-03-14T00:24:21.3423150Z', 1470, -255, 0, -255, -255, -255, -255, -255, -255, -255, NULL, 1068, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38ba3bd6-9458-4243-90ad-fa7e3e351679', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661643315508520, -122.13449986754028, -255, N'2018-03-14T00:09:42.3294140Z', 554, -255, 14, -4, -255, -255, -255, -255, 0, -3, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38c07954-29f3-423a-a7cb-931cbdfdb9d5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665199881010231, -122.13232360079276, -255, N'Apr 20 2018 4:56PM', 238, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38cf69f4-8d45-43cd-b121-1de8e0b35556', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672031679523570, -122.10618571536435, -255, N'2018-03-14T00:20:31.1973360Z', 1273, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38e80e6b-a907-496b-9cb8-04c7badabff8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692869588313862, -122.10143448764207, -255, N'2018-03-14T00:29:20.1581830Z', 1896, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'38f50c1e-a312-4ba1-b5cd-4025173c1f56', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644239399960192, -122.13204668736367, -255, N'2018-03-14T00:01:50.3268040Z', 162, -255, -255, -255, 5, -255, 15, -255, 0, 432, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'390e819e-5397-4a93-a008-aadb7761bb84', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659428389727829, -122.13568846956777, -255, N'2018-03-14T00:08:43.3340840Z', 477, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'39153f76-65df-480c-836f-887d0db45f96', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640186866491419, -122.12961771261178, -255, N'Apr 20 2018 5:05PM', 710, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'39512021-ca9a-4792-88e2-2e2819d0cf8c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654621710259500, -122.13760405068575, -255, N'2018-03-14T00:08:11.3323690Z', 413, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'39536cdd-1bd2-4078-9b6b-1c852b89109b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667189846873384, -122.11750437993169, -255, N'2018-03-14T00:13:37.3121010Z', 958, 11, -255, 7, -255, 1263, -255, -3, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'39544549-15d9-4ee2-90fc-8296a3d2a5a0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659567471946438, -122.13561416506009, 17, N'2018-03-14T00:08:46.3093580Z', 482, 12, 14, 848, -7, -255, 715, -255, 17, 755, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3955b186-b4bb-48e6-a93d-edecedf50eeb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667236812085960, -122.12136422158866, -255, N'2018-03-14T00:13:04.3525100Z', 893, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'39778e1b-0e59-4d12-8321-ca290815e7a9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646415466350717, -122.13569059393359, -255, N'Apr 20 2018 4:59PM', 448, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'39b438b7-b0c8-4151-886a-9d0e000720cc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641620021852816, -122.13058870095529, -255, N'Apr 20 2018 5:04PM', 636, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'39c26f9b-9ba9-4ba3-b784-e5cf73687bbf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681604690983335, -122.10081440629800, -255, N'2018-03-14T00:25:10.2173880Z', 1533, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'39caa5c2-dc30-43e6-81ab-eb2d05463055', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669543492477885, -122.10740227904095, -255, N'2018-03-14T00:18:06.2051540Z', 1191, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'39d1916e-57c2-4cf8-ba98-033fa0efc2db', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643226227398400, -122.13205080873180, -255, N'2018-03-14T00:01:41.3611210Z', 145, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'39e7cd69-a0c4-4e58-8c88-55a895453575', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.652633207065136, -122.13734972151691, 78, N'2018-03-14T00:08:01.3224790Z', 393, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'39fd1597-14f5-48ba-b414-ebe17869da61', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672486500192917, -122.10606372660934, -255, N'2018-03-14T00:21:22.2103000Z', 1291, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3a02bcf4-50e5-4ffa-9686-5d0003ba956d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666988797400471, -122.12775464549954, -255, N'2018-03-14T00:11:30.2111300Z', 750, -255, 14, -255, -255, -255, -255, -255, 2, -1, NULL, 13, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3a2fea9e-bd83-4d00-b6af-ce7403c8e17d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667316958305726, -122.11810384850000, -255, N'Apr 20 2018 4:56PM', 153, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3a8b7dbc-c94f-4995-9b61-aa3e48b2aa72', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639619974965079, -122.13030033595180, -255, N'Apr 20 2018 5:04PM', 684, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3aa96c93-6d51-4721-b5ea-ac52886643c1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.653817490331157, -122.13818594341805, -255, N'Apr 20 2018 4:57PM', 352, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3ab98142-e43e-42b3-822e-42f7526c3c1f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.653240795466331, -122.13753163457250, -255, N'2018-03-14T00:08:04.3153590Z', 399, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3abd228a-2e7a-45c0-9f2f-fc5096eccdf5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.655441304143956, -122.13800912120082, -255, N'Apr 20 2018 4:57PM', 336, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3ac46798-cbfa-4311-b26a-a00395cfbd4f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677468360589657, -122.10563371722436, -255, N'2018-03-14T00:23:49.3037510Z', 1406, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3acc59da-4852-4380-8a34-811a62741f28', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642690092184750, -122.13065456579427, 12, N'2018-03-14T00:00:48.1887070Z', 102, -255, 20, 10, 44, -4, -2, -1, 370, 29, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3ae2d1e0-ce35-47a9-bef2-07a88cb493dc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693173607980171, -122.09862037600833, -255, N'2018-03-14T00:29:03.2238810Z', 1864, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3b08e76d-8372-40e1-a469-cdbf5dedf63c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667211678535494, -122.11949100105372, -255, N'2018-03-14T00:13:22.3575550Z', 929, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3b13ea1a-c8fc-415f-8642-a53535bebb67', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667272642547481, -122.12419984359053, -255, N'2018-03-14T00:12:30.3271410Z', 825, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3b5c4577-1644-4e51-8fd5-d7fc8ed984ad', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644306156961051, -122.13237151549725, -255, N'Apr 20 2018 5:03PM', 560, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3b6e6f9b-2754-483d-81e0-b18343b40968', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668299789648100, -122.10878932819172, -255, N'2018-03-14T00:17:36.2012380Z', 1142, -255, -255, -255, 1377, 12, 0, 19, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3b7545b0-ac21-4ac7-93fe-3f1c11bbdd24', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693856546661415, -122.09678505104972, -255, N'2018-03-14T00:28:51.3504190Z', 1840, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3b95fcbe-3210-4e0d-8401-4b038598f0d2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667277809463890, -122.12548218161056, -255, N'2018-03-14T00:12:15.3413690Z', 794, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3bc46efb-460f-4464-bbf8-618e1cda34bb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648269682853879, -122.13547864031210, -255, N'2018-03-14T00:07:37.2609700Z', 345, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3bcac827-1d40-4498-972b-93afb2047012', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646513249223545, -122.13570167738754, -255, N'Apr 20 2018 4:59PM', 442, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3be416bb-431c-47b4-bc7a-3a69a6f91329', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667238885273548, -122.12601366109639, -255, N'2018-03-14T00:12:10.3299710Z', 784, -255, -255, -255, -255, 10, 0, 8, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3bea0b99-4e61-4247-b1fd-40e17213a04f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689590693532956, -122.09182727391045, -255, N'2018-03-14T00:27:51.3463030Z', 1721, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3c0d0634-1ea1-4739-9736-8cecc622edef', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.657147274792315, -122.13738115596210, -255, N'Apr 20 2018 4:57PM', 318, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3c245340-68cf-44bf-a9ee-e1a13f097011', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667138768348238, -122.11400186751325, -255, N'2018-03-14T00:14:02.3364200Z', 1008, 11, 0, 12, -255, 1378, -3, -3, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3c27542a-9910-4998-a5b2-0e673058c80a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647091369233522, -122.13475193859240, -255, N'2018-03-14T00:05:41.3674850Z', 297, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3c3c829a-b7d6-4138-a279-b21d7ca8c974', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639887553375281, -122.13052115936316, -255, N'2018-03-14T00:00:09.3510390Z', 39, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3c670eba-b098-4cff-be11-cfd8843d3f4a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667205402985346, -122.12632766632727, -255, N'2018-03-14T00:12:07.3175160Z', 778, -255, -255, -255, -255, 10, 0, 10, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3c67b345-b4d3-4470-b3ae-16c4ca23c463', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667227292386727, -122.12078218787123, -255, N'2018-03-14T00:13:10.2142530Z', 905, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3c7e3992-359d-40dc-9fcc-9dd01504da80', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681305450952721, -122.10120753800246, 4, N'2018-03-14T00:24:45.3121290Z', 1518, -255, -255, -255, 11, 14, -255, -255, -255, -255, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3c7e888f-1399-4393-986a-29a1b937002d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693840707780481, -122.10224882210753, -255, N'2018-03-14T00:32:19.2021650Z', 2015, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3caead78-cca5-495e-a40e-a85d2bc586b7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667317846226624, -122.11129969323272, -255, N'2018-03-14T00:16:07.1715970Z', 1074, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3cb4d01e-8752-4eda-9577-525737e214b3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680503608924113, -122.10217313715304, -255, N'2018-03-14T00:24:27.3174280Z', 1482, -255, 5, -255, 5, 0, 14, -5, 0, 1789, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3cb6b4e2-f5bf-4384-846c-b648385e3cfd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643721687408224, -122.13204027656195, -255, N'2018-03-14T00:01:46.3606770Z', 155, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3cc73c5a-ad53-43f8-8ecf-0804ad197c2f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654944626270641, -122.13766763096388, -255, N'2018-03-14T00:08:13.2992120Z', 416, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3cfe458a-bff0-4d04-90fe-01759107a388', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.651238393157400, -122.13691872010301, -255, N'2018-03-14T00:07:54.2899020Z', 378, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3d027e53-71a3-4e6a-afdb-fc647fe5d5fe', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670869566883383, -122.10666467351219, 0, N'2018-03-14T00:19:32.3243450Z', 1234, 1494, 32, 13, 3, 1494, 31, 13, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3d1607f0-1118-4c18-bf06-18fb2b6b1fde', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666822744406545, -122.12898995043392, -255, N'Apr 20 2018 4:56PM', 214, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3d1c950a-8840-4304-b2d4-0f4b74f6bb75', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641599387666300, -122.13057383419722, -255, N'2018-03-14T00:00:25.3612530Z', 71, -255, -255, -255, -255, -7, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3d4094e2-a1fc-450e-ae18-6252a1c646f5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643607004453600, -122.13204134639925, -255, N'2018-03-14T00:01:45.3548240Z', 153, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3d435ea1-2f26-4ac9-b007-3ef7a20af5bd', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640600008033431, -122.13059793317746, -255, N'Apr 20 2018 5:04PM', 654, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3d5dd91f-6fe3-438e-9f50-f9cc31bbf073', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664518330223245, -122.13262477006332, -255, N'2018-03-14T00:10:20.3192380Z', 630, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3d67ba62-62f9-493f-8dee-043777c20aec', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681022053603627, -122.10154639862070, -255, N'2018-03-14T00:24:38.3155170Z', 1504, -255, -255, -255, -255, 8, -255, -255, -255, 11, NULL, 1799, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3d6b06d9-0f63-41ff-8844-791938af2d1b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667245135339698, -122.12697548341599, -255, N'Apr 20 2018 4:56PM', 201, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3d73c9ed-ffe4-4293-a5f5-41ee53303a73', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656036825162495, -122.13785224779269, -255, N'Apr 20 2018 4:57PM', 329, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3d9476ab-b648-4873-a6f8-56903541eda5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645968969677547, -122.13489748609145, -255, N'Apr 20 2018 5:00PM', 475, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3d9b55a5-1b4e-4722-883e-dda54fefdc5c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694430687927813, -122.10281223897100, -255, N'2018-03-14T00:29:41.1392570Z', 1937, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3de4bf00-ea1e-451c-b320-ad90bc6dcc04', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693102703420251, -122.09878552488379, -255, N'2018-03-14T00:29:04.2465190Z', 1867, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3e30c2b7-8627-42d1-bf77-3480b6613cf8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645961685586116, -122.13379573323823, -255, N'Apr 20 2018 5:02PM', 499, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3e51816d-b3d2-4516-8a75-bfdd4bed9b18', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666122545856368, -122.13083365472079, -255, N'Apr 20 2018 4:56PM', 226, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3e53abf5-8141-42ea-bce2-f2938a6abdba', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640049534261742, -122.12955284936628, -255, N'Apr 20 2018 5:07PM', 723, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3e70529a-0a29-4235-bd4e-8f1f9c0cd846', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648045203543305, -122.13535709935354, -255, N'2018-03-14T00:07:16.2064020Z', 337, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3e89a977-701f-409c-ad21-c55bf8e6503d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647848172118842, -122.13630058738708, -255, N'Apr 20 2018 4:58PM', 413, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3e8deb4c-3ec9-49ea-a001-74a0691a789c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.663182306689187, -122.13407377464063, -255, N'Apr 20 2018 4:57PM', 259, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3e9883c6-cbc7-48c9-b3ab-eef4529a5089', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667272869045370, -122.12388660876557, -255, N'2018-03-14T00:12:34.2875420Z', 832, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3eb7bd74-595a-4f9d-8b13-508cea67c56a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643730291598615, -122.13236082869690, -255, N'Apr 20 2018 5:03PM', 570, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3f04d53c-a51b-4c56-a05a-80d55abf56c0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681063643528624, -122.10149966156577, -255, N'2018-03-14T00:24:39.3279450Z', 1507, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3f0ae311-ebab-4c7d-83f4-48745007a4b3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656802495962836, -122.13754465441784, -255, N'Apr 20 2018 4:57PM', 321, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3f672f82-2966-482f-872d-120d7bfb0030', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646931062654865, -122.13465742836274, -255, N'2018-03-14T00:05:39.3529600Z', 293, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3f797178-8c93-47d6-9e62-3009e4bd3f55', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.657506843648648, -122.13721123255530, -255, N'Apr 20 2018 4:57PM', 313, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3f86d0e1-32a8-424a-af3d-bae9a42025bf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692984019653117, -122.09909323709483, -255, N'2018-03-14T00:29:06.1348950Z', 1871, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3f882c25-4c62-433d-8a3a-2e16604c3f71', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659939132367064, -122.13536018500326, 3, N'2018-03-14T00:08:57.3007770Z', 496, 0, 15, 859, -5, -255, 955, -255, 20, 943, NULL, -4, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3f8a027c-2710-478b-9708-dd4e79766e97', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680810460143590, -122.10180340980608, -255, N'2018-03-14T00:24:33.3635250Z', 1495, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3f8e8e4b-c114-4219-b2f1-cc5d59c1f4bf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666389442253177, -122.12980617601852, -255, N'2018-03-14T00:11:01.2123650Z', 698, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 2, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3fc0d013-07ac-4309-886f-d4b06af1f66e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682386963837658, -122.09986287758382, -255, N'2018-03-14T00:26:18.2974840Z', 1564, 13, 0, 24, 44, 2092, -2, -3, 1899, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3fc64ba4-4444-4df2-b36b-c80443128b55', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684549651106352, -122.09691887761927, -255, N'2018-03-14T00:26:44.3203350Z', 1616, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'3fdae656-b331-40b6-ab7d-55a2bbab44dc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670067011252009, -122.10702790437563, 38, N'2018-03-14T00:19:21.1763500Z', 1212, 21, 1482, 0, -4, 21, -3, 1713, 30, 17, NULL, 1523, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'401c04c5-e014-4488-ad52-7403eacfb19c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667822011286113, -122.11004473143799, -255, N'Apr 20 2018 4:55PM', 107, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'402993cf-de0c-48d7-8565-4d6cbf871980', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694349403134396, -122.10356555773103, -255, N'2018-03-14T00:29:55.2247750Z', 1960, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4035f821-5d71-410c-a892-a14155fe0548', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658152266899800, -122.13638277580591, -255, N'2018-03-14T00:08:32.2611080Z', 454, -255, 10, -255, -255, 1, -255, 18, 7, 0, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4037eaff-3527-4390-b411-75e70660b588', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640169303135458, -122.13060235196474, -255, N'Apr 20 2018 5:04PM', 661, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'408948c7-5cf1-4adb-a5c3-b3239759bdef', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661067184534744, -122.13479576399926, -255, N'2018-03-14T00:09:33.2220500Z', 536, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4098f5cb-85eb-4671-9884-e0dad02b5b01', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642844619396755, -122.13199822116096, 5, N'2018-03-14T00:01:21.2015730Z', 132, 10, 0, 6, 16, 735, 6, -2, 402, 16, NULL, 4, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'40ae1f8f-ff9d-4354-b1e7-83c6ee6bd1c9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660199058623256, -122.13525411847660, -255, N'2018-03-14T00:09:02.3516380Z', 507, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'40ee8755-6db2-4885-aa38-935ce872c3f7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673018533586571, -122.10608152269879, -255, N'Apr 20 2018 4:55PM', 47, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4113c401-e18f-41f4-a4cc-8a08cb2fd8cf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.650822359793246, -122.13672973477929, -255, N'2018-03-14T00:07:52.3028110Z', 374, 79, -5, 1457, -255, -255, -255, -255, -1, 25, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'411c7d1b-9c63-4e63-a8a2-affb81a40133', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692044448340141, -122.09231580010821, -255, N'2018-03-14T00:28:07.2936180Z', 1752, -255, -255, -255, -255, -255, -255, -255, -255, 13, NULL, 4, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'41271816-9b9e-49d4-b90b-15468f27abe6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692212822962958, -122.09246075332186, -255, N'2018-03-14T00:28:09.3288880Z', 1756, -255, -255, -255, 2010, -255, 0, 4, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'412775a6-4278-4f6c-8339-d4cc15917824', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676596322464263, -122.10594518456548, 14, N'2018-03-14T00:23:42.3234990Z', 1392, 0, 28, 1743, -3, 24, 1186, 52, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'41520bd3-2cdb-4c55-8a81-09a5c88014bc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643008760815768, -122.13205784326915, 5, N'2018-03-14T00:01:35.2056240Z', 138, 10, 0, 6, 17, 718, 2, -2, 416, 16, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'41527d66-7b01-4c58-aaad-dd137a0578d8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656622460761099, -122.13763210389631, -255, N'Apr 20 2018 4:57PM', 323, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'416640ec-ac8c-4d50-b2fb-d96411364793', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667138786178121, -122.11346622479003, -255, N'2018-03-14T00:14:06.3484370Z', 1017, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'417cecac-64aa-46e6-822a-05c05e524131', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643844464125387, -122.13204323753655, 8, N'2018-03-14T00:01:47.3211980Z', 156, -255, 0, -255, 23, -255, 0, -5, 429, 21, NULL, 45, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'419d94f4-47b5-4567-adb8-e0a711f78ea2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678542237302317, -122.10450196701512, -255, N'2018-03-14T00:24:01.3674720Z', 1431, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'419eaed9-0f43-4a00-bf99-281153ff01b6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667154233421996, -122.11570587987350, -255, N'2018-03-14T00:13:50.3635700Z', 985, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'41a881b4-daf7-4e5b-9476-e03af97ce1a3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642117601067888, -122.13058298012344, -255, N'Apr 20 2018 5:04PM', 628, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'41ad4bc4-68c1-4d41-bcb4-8d94405de925', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679869378023739, -122.10295611056357, -255, N'2018-03-14T00:24:18.3749000Z', 1465, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'41b4ef50-0e58-45bb-9e28-378fa4addecf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654031223180006, -122.13752757548981, -255, N'2018-03-14T00:08:08.3316670Z', 407, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4220cf3b-803c-4498-9e4a-91ef8854a248', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667321229991721, -122.12138497652019, -255, N'Apr 20 2018 4:56PM', 172, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'422a06ee-68dd-4c31-9f44-281a25693587', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654031223180006, -122.13752757548981, -255, N'2018-03-14T00:08:08.3032480Z', 406, -255, 10, -255, -255, 34, 5, 13, 7, 0, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4242e0e6-827f-4a91-b398-9a47de74c50c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656231629041599, -122.13777565119081, -255, N'Apr 20 2018 4:57PM', 328, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4246511c-0bd9-428e-9ddd-f90684771cd6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667273025571767, -122.12486460268522, -255, N'2018-03-14T00:12:21.3459900Z', 806, -255, 7, 10, -255, 2, 14, -1, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'42633df0-8179-469c-865d-d226179e46cc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667043780647106, -122.12744425993890, -255, N'2018-03-14T00:11:36.1582220Z', 757, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'42a589d8-2458-4566-a5c9-e73d3c9b5afc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677468360589657, -122.10563371722436, -255, N'2018-03-14T00:23:49.3318570Z', 1407, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'42d6abc1-09e5-46dc-804d-9122fc076d6c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680304585373847, -122.10243073363715, -255, N'2018-03-14T00:24:24.3337660Z', 1476, -255, -255, -255, -255, 13, -255, 4, 12, 4, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'42eb071a-bc2e-4c6a-a48c-da388bfe6081', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673356824035771, -122.10581017325181, -255, N'2018-03-14T00:21:48.3344300Z', 1321, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'42efa69a-0605-47fc-a488-f7ac49aa332e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645301083340051, -122.13223275982942, -255, N'2018-03-14T00:02:49.2663490Z', 199, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'432fb1cb-9dda-4ea3-9095-3258a15b65ce', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667247092220897, -122.11367099870756, -255, N'Apr 20 2018 4:56PM', 130, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4339021b-2942-4181-a67c-79f9278d0d7d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645800278405297, -122.13240308590633, -255, N'Apr 20 2018 5:02PM', 528, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'435a6265-7548-4962-9208-f06429e666ce', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645967471053112, -122.13319187548210, -255, N'Apr 20 2018 5:02PM', 513, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'436cd2c6-50b1-4eb2-892e-c7eda95d665b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691942251516075, -122.09223908166543, -255, N'2018-03-14T00:28:06.2936880Z', 1750, -255, -255, -255, 2007, 11, 0, 4, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4393e7f0-24cb-43b7-b0ad-409218f48b8d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667276235629053, -122.12504960938007, -255, N'2018-03-14T00:12:19.3489450Z', 803, -255, -255, 7, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'43b4abf6-eaad-42cb-b471-b82b0ba07719', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693870374380147, -122.10225057870637, -255, N'2018-03-14T00:31:25.1721630Z', 2001, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'43cf5e7c-845c-4384-975e-52d1835b85d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.652826691468057, -122.13744534133565, 17, N'2018-03-14T00:08:02.2863880Z', 394, -255, -255, -255, 803, 10, 0, 6, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4407d8d0-c45e-481c-8115-9d6ff7e602aa', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667622062089734, -122.11063693988386, -255, N'Apr 20 2018 4:55PM', 111, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4422bb1e-59cb-4237-b422-93e2ee2da8ac', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666767000140979, -122.12865310216007, -255, N'2018-03-14T00:11:18.2228750Z', 729, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44318da7-4f8e-4c48-99fd-8fba20734d3c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667262594982766, -122.12336550117845, -255, N'2018-03-14T00:12:41.1278300Z', 846, -255, -255, -255, -255, 1264, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'443241f8-6e10-47cd-85d5-fffde984828d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687485871887894, -122.09326420094629, -255, N'2018-03-14T00:27:36.3447190Z', 1690, -255, -255, -255, -255, -255, -255, -255, -255, 25, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'444a4bed-1956-4d38-bf80-86e2a73cbbe7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679946359102956, -122.10286795725023, -255, N'2018-03-14T00:24:19.3308730Z', 1466, -255, -255, 7, -255, 24, -255, -255, 12, -255, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4451ebc7-f0d3-4dd6-8aa1-68b948a08f1d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672035864245387, -122.10624148155534, 1562, N'2018-03-14T00:20:42.1758730Z', 1274, 16, 702, 0, 0, -255, 6, 14, 0, -255, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'445fa0d0-91ad-4ef4-a871-41ce096444b4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683138706448638, -122.09894308382115, -255, N'2018-03-14T00:26:28.3661360Z', 1585, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44622820-23d1-4dc4-90bb-758c76073ba7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675978287840380, -122.10611846546107, -255, N'Apr 20 2018 4:54PM', 3, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'448004a9-1238-4958-8931-675f8d00e552', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679485726123261, -122.10341017827453, 15, N'2018-03-14T00:24:13.3319700Z', 1454, 5, -255, -255, -1, -255, -255, -255, 15, 39, NULL, 1153, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44809642-f0be-407f-8b79-2e963d7d194b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667231830158926, -122.12106082860744, -255, N'2018-03-14T00:13:07.3614050Z', 899, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4495e6de-e7ae-408f-b616-b5599d7f24b1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.654240545944802, -122.13815563219485, -255, N'Apr 20 2018 4:57PM', 348, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44968135-2276-4676-b049-472b7c9438a3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693875122333381, -122.10218339504301, -255, N'2018-03-14T00:30:59.1777360Z', 1996, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'449c7bb0-efd9-40ec-8ad0-f925df49a1fb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639747600541135, -122.13042613206015, -255, N'2018-03-14T00:00:06.2515940Z', 33, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44a4fcfe-2934-4cbc-8ffd-c3089a72aed1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642290804832605, -122.13062220979731, -255, N'2018-03-14T00:00:35.2051120Z', 91, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44b6b237-511a-4117-accc-998c27ab9d04', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.651594585694589, -122.13785877591891, -255, N'Apr 20 2018 4:58PM', 371, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44d11788-7ec8-47ac-99e4-e706d4e315cb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692885023943788, -122.09968262447239, -255, N'2018-03-14T00:29:10.1675880Z', 1877, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44daa3be-74cb-45de-9de8-9a6866fe6fa1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672009380956155, -122.10624735091885, -255, N'2018-03-14T00:20:07.1979760Z', 1271, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44de37d5-a5a3-4784-972d-5afebb8713cb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640012006175169, -122.12963259769673, -255, N'Apr 20 2018 5:05PM', 701, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44e7cc93-08e7-435b-adce-bad4a50bfb51', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663170369688565, -122.13370543360072, -255, N'2018-03-14T00:10:03.3028210Z', 597, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44eda809-3788-49ee-a7d1-ae6192c7230f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692871321421073, -122.10090234137037, -255, N'2018-03-14T00:29:16.1482040Z', 1889, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44ef3cb0-1ebe-435c-a824-82255ce92f60', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.650525712258528, -122.13746440006511, -255, N'Apr 20 2018 4:58PM', 381, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44efd0df-fa4b-4594-9665-e5972a83a254', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668815199894027, -122.10808855438165, -255, N'2018-03-14T00:17:46.3415170Z', 1162, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44f486d7-2c4f-490e-bc58-ed6570080c2f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674911520891257, -122.10579545692791, 3, N'2018-03-14T00:23:28.3482310Z', 1364, 36, -255, 17, -255, -255, -255, -255, 40, 1453, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44f9ff55-58d4-4778-b91f-96e16266e1d7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667490820511500, -122.11052375630300, -255, N'2018-03-14T00:16:18.1652690Z', 1094, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44fa929e-394a-4c2c-bcd6-b9c645e7fe5d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645427082097491, -122.13224270179673, -255, N'2018-03-14T00:03:28.3419890Z', 207, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'44fe8585-05ed-418e-a1d1-5c87aa2dbbb3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645965399031219, -122.13336880196823, -255, N'Apr 20 2018 5:02PM', 510, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'450138f8-e306-494d-9843-46a9969c622b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645950245533619, -122.13539394648743, -255, N'Apr 20 2018 5:00PM', 464, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4505da9c-2cfa-438f-b47e-e9a5e790cb79', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667274370140291, -122.12495077755172, -255, N'2018-03-14T00:12:20.3445830Z', 804, 10, -255, -255, 6, 1539, -255, -255, -255, 1062, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4523b3e9-ec50-4787-aa84-165ba0ccb934', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667267539464468, -122.12350984622482, -255, N'2018-03-14T00:12:39.2117530Z', 843, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4531b2fc-c5f4-44a9-a482-83240a2f59a6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642859060910546, -122.13153237870887, -255, N'2018-03-14T00:01:00.3104630Z', 121, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'45355638-4535-4397-8c7f-88d6b69d7e8e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667265738856472, -122.12443152084430, -255, N'2018-03-14T00:12:27.2467120Z', 819, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'45402ae1-0c63-47c4-a181-4d2f617bf28d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667142481406941, -122.11279866829344, 10, N'2018-03-14T00:14:17.1722460Z', 1030, 6, 11, -255, -255, -1, 6, 18, 7, 0, NULL, 724, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'454aa82e-53ee-4a54-a6c5-3dca8a1dfea6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667132041043814, -122.11306728122469, -255, N'2018-03-14T00:14:11.1986210Z', 1025, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'454ef0db-d248-4ac3-a0ad-1c795a6e3b2d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677799293307089, -122.10536147853990, -255, N'2018-03-14T00:23:52.3723330Z', 1413, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4552240c-e101-4ea0-8207-3ed4fdafbc6e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663719468829704, -122.13337056730431, -255, N'2018-03-14T00:10:11.3118050Z', 612, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'458fa1cf-eff9-40e2-994a-d8a940363e92', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646196796161213, -122.13233643420783, -255, N'2018-03-14T00:05:08.1759660Z', 239, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'459c27c8-5983-4be7-8398-27350288aef3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642509672442074, -122.13211787509005, -255, N'Apr 20 2018 5:04PM', 601, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'45c0ff11-0c8a-420c-9151-23d71a119556', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693858200813139, -122.10232148804168, -255, N'2018-03-14T00:31:36.1907010Z', 2005, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'45c3cb31-c023-4fb4-a7a2-8775f6b11cce', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678464113113193, -122.10459018395400, -255, N'2018-03-14T00:24:00.3299070Z', 1428, -255, -255, -255, -255, -255, -255, -255, -255, 40, NULL, 13, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'45e00390-8e1a-442d-95a7-2f689f971483', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671243536748406, -122.10653959771656, -255, N'2018-03-14T00:19:37.3267800Z', 1244, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 12, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'45fccd93-b41d-4ae0-b7ca-c5652cc89f80', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674252006470340, -122.10574743524593, 20, N'2018-03-14T00:23:20.3380260Z', 1348, 0, -255, 1721, 16, 30, 1398, 28, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4616d7c0-9e92-44a0-b918-8b085a39b4f2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657869685062522, -122.13663279531593, -255, N'2018-03-14T00:08:30.3352370Z', 451, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4623e66f-5f6d-48be-a539-64104dc36558', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683763435443545, -122.09802278595131, -255, N'2018-03-14T00:26:35.3362750Z', 1598, -255, -255, -255, 5, -255, -255, -255, -255, 1917, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'46437252-a5cb-4b23-a61e-28b2cce6f527', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645469411550074, -122.13203469883859, -255, N'2018-03-14T00:02:02.3273750Z', 186, -255, 4, 10, 4, -6, 12, 3, 0, 444, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4643a09f-07bb-435a-8eb7-fbe318c49273', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.662256056249859, -122.13457606940635, -255, N'Apr 20 2018 4:57PM', 268, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'465da6ee-067f-4216-a56f-6dec4036d665', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678236113071733, -122.10486640826596, -255, N'2018-03-14T00:23:57.3258430Z', 1422, -255, 17, -255, -255, -255, -255, -255, 17, 14, NULL, 4, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'46648741-e0bc-46e4-b91f-fd574d4ee693', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667187373119000, -122.11688078536909, -255, N'2018-03-14T00:13:42.3196490Z', 968, -255, -255, -255, 9, -255, 27, 2, 0, 1144, NULL, 27, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4670a1ca-162b-434d-98f6-d2ec41a8b2a6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.650525712258528, -122.13746440006511, -255, N'Apr 20 2018 4:58PM', 382, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'468b981c-3e66-499d-8e33-d4fdc5f5fa46', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667132499022195, -122.11274555972761, -255, N'2018-03-14T00:14:33.1974400Z', 1037, -255, -255, -255, -255, -255, -255, -255, -255, 2, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'469be5a7-0d54-4b76-8d96-e36cac383b73', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643974334252512, -122.13204421697036, -255, N'2018-03-14T00:01:48.2621390Z', 159, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'46a258a7-f723-41d9-972f-3926d8b1c576', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645927886913036, -122.13234163176543, 0, N'2018-03-14T00:05:02.1438900Z', 228, 622, 9, -255, 23, 14, 12, -255, -255, -7, NULL, 3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'46a2dc0d-ffbc-4607-b64d-416e2b94022d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675922222196078, -122.10589762202969, -255, N'2018-03-14T00:23:37.3442600Z', 1383, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'46c1339a-79bd-4f8f-9eeb-0d894af7f538', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660695941916480, -122.13498414625323, -255, N'2018-03-14T00:09:21.2217040Z', 524, -255, -4, -4, -255, -255, -255, -255, 7, 35, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'46de7838-12f8-4621-973a-ab5078150688', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674472923387619, -122.10575687375852, -255, N'2018-03-14T00:23:23.3650020Z', 1355, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'46fcfbbc-04b8-4164-8a14-2a600200d2e0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.664542689677653, -122.13308800508793, -255, N'Apr 20 2018 4:57PM', 246, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4709ce64-4d38-49a5-8b76-e0d1b991835a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641704455939994, -122.13057863305714, -255, N'2018-03-14T00:00:26.3260690Z', 72, -255, -255, 10, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'471e23de-2323-4c7d-96d6-a59845c98e75', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666702189046894, -122.12890225059253, -255, N'2018-03-14T00:11:14.3421010Z', 723, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'47280131-9102-4f7c-8fce-5b06f333d6ff', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640270640705758, -122.13060137215689, -255, N'Apr 20 2018 5:04PM', 660, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'47472908-f8e5-4598-8bac-d790b5cc29c3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659517926072766, -122.13564568284193, -255, N'2018-03-14T00:08:45.3459200Z', 481, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4747ce77-f6a2-4ed6-9d19-bdab250248a8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647158755880700, -122.13479388251815, -255, N'2018-03-14T00:05:42.3518540Z', 299, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'474d59e9-5ae7-4110-9014-9315c24b2f42', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641490168545424, -122.13056892118045, -255, N'2018-03-14T00:00:24.3603200Z', 69, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'47839616-9f4c-4158-977a-aa020a042a3a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.662958801735073, -122.13419606125025, -255, N'Apr 20 2018 4:57PM', 261, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'47934d2e-7a42-4bed-93d0-32436ef917dd', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.661378153620078, -122.13504124557134, -255, N'Apr 20 2018 4:57PM', 276, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'47992dc5-4b87-4b7f-9ce9-396206f5762f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658978700605225, -122.13600380829018, 0, N'2018-03-14T00:08:37.2860640Z', 464, 839, 47, 12, 980, -255, 44, -255, 1044, -7, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'47a4766c-962c-40ba-abdc-480142e84067', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667184646954873, -122.11675445800961, -255, N'2018-03-14T00:13:43.3398820Z', 971, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'47ae160a-f114-4dce-bcce-e550d4e1ece2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667223668618171, -122.12059416254243, -255, N'2018-03-14T00:13:12.3206240Z', 908, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'47bfc332-96d6-4a69-9d03-b9f3902c7159', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645963306608799, -122.13409894063659, -255, N'Apr 20 2018 5:02PM', 491, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'47c269ae-b4d9-4de8-99ce-fbb8cff0e4ec', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686306055221685, -122.09480984445598, 1965, N'2018-03-14T00:27:23.3058640Z', 1664, 32, 1628, 35, 36, -255, 31, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'487033b9-25cd-4f28-9525-4f8d7dce42d3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686166160468247, -122.09501078059135, -255, N'2018-03-14T00:27:20.2123950Z', 1659, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4886e397-0d8c-4c10-947e-5828cf1e4ee1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667063139384524, -122.12802022306352, -255, N'Apr 20 2018 4:56PM', 207, -255, -255, -255, 14, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'489185e8-83a1-4205-9d7b-eb1a30235fec', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645968129624066, -122.13493789081652, -255, N'Apr 20 2018 5:00PM', 474, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'489e1c29-08e0-4c8f-8caf-a7c02e127c2a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646843373217777, -122.13460512443812, -255, N'2018-03-14T00:05:38.3614240Z', 291, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'48d3fc7d-4d34-4aa8-afc9-c728abb16b0c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648373307440281, -122.13553218231964, -255, N'2018-03-14T00:07:38.3035430Z', 347, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'48d85dfe-15f2-42bd-bbb7-7332f1b67b2c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667272463379500, -122.12396403805118, -255, N'2018-03-14T00:12:33.2891040Z', 830, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'48dcbfa6-a85e-4cc1-adb9-2edead0cf1a3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679562404694430, -122.10332269569626, -255, N'2018-03-14T00:24:14.3622120Z', 1457, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'49022582-141c-49ee-9220-249ee225c600', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642195932475218, -122.13062020370397, -255, N'2018-03-14T00:00:33.1903950Z', 86, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4906b753-984a-4248-8029-b3ca77fb2d12', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671756898486855, -122.10634609430691, -255, N'2018-03-14T00:19:46.1986440Z', 1261, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4914bfb3-325c-426c-8777-39c85e3b3b0e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.654831876516205, -122.13810440815200, -255, N'Apr 20 2018 4:57PM', 341, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4920b74e-b5a3-4717-9255-7f7fd14ec435', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.672662161644872, -122.10622113902311, -255, N'Apr 20 2018 4:55PM', 50, -255, -255, -255, -255, 27, 720, 0, 76, 31, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'495dff5a-28b2-43ff-9b45-c0786cd5efc1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694236657493825, -122.10354840269265, -255, N'2018-03-14T00:29:58.1748680Z', 1965, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'496392b5-840d-4f1e-aa1c-6c5fc97a83ae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645976956134213, -122.13234926074828, -255, N'2018-03-14T00:05:03.2938430Z', 231, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'49a00889-f173-42ad-b391-044b5c95a5ca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683227370756121, -122.09881546490126, -255, N'2018-03-14T00:26:29.3357910Z', 1586, -255, 10, -255, 10, -255, 14, -3, 0, 1911, NULL, 29, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'49aceb78-9cf8-4a79-a625-803f8ef79c83', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678077955396041, -122.10505171679694, -255, N'2018-03-14T00:23:55.3745450Z', 1419, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'49b8137d-6f83-454d-94c2-0464cd96ee9e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683932055897834, -122.09776636687577, -255, N'2018-03-14T00:26:37.3472860Z', 1603, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'49bf3ca9-2d26-431e-b83a-6d58ea3e923f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684844313098544, -122.09652557519071, -255, N'2018-03-14T00:26:47.3354260Z', 1622, -255, -255, -255, -255, -255, -255, -255, 5, -7, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'49dbb912-4b5b-43d0-8f94-11d2a6516b31', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692869959827014, -122.10132041544871, -255, N'2018-03-14T00:29:19.1450040Z', 1894, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'49e4bc75-33e9-41fc-b975-5a9ada65bac7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663565839932360, -122.13349405237258, -255, N'2018-03-14T00:10:09.3246210Z', 608, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'49ee24ea-28db-4779-8450-b7a7862d70ae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685626021983200, -122.09556499866558, -255, N'2018-03-14T00:26:55.3698820Z', 1639, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'49f2190b-e25c-4488-be2f-5d66602faa57', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643121273000240, -122.13235807836101, -255, N'Apr 20 2018 5:03PM', 580, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4a219a5d-97f2-47f3-973f-9b61f6946917', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646271304283530, -122.13250124136222, 0, N'2018-03-14T00:05:11.3092640Z', 242, 633, 25, 32, 21, 633, 12, 31, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4a45e4a4-9bf0-475a-92be-e0748f10d4de', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640194374837655, -122.12966857749254, -255, N'Apr 20 2018 5:06PM', 712, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4a4d0d3f-95ee-4b60-ad49-152777a90b74', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667403595173724, -122.11084449282868, -255, N'2018-03-14T00:16:13.1868910Z', 1087, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4a51f5da-fbc4-464e-b214-c7be308da4f1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.652722789554154, -122.13811679381926, -255, N'Apr 20 2018 4:58PM', 361, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4a87fb1c-fd53-4795-8471-7a7b624036e9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667272475090200, -122.12365785342412, -255, N'2018-03-14T00:12:37.2942000Z', 838, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4ab71475-23a8-46c6-8ed9-97570eab1790', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666458418576859, -122.12962818143605, -255, N'2018-03-14T00:11:04.2263120Z', 703, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4ad25f0c-3fbb-4d8f-9566-257e11525f75', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641053728477537, -122.13053932492592, -255, N'2018-03-14T00:00:20.3568790Z', 61, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4af3d7a8-b422-4fca-b0fb-ee0bd9d93bc6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664518330223245, -122.13262477006332, -255, N'2018-03-14T00:10:20.3444070Z', 631, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4b456566-f145-4782-ae8e-356015f633b0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685766108247456, -122.09539643237125, -255, N'2018-03-14T00:26:57.3110060Z', 1642, -255, -255, -255, 0, 0, 4, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4b754ccb-d3bd-4a1b-b32b-7613589528ae', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.660934379077652, -122.13528069347691, -255, N'Apr 20 2018 4:57PM', 280, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4b818ccc-a427-4bc0-8925-b89e301790e0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685350451657506, -122.09591824650086, 1933, N'2018-03-14T00:26:52.3402340Z', 1632, -255, -255, -255, 0, 0, 23, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4c0e33da-b6c1-4460-8321-20a5490e67f8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693307193551888, -122.09830923231078, -255, N'2018-03-14T00:29:01.1453160Z', 1861, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4c109823-873b-4a10-a0fc-1fdc9ea6935e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667221027421512, -122.12621646087224, -255, N'2018-03-14T00:12:08.2326460Z', 780, -255, -255, -255, -255, -255, -255, -255, 12, 12, NULL, 7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4c2c368f-6245-4fce-95f4-c7d514391b09', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645799136391489, -122.13227525041899, -255, N'2018-03-14T00:03:38.2302670Z', 221, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4c38929f-1528-4e70-9b2f-b93b6f549603', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648135399948934, -122.13539736786856, -255, N'2018-03-14T00:07:28.1811060Z', 340, 11, 0, 8, 12, 802, 2, -1, 766, 13, NULL, 3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4c5dbe40-db55-46f4-a2d6-05d59bd491c1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646277026323951, -122.13407050829878, -255, N'2018-03-14T00:05:28.2004150Z', 273, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4c6d4ee4-4f6f-4dbd-be66-c72392f5652e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643721687408224, -122.13204027656195, -255, N'2018-03-14T00:01:46.3271240Z', 154, -255, 10, 10, 4, -5, 16, -6, 0, 428, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4c7656e5-749f-45df-8151-888dbec8197c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643008760815768, -122.13205784326915, -255, N'2018-03-14T00:01:35.2309390Z', 139, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4c83e815-b814-4e88-8b00-bad0b44c55f8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693888543168057, -122.09530569032619, -255, N'2018-03-14T00:28:39.3274970Z', 1816, -255, -255, -255, -255, -10, 4, 14, 4, 0, NULL, 2040, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4cbfb44b-d7a8-4a35-b797-6e05c9ab2947', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640112685591248, -122.12955275431797, -255, N'Apr 20 2018 5:05PM', 706, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4cc72ab5-81c2-4379-9ae3-73dfa3550c7b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687485871887894, -122.09326420094629, -255, N'2018-03-14T00:27:36.3701160Z', 1691, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4cd9a02f-7a34-4345-a248-29d62eedac56', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667193569929907, -122.11763264677666, 7, N'2018-03-14T00:13:36.3032800Z', 956, -255, 0, -255, 18, -255, -1, -255, 1138, 19, NULL, 34, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4cdcb733-1c8d-447a-9df8-8c4f5d217e25', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669020601741100, -122.10787136365012, -255, N'2018-03-14T00:17:50.2956690Z', 1170, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4d2769e9-bf2a-4643-b6d4-6a83bc227899', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642859622911821, -122.13163551933347, -255, N'2018-03-14T00:01:01.3335990Z', 122, -255, -255, 10, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4d39aee2-2cf9-4506-bcd1-b5413f087ae6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669931176319345, -122.10710678963213, -255, N'2018-03-14T00:19:16.1936000Z', 1208, -255, -255, -255, -255, -255, -255, 13, -255, -255, NULL, 13, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4d6cc027-830b-4864-b41b-f23c19e2a1ae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694080999536830, -122.10319596755049, -255, N'2018-03-14T00:30:01.1881840Z', 1971, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4d6d3fa1-2b46-47a3-a55e-eca72978fe74', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673666287104766, -122.10578381100450, -255, N'2018-03-14T00:21:56.2103700Z', 1331, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4d7933cb-c824-4d14-9eb4-5e032455bff4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666740369626957, -122.12876991222409, 10, N'2018-03-14T00:11:16.3088190Z', 726, 4, 997, 0, -255, 19, 2, 793, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4d8706fb-8313-428b-94ef-4330b74c184f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639897864288251, -122.13060497643970, -255, N'Apr 20 2018 5:04PM', 669, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4d8b2634-4d21-4ca5-b1d8-dac62f2be9c7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.658382943175113, -122.13675355982566, -255, N'Apr 20 2018 4:57PM', 303, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4dbfbf1d-1e3d-4886-b67c-311da018a695', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681926797869089, -122.10036833973541, -255, N'2018-03-14T00:25:37.2067070Z', 1547, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4dc9cb20-d91d-4d8e-9cd4-6684b82d6658', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663350315143610, -122.13362824455406, -255, N'2018-03-14T00:10:06.3563680Z', 603, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4de06e08-73ca-4853-95cc-cff00142ad08', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640678255950256, -122.13052354597433, -255, N'2018-03-14T00:00:17.3602770Z', 55, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4dfbce1f-07f8-4e55-93ca-d53c0cd86bcd', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648164213485003, -122.13643601595525, -255, N'Apr 20 2018 4:58PM', 409, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4e0b5688-5182-4515-98ff-44026d7dbd80', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690440421567224, -122.09165245359991, -255, N'2018-03-14T00:27:56.3387720Z', 1731, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4e200f49-28f7-431b-b4bb-a2137d5d5ed4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663247277430727, -122.13368042298426, -255, N'2018-03-14T00:10:04.3190560Z', 598, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4e329640-8348-49f9-8f52-2ae4d92bf3c6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.655227103994740, -122.13804445367921, -255, N'Apr 20 2018 4:57PM', 337, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4e3ddead-f8b7-4646-8c74-783c59753747', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670457064463825, -122.10682348069422, -255, N'2018-03-14T00:19:27.2462960Z', 1224, -255, -255, -255, -255, 9, -255, -255, -255, 12, NULL, 12, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4e3ef61e-c1d9-49f8-9a38-a4af1e264f18', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661770022760052, -122.13444150143856, -255, N'2018-03-14T00:09:44.3627800Z', 559, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4e47fdd4-f91d-473f-bae9-50f59ec979c4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691258041915340, -122.09183852679190, -255, N'2018-03-14T00:28:01.3061440Z', 1741, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4e57e5f7-d374-40b0-a82e-89eb3d2d1a14', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639781360887284, -122.13047426669728, -255, N'2018-03-14T00:00:07.2404300Z', 35, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4e5f05e9-66d9-4b9a-8c33-a32f7bc8c180', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669431074901816, -122.10747932692888, -255, N'2018-03-14T00:18:01.1973120Z', 1187, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4e96e3e0-25f9-4af6-ad52-cc09ea0e0e9b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647685812146001, -122.13622826851100, -255, N'Apr 20 2018 4:58PM', 415, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4ed36f9d-abec-4e13-a3bc-9b137e368d36', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654944626270641, -122.13766763096388, -255, N'2018-03-14T00:08:13.3296830Z', 417, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4f037c39-47a1-4fb1-9565-8b3f5bf89ef1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648011083466550, -122.13637455542749, -255, N'Apr 20 2018 4:58PM', 412, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4f06ea63-530b-4db4-871a-87d67228656d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680164353346150, -122.10260248381321, -6, N'2018-03-14T00:24:22.3398390Z', 1472, 2, 14, 1784, 0, -255, -255, -255, 36, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4f2282b8-4e4e-4ee8-92b8-76a10e6417f4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642949886735856, -122.13205376351259, -255, N'2018-03-14T00:01:32.2361480Z', 137, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4f46ec3d-0165-4eef-a56b-3cd6d18d3f71', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660041216003890, -122.13531561491962, -255, N'2018-03-14T00:08:59.3533830Z', 501, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4f516590-26d1-4b64-8320-ed4fecf470c8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680561870839405, -122.10209687272456, 4, N'2018-03-14T00:24:28.3311440Z', 1484, -255, -255, 12, 14, -255, -255, -255, -255, 14, NULL, 28, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4f5afa55-0453-43a5-8157-208f71d9ed2a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668326831743322, -122.10901315694009, -255, N'Apr 20 2018 4:55PM', 99, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4f75343f-6dd6-4437-8a4e-74ec6095bdb4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680711665325276, -122.10190375325270, -255, N'2018-03-14T00:24:31.3435400Z', 1490, -255, -255, 11, -255, -3, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4f8f8c22-0a8c-432e-bf25-66e4e0fb54d9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644102712223045, -122.13204562331487, -255, N'2018-03-14T00:01:49.3519160Z', 161, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4f9d81d2-ba0f-4f88-a1b0-01dbdbc448a8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682887190081864, -122.09928474802724, -255, N'2018-03-14T00:26:25.3827830Z', 1579, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4fab461c-9b43-400d-a5e7-35ea74e06ccb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692869218232100, -122.10154812032800, -255, N'2018-03-14T00:29:21.1356220Z', 1898, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4fb2fb36-0055-4c65-bf9f-d54632a46a6c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670229233552320, -122.10693204176461, 21, N'2018-03-14T00:19:24.3085030Z', 1218, -255, -255, -255, -255, -255, -255, -255, 23, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4fbe389a-7750-4ee2-adb6-fab89113dfb9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639618795247308, -122.13038192424642, -255, N'Apr 20 2018 5:04PM', 681, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4fcb49d8-b8cd-4450-bcca-c410b0fd03e5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694407275670876, -122.10349233601247, -255, N'2018-03-14T00:29:50.1691790Z', 1952, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4fd11036-4287-4304-9309-c6f9571232b7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674252006470340, -122.10574743524593, -255, N'2018-03-14T00:23:20.3727720Z', 1349, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4fd45e83-bcee-4f42-81e6-adbe5a1e73c3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667199426257682, -122.11817249969484, -255, N'2018-03-14T00:13:32.3359190Z', 948, -255, 5, 11, 8, -2, 19, -4, 0, 1134, NULL, 21, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'4fe5bc80-39e6-4457-a63f-361352556e8d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667310474689771, -122.11665080415676, -255, N'Apr 20 2018 4:56PM', 145, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'50098874-ad58-462a-acdd-820dd74a5c2c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692873928345705, -122.10010189162936, -255, N'2018-03-14T00:29:12.1672530Z', 1880, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'500f06c0-7972-4d09-bd88-66b025d407c4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643491657368337, -122.13204386928361, -255, N'2018-03-14T00:01:44.2766750Z', 150, 10, 0, 7, -255, 1321, -5, -4, 425, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'502d3f43-62a0-474e-8e63-740d1a020b82', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679869378023739, -122.10295611056357, 5, N'2018-03-14T00:24:18.3402360Z', 1464, -255, -255, -255, 12, 16, -255, 7, -255, 10, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'503830ab-a2d4-4c01-8f84-646e23ac7cbe', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656428446929496, -122.13770214284963, -255, N'Apr 20 2018 4:57PM', 325, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'505133be-a8d7-479e-b374-e72894bd5ab3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.670076417296521, -122.10727164453994, -255, N'Apr 20 2018 4:55PM', 79, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'506b24e4-2e86-49a1-825b-33b10995a775', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.664381331537733, -122.13324308332459, -255, N'Apr 20 2018 4:57PM', 248, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'507556db-14e5-48e6-acf0-f3fce5d03995', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640678255950256, -122.13052354597433, 338, N'2018-03-14T00:00:17.3308090Z', 54, -255, -255, -255, 0, 0, 6, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'50965a24-2ca0-487c-a845-217deda186d2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661180646164645, -122.13469933537709, -255, N'2018-03-14T00:09:35.2264650Z', 540, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'50a620bb-eece-4930-bb9c-4c6b46a7967a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673302936435981, -122.10581474765358, -255, N'2018-03-14T00:21:47.2519380Z', 1319, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'50b209c5-e437-402b-8eb6-bf8aabd12f7f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668471273340153, -122.10849869684213, -255, N'2018-03-14T00:17:40.2966140Z', 1151, -255, -255, -255, -255, -255, -255, -255, -9, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'50d88d03-4be5-462c-9151-9e5fd57374c6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.657838008360343, -122.13703125474350, -255, N'Apr 20 2018 4:57PM', 310, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5108e7f0-a2ff-462f-a90d-c95251be24f0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667292474059344, -122.12545185310402, -255, N'Apr 20 2018 4:56PM', 194, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'511a195d-19e7-41ae-b47e-4459631f4b45', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645060746303200, -122.13206638238404, 4, N'2018-03-14T00:01:57.2845860Z', 176, 10, 0, 4, 13, 958, -3, -6, 439, 15, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'51751403-421f-4cc4-8129-5bbd13c3e583', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667945038475629, -122.10930854048874, 1323, N'2018-03-14T00:16:44.1781200Z', 1124, 17, 724, 3, 0, 0, 6, 11, 0, 0, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'517b7fb8-26f0-478e-a947-452676df05a4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692916788424600, -122.09939516155912, -255, N'2018-03-14T00:29:08.1492870Z', 1872, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'51c290e5-b2e3-46d2-a7dd-3d85f889dc4c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661122436254274, -122.13474881571463, -255, N'2018-03-14T00:09:34.2447400Z', 539, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'51df80da-3473-4d1f-85a4-ca315fd8e59d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681697862759684, -122.10072331959537, -255, N'2018-03-14T00:25:17.2119370Z', 1537, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'51e2f450-8494-4711-9297-8e5e5f16d7f1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.662256056249859, -122.13457606940635, -255, N'Apr 20 2018 4:57PM', 267, -255, -255, -255, -255, -255, -255, -255, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'51f3fbdb-ed9f-42fb-aceb-9ac8cc798a0d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645537387424888, -122.13223633682173, -255, N'2018-03-14T00:03:30.3679280Z', 211, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'52024c9c-67e7-4494-a2e3-5bfc51cccd71', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686252245476837, -122.09488783311426, -255, N'2018-03-14T00:27:22.3056310Z', 1662, -255, 49, -255, -255, -255, -255, -255, -3, -4, NULL, 53, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'520b376c-d7c1-401d-a167-5389b8100e95', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645247547544173, -122.13206153253984, -255, N'2018-03-14T00:01:59.3845550Z', 181, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'520d410b-e42e-4aff-abc0-b6b21e2d43f9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.656489037648683, -122.13737186056821, -255, N'2018-03-14T00:08:21.3367620Z', 433, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5222d6f7-7d87-4b81-a3aa-597b3420f06f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667287713686036, -122.11157588737521, -255, N'2018-03-14T00:15:45.1774140Z', 1068, -255, -255, -255, 1265, 11, 0, 6, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'522c39c5-a828-4c4e-8028-c83a5ae810e1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646330782660947, -122.13427318987560, -255, N'2018-03-14T00:05:31.3557790Z', 277, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5235f5f2-1232-431d-9af6-47492e60097a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662079002124024, -122.13429231767678, -255, N'2018-03-14T00:09:49.3402170Z', 568, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'528cce73-7476-4db4-89f4-076d159310c2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665041189086196, -122.13252310950412, -255, N'Apr 20 2018 4:56PM', 239, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5295a03a-662c-4de3-9480-c1bdaf1d7d4b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645901303885680, -122.13240165094453, -255, N'Apr 20 2018 5:02PM', 524, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'52ad7d28-894c-4106-a16e-c56547a09c13', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673043856887000, -122.10588473271909, -255, N'2018-03-14T00:21:42.2262940Z', 1309, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'52b28ce5-c412-4559-9195-01b0f60d9981', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682203121029069, -122.09999760361764, 3, N'2018-03-14T00:25:46.1564400Z', 1558, 17, 16, 5, -255, 16, -255, 5, 5, 684, NULL, -2, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'52b779fe-e967-4a66-8f5b-557cffd6b91d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649955707361869, -122.13722793857411, -255, N'Apr 20 2018 4:58PM', 388, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'52d4be6c-2e63-4980-9430-ba112ed36ea3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686834905370162, -122.09406544535260, 24, N'2018-03-14T00:27:30.3360000Z', 1678, 0, -255, 1971, 12, 34, 1441, 52, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'52f7f02e-263b-4c13-b0ca-48ea573f880a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667264390111562, -122.12343866828827, -255, N'2018-03-14T00:12:40.1754900Z', 844, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'52fb4fcf-9308-4440-8b5d-de8fc7482073', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646294575278873, -122.13398236183072, -255, N'2018-03-14T00:05:26.2386660Z', 271, -255, -255, -255, -255, -255, -255, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5314f921-c024-4937-9bb7-1a0fa73c1c61', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682102593522167, -122.10014112415598, -255, N'2018-03-14T00:25:42.2069760Z', 1555, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'532d2ca3-0ff9-4dd1-852d-1ad735faee4a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667235763306905, -122.11183906474193, 0, N'2018-03-14T00:15:19.1780990Z', 1060, 1237, 18, 16, 6, -255, 11, -255, 6, 0, NULL, 19, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'53499e80-4e76-45c7-8c78-2f8467e6c66d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646320894803843, -122.13302147683754, -255, N'2018-03-14T00:05:16.2498130Z', 252, -255, -255, -255, -255, 16, -255, -255, -255, 12, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5365c33d-4022-4f1c-b5e9-8a96a56e9eeb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667145142468762, -122.11234172675861, -255, N'2018-03-14T00:14:48.2327870Z', 1047, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5366c083-1612-4c36-8fd6-d5e0ee87ac60', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680614382540931, -122.10202918508934, -255, N'2018-03-14T00:24:29.3702300Z', 1487, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'53a49351-7d67-4bf9-bc5b-c202c0055bf6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646248921045590, -122.13242640993090, -255, N'2018-03-14T00:05:10.2792300Z', 240, -255, 24, 40, 20, 23, 12, -255, 1797, -4, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'53aa6276-f817-48e7-b65b-73e7c03892d0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.653446956683716, -122.13749807644676, -255, N'2018-03-14T00:08:05.3227070Z', 401, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'53de2b6f-4621-4ae8-9eb5-df6d48ffba2d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646595465488300, -122.13446389096195, -255, N'2018-03-14T00:05:35.3663670Z', 285, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'53e3e2f2-54b0-47d6-88ca-99f164faa406', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666850519461079, -122.12835156919057, -255, N'2018-03-14T00:11:22.3474610Z', 737, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'54364bc4-9ce8-4041-aa86-7a69cb45ee08', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645155672701435, -122.13206715975026, -255, N'2018-03-14T00:01:58.3168780Z', 178, -255, 4, 10, 4, -6, 12, -3, 0, 440, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5453de32-898f-403c-8d59-35fb67ca4900', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667132499022195, -122.11274555972761, 11, N'2018-03-14T00:14:33.1683960Z', 1036, 5, 11, -255, -255, 0, 5, 16, 6, 0, NULL, 699, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'54624cef-f5c5-4485-b685-02329b26bfbc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693902855721994, -122.10230178443797, -255, N'2018-03-14T00:33:10.2551810Z', 2022, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'546387ec-2f27-4b15-85c1-2909e17809ed', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642290804832605, -122.13062220979731, -255, N'2018-03-14T00:00:35.1789300Z', 90, -255, 12, 10, -255, -4, -255, 2, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5495cb41-15b6-4b12-b36d-975a8878aba6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667249864880233, -122.12590531170926, -255, N'2018-03-14T00:12:11.3261120Z', 786, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'54a2298e-d5bb-4171-974f-5f8b22086b5a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693867068042373, -122.10225049417619, -255, N'2018-03-14T00:31:24.2207920Z', 1998, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'54af617f-67da-4805-962f-36e49ec45263', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.650822359793246, -122.13672973477929, 80, N'2018-03-14T00:07:52.3291380Z', 375, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5547609e-a2ce-4c6b-83ec-bddbc5be5f38', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693082151781923, -122.10160816273856, -255, N'2018-03-14T00:29:25.1574360Z', 1904, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'556d9f0d-2011-4b45-8975-dc58591d976c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668970128711742, -122.10791765910372, -255, N'2018-03-14T00:17:49.3585570Z', 1169, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'55c19089-c9b4-44ba-8859-a21e99434b32', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679794499895820, -122.10304605288333, -255, N'2018-03-14T00:24:17.2394370Z', 1463, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'55d60eb8-7ec1-4e3c-a2af-61c10d8e013e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667733739818154, -122.10983021940737, -255, N'2018-03-14T00:16:30.2070360Z', 1113, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'55dd2796-84f4-4f0d-93fd-ad1959f38350', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667471163299275, -122.11058999459695, -255, N'2018-03-14T00:16:17.2057060Z', 1093, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'55ec6547-6032-44c2-a2f9-ecae8ea8c24a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678952726202300, -122.10404127288668, -255, N'2018-03-14T00:24:06.3713230Z', 1441, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'55f08511-94da-4694-a8b3-1ea359710927', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645482519189123, -122.13223868735328, -255, N'2018-03-14T00:03:29.3505960Z', 209, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'561cbd8b-d007-4eab-9ef5-10afc60ebc48', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674938847240767, -122.10597147078221, -255, N'Apr 20 2018 4:55PM', 25, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5629f249-ecc6-4eec-a65a-945e949cdd6b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666804915572037, -122.12851387362208, -255, N'2018-03-14T00:11:20.3242990Z', 732, -255, -255, -255, -255, 5, -255, -255, -255, 10, NULL, 1001, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5640a3c9-dcd6-4563-83ae-72feef3092a4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692869588313862, -122.10143448764207, -255, N'2018-03-14T00:29:20.1686980Z', 1897, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'56527ea0-ddbd-49d8-b07d-b9b91d6cd6ac', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667272463379500, -122.12396403805118, -255, N'2018-03-14T00:12:33.3208810Z', 831, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'569330c9-45b2-417a-bc16-4f37c24653f1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.649813299522464, -122.13628129238030, -255, N'2018-03-14T00:07:47.2981820Z', 364, -255, -255, -255, -255, -255, -255, -255, -1, 49, NULL, 26, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'569b91a7-9ca4-425b-9053-7feb0706986b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642852256723486, -122.13126930166086, 5, N'2018-03-14T00:00:58.3436350Z', 116, 10, 0, 5, 14, 1222, 0, -7, 380, 16, NULL, 38, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'56ae4aed-ea9d-45be-add2-a3865e3ef907', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680663922512196, -122.10196522007152, -255, N'2018-03-14T00:24:30.3676180Z', 1489, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'56ba5c07-4c7a-4b72-acfa-f6df434a2b09', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667182927941958, -122.11210681338497, -255, N'2018-03-14T00:14:56.1997640Z', 1053, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'56c0b638-982f-4472-9e30-e1160c01d771', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645974333385361, -122.13471577450348, -255, N'Apr 20 2018 5:00PM', 479, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'56c7babf-cd6f-41dd-bbc3-bafd232509c6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678869067886687, -122.10413764532331, -255, N'2018-03-14T00:24:05.3434020Z', 1438, -255, -255, -255, 5, -255, 7, -255, -255, 1767, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'56caa64b-9b30-4b43-8f09-802ae2d813b8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639690806535128, -122.12996486450753, -255, N'Apr 20 2018 5:05PM', 689, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'56cdc395-4623-4737-a773-ff8d29553287', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642845008145535, -122.13113241835573, -255, N'2018-03-14T00:00:57.2783150Z', 114, -255, 6, 10, -255, -7, 12, 0, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'56ed9aa2-3241-4fcf-8dda-bf6cce8ad46a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.651162515424261, -122.13772056984998, -255, N'Apr 20 2018 4:58PM', 376, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'57211038-7144-4e3d-9577-c7694bf1ea9b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673968401927787, -122.10574668091252, -3, N'2018-03-14T00:23:16.3166210Z', 1340, 17, 15, 13, -255, -255, -255, -255, 27, 1721, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5734431e-13f1-4da0-b875-af46394bb3d7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693892241268863, -122.09539479473061, -255, N'2018-03-14T00:28:40.3645640Z', 1819, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5764facb-2a4b-4118-b2c2-5a5e7dfd4ff7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667170571519947, -122.11618495357966, -255, N'2018-03-14T00:13:47.3301980Z', 978, -255, 20, 11, 18, -3, 38, 3, 0, 1149, NULL, 30, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'576e81cc-8a9e-4dec-bfa4-ed3156e248d0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644375200061500, -122.13204799314910, -255, N'2018-03-14T00:01:51.3561200Z', 165, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'57744d6f-0ab7-4177-9678-244d393e3f02', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693773251672461, -122.09477359206524, -255, N'2018-03-14T00:28:36.3285560Z', 1810, -255, 10, -255, -255, -6, 23, 45, 23, 0, NULL, 2037, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'578e43d0-8947-45aa-81bc-e5df47ff87fb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656622460761099, -122.13763210389631, -255, N'Apr 20 2018 4:57PM', 324, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'57a9ef72-f146-4109-8381-ee3d15d33d24', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667145142468762, -122.11234172675861, 5, N'2018-03-14T00:14:48.2103410Z', 1046, 0, -255, 6, 11, 14, -255, 5, 11, 5, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'57b56091-49b4-483d-bdc0-f8984531b2e2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647346181653255, -122.13608678117258, -255, N'Apr 20 2018 4:58PM', 419, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'57d6a523-926b-4186-8c94-c99b10e80d23', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.659214912609805, -122.13639439156425, -255, N'Apr 20 2018 4:57PM', 295, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'57d761e2-9c2d-4bd7-b113-8b02612fcbc3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646783936574053, -122.13582322696919, -255, N'Apr 20 2018 4:58PM', 427, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'57d9aa06-9510-4973-9b5e-3c62a567298b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667152684544632, -122.12669535941045, -255, N'2018-03-14T00:12:04.3489640Z', 773, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5805c742-3c6a-4072-92ec-6cdbdee83262', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667270346163271, -122.12358294609564, -255, N'2018-03-14T00:12:38.3220790Z', 841, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5807f5c8-d493-45f0-9326-edf84a7fa1ef', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667197665761115, -122.11776385499259, -255, N'2018-03-14T00:13:35.3757840Z', 955, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'581583d4-aed5-4045-a36c-552cea7724cb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649438950012922, -122.13689359736263, -255, N'Apr 20 2018 4:58PM', 394, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5818f7b7-cd20-474a-b933-39815355551f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667289886178850, -122.12430804415521, -255, N'Apr 20 2018 4:56PM', 188, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'58370f18-c2eb-41dd-a02b-54af303ad52a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667269935873051, -122.12427791035623, -255, N'2018-03-14T00:12:29.3191280Z', 823, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'584dd7ee-ba18-4f66-9291-21d9bb51394f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.661596702572183, -122.13492570611072, -255, N'Apr 20 2018 4:57PM', 274, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5883565c-a114-4175-87d7-cb7efe79ce28', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.660520940913543, -122.13562223401667, -255, N'Apr 20 2018 4:57PM', 283, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'588cf476-8936-463a-bfd6-7b3d1cbc497c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667258337296310, -122.11439378570725, 32, N'Apr 20 2018 4:56PM', 133, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 97, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'58969961-0158-4496-adf9-eff724643a35', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660303013616556, -122.13518703017463, 6, N'2018-03-14T00:09:07.2069910Z', 510, 0, 16, 869, -4, 16, 713, 11, 11, 712, NULL, -4, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'58c2af68-0e0e-4892-a24d-6653b0851d7d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646385230923975, -122.13432746138382, -255, N'2018-03-14T00:05:32.3510590Z', 279, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'58cf9a30-a70e-40ab-923c-97b7234b23db', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642539743457824, -122.13063536421981, -255, N'2018-03-14T00:00:41.1894190Z', 97, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'58e00390-5391-40d7-89f6-46d10b984f93', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676327498487623, -122.10594863765279, -255, N'2018-03-14T00:23:40.3390590Z', 1388, -255, -255, -255, -255, 24, 8, -255, 14, 0, NULL, 1741, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'58e74478-9ab0-4ad1-b288-cd5c5cea8db2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692767131859483, -122.09278384787355, -255, N'2018-03-14T00:28:17.3153600Z', 1772, -6, 1345, -2, -255, -255, -255, -255, -7, -2, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'58e96910-52b6-4fc6-ace0-6e446e308552', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693252166343044, -122.10160816273856, -255, N'2018-03-14T00:29:27.1655680Z', 1908, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'58f0812d-5d99-486c-b731-1c0e7b0ecc16', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677353446790583, -122.10570639969775, -255, N'2018-03-14T00:23:48.3509670Z', 1405, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'591061bc-9226-4791-95ff-06fe9f8ed189', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666028148519985, -122.13064778836204, -255, N'2018-03-14T00:10:45.2356630Z', 675, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5917ed01-ce24-4583-ac17-e28adf32565b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.669698798534334, -122.10752522025426, -255, N'Apr 20 2018 4:55PM', 84, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'592fd735-0f8f-46da-b7ef-f818768291e1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666935427799835, -122.12800604302581, -255, N'2018-03-14T00:11:26.3497590Z', 745, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'597d98c8-5318-40fb-9717-57e12f026659', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675473970386641, -122.10605905779708, -255, N'Apr 20 2018 4:55PM', 15, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'59822417-94bd-4e8a-ae97-412025ba87df', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640916354182394, -122.13059476435846, -255, N'Apr 20 2018 5:04PM', 648, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'599c05a7-8fa5-48c1-824d-200ff2cf24e7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645724192896104, -122.13240416662175, -255, N'Apr 20 2018 5:02PM', 530, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'59b1168d-41cd-44ea-bd15-e1e28306dd64', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666623220923200, -122.12913638251118, -255, N'2018-03-14T00:11:11.3607580Z', 717, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'59f045ab-c4f6-49ee-8298-e711f9fb57c1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639727395182682, -122.13035807215772, -255, N'2018-03-14T00:00:04.1859600Z', 30, -255, -255, -255, -255, -255, -255, 6, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5a09708e-c974-48f8-8b02-d3124d953667', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640039710240153, -122.12941926107180, -255, N'Apr 20 2018 5:08PM', 727, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5a0d4e3e-5d9a-4209-83a0-e435cf637dec', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640103658251064, -122.13052101303094, 2101, N'2018-03-14T00:00:12.3262440Z', 44, 30, 2060, 45, 46, -255, -255, -255, -4, -4, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5a2f3a39-5450-47a0-afdb-a8e777db3bed', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667324876077330, -122.12101453548300, -255, N'Apr 20 2018 4:56PM', 169, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5a361b49-dab5-4946-9e6b-9fbbf0d1bbef', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693425393839235, -122.09803959878276, -255, N'2018-03-14T00:28:59.1902280Z', 1856, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5a3861cd-cb05-474d-9dcd-0ac8a89455c0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674583628279208, -122.10593956147342, -255, N'Apr 20 2018 4:55PM', 28, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5a681354-06dd-4fa4-9454-ae67323b97ae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667189846873384, -122.11750437993169, -255, N'2018-03-14T00:13:37.3434690Z', 959, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5a7f7d90-4079-4be1-a630-619263c2e5fc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644968023327614, -122.13240012389046, -255, N'Apr 20 2018 5:03PM', 543, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5aa2d522-19b9-4cd7-b0aa-24c8fac504bb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686430561322169, -122.09462861706565, -255, N'2018-03-14T00:27:25.3364780Z', 1669, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5ab8032f-f85e-4916-b324-5aa5d9d79d4e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671841884544300, -122.10629168032457, 6, N'2018-03-14T00:19:54.1802030Z', 1264, 6, 0, 731, 1513, 12, 0, 5, 6, 15, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5ac609fb-883d-4349-8600-ba2a971accef', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667203252454527, -122.11203626527875, -255, N'2018-03-14T00:14:58.2015360Z', 1055, -255, 7, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5aca4300-b91c-42c0-9763-9b481dd0c22f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643160290473553, -122.13206106458041, 45, N'2018-03-14T00:01:40.3198660Z', 142, -255, 25, 10, 38, -4, 50, -3, 0, 421, NULL, 33, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5ad4647e-b5e7-4fa4-814e-c50aab60f2bb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639952446976892, -122.13052395485327, -255, N'2018-03-14T00:00:10.3755430Z', 41, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5ae5314a-5355-4ec4-8502-ac8b78daf792', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693832091464678, -122.09693448746222, -255, N'2018-03-14T00:28:52.6455230Z', 1842, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5af979b4-2cc3-49d8-8a47-3eebb16ff0b3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644406225960701, -122.13237744567442, -255, N'Apr 20 2018 5:03PM', 558, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5b0b8e2d-2b43-49a4-80a8-cd3e32641b33', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647995687426715, -122.13534007069066, -255, N'2018-03-14T00:07:12.1846240Z', 334, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5b3adf6a-e655-4ec1-9f96-77fc0af39324', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645542788053937, -122.13240674328871, -255, N'Apr 20 2018 5:02PM', 534, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5b5f377c-cd01-411d-b822-89993eb690bd', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.670254944898026, -122.10717580937560, -255, N'Apr 20 2018 4:55PM', 76, -255, -255, -255, -255, -255, 733, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5b66a6c9-444c-42e3-bbc5-b79da057de0c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694430687927813, -122.10281223897100, -255, N'2018-03-14T00:29:41.1315280Z', 1936, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5bc9f4d7-5443-48f4-aef0-9546cdac7637', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647775883094525, -122.13516529677754, 11, N'2018-03-14T00:06:38.1835780Z', 324, 6, 719, 0, 4, 3, -3, 709, 16, 4, NULL, 705, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5bd09484-89bc-4775-a451-9705e8215818', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667264380606980, -122.12659853207489, -255, N'Apr 20 2018 4:56PM', 200, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5bd2f96c-aa77-4b06-92fd-003c732344ab', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.652493994999602, -122.13809127792878, -255, N'Apr 20 2018 4:58PM', 364, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5be7267b-76bc-403b-9872-3ed1d63771a2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667091918280889, -122.12719051560893, -255, N'2018-03-14T00:11:43.2269820Z', 763, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5bef9507-f235-4fe3-9be9-f8924be34dac', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646123552380125, -122.13232274166361, -255, N'2018-03-14T00:05:06.1553040Z', 237, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5befcee2-5324-4286-a945-4617a1c5d29c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662619069906057, -122.13400450228535, -255, N'2018-03-14T00:09:56.2918090Z', 582, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5bfb7844-0160-48a4-90b7-d5d8fd842d6c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674422616523138, -122.10592513149352, -255, N'Apr 20 2018 4:55PM', 30, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5c18ee68-271b-40e8-9cbb-6897378a198e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658009529097292, -122.13650311865345, -255, N'2018-03-14T00:08:31.3289620Z', 453, -255, -255, -255, -255, -255, 6, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5c223792-ad1d-4528-80a0-6315a9cc38bc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.670829942473112, -122.10692242536322, -255, N'Apr 20 2018 4:55PM', 70, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5c33d676-fff3-4712-a2d9-74e093e6f45a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665998555386750, -122.13078384862155, 7, N'2018-03-14T00:10:41.1964220Z', 670, 18, -255, 6, 10, 18, -255, 6, 10, 718, NULL, -7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5c576b30-a053-46ad-a2b2-6f36e6d27d2b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640089003482089, -122.12962753550617, -255, N'Apr 20 2018 5:07PM', 721, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5c6a97d2-cc00-4b77-bb91-fe99e356cf11', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681993724592466, -122.10027696420309, -255, N'2018-03-14T00:25:39.2006820Z', 1549, -255, -255, -255, -255, -1, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5c6ab1ac-438a-41d1-9682-d59f860abef3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646385230923975, -122.13432746138382, -255, N'2018-03-14T00:05:32.3156960Z', 278, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5c75b4e1-d3da-4c2e-bfa6-897e8998e1eb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694638411919300, -122.10329793724458, -255, N'2018-03-14T00:29:45.2165100Z', 1944, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5c7cbf85-5b58-4f6f-bbb7-ceefbd0daeea', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667321050897854, -122.11917041493062, -255, N'Apr 20 2018 4:56PM', 159, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5cd33a48-85c4-4109-b420-91844a93181a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667182927941958, -122.11210681338497, 0, N'2018-03-14T00:14:56.1759400Z', 1052, 1217, 9, 17, 6, 1217, 11, 17, 1024, -2, NULL, 7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5cf3bdf3-a77e-42ad-98e0-b3615097490a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643230174847680, -122.13235837036858, -255, N'Apr 20 2018 5:03PM', 578, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5cfb41f8-1230-46e2-884a-63b968e411cd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642857480828546, -122.13193336158847, -255, N'2018-03-14T00:01:18.2121190Z', 131, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5d000d63-3e39-4808-940e-8f51d34feeb2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667212406098152, -122.11911213113785, -255, N'2018-03-14T00:13:25.3007820Z', 934, -255, 12, 11, -255, -3, 25, 1, 0, 1126, NULL, 34, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5d0ed944-280f-4a76-a580-cbb7cf7b4e65', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647375216698549, -122.13493450801093, 668, N'2018-03-14T00:05:49.2212850Z', 306, 18, -255, -255, 0, -255, 7, 10, -255, -255, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5d269406-0e4d-4313-a99d-6385fc77ee22', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645636788267048, -122.13240540811354, -255, N'Apr 20 2018 5:02PM', 531, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5d2ecf0e-b797-42c8-994f-dfe7e824c0c9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640035331405869, -122.12948550465441, -255, N'Apr 20 2018 5:07PM', 725, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5da756ea-6559-4e2b-846d-c74359994d15', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642511217632361, -122.13225953697378, -255, N'Apr 20 2018 5:04PM', 600, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5da8c36e-19b1-468f-a432-ad90d88bcd56', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646467310130291, -122.13566971599361, -255, N'Apr 20 2018 4:59PM', 443, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5dbf5ff5-8c21-4ee9-bbad-b0255f978313', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642639354036632, -122.13236221762405, -255, N'Apr 20 2018 5:04PM', 593, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5e0ce4de-a7be-46b3-abf8-02ec42e8f520', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693862459877259, -122.10233932550582, -255, N'2018-03-14T00:32:58.4293170Z', 2019, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5e0edaea-902a-4087-9bc9-ce99aff9e0d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692950891737368, -122.10160816273857, -255, N'2018-03-14T00:29:23.1780200Z', 1901, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5e10b16e-2207-4357-a2b2-805003804d3f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667272475090200, -122.12365785342412, -255, N'2018-03-14T00:12:37.3204840Z', 839, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5e264da1-5147-401a-a5ef-400cfeeb7179', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.660310583953077, -122.13574936147756, -255, N'Apr 20 2018 4:57PM', 285, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5e9cb7b8-9694-41f0-be14-1f32cd19cbd8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692505854056407, -122.09264988985878, -255, N'2018-03-14T00:28:13.3043460Z', 1765, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5ea4fdee-ee26-4af3-a0ee-973e9b4557ba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659089457354256, -122.13594112553842, -255, N'2018-03-14T00:08:38.3196770Z', 467, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5ea72c1e-f376-4681-bef4-d74668580775', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693906262138448, -122.09623113017109, -255, N'2018-03-14T00:28:47.3782930Z', 1833, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5eb04296-86fb-4387-9c51-76747d3f5026', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667377350745234, -122.11098680314014, -255, N'2018-03-14T00:16:11.3132790Z', 1083, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5ebfc152-630c-453f-971b-98959f8c2b05', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663719468829704, -122.13337056730431, -255, N'2018-03-14T00:10:11.3367360Z', 613, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5ed46cc4-9d5d-4c1c-b773-f189ff167e69', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681269882922408, -122.10126164637987, -255, N'2018-03-14T00:24:44.3336400Z', 1517, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5f109ad0-187d-4e9c-b09c-9e7b936b21fc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667212152812830, -122.11936574954991, 9, N'2018-03-14T00:13:23.3161120Z', 930, 11, 0, 7, 13, 1250, -7, -1, 1124, 14, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5f19ba0c-eb0a-483f-8a9a-999419a44e1c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642516323936249, -122.13236340144692, -255, N'Apr 20 2018 5:04PM', 597, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5f1cbc81-dca0-431b-a8e5-2f013e57993a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667273494524387, -122.12412004004513, -255, N'2018-03-14T00:12:31.2980930Z', 826, -255, -255, 7, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5f758a6d-2c12-450d-ba17-1a1ea529d4a8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647685812146001, -122.13622826851100, -255, N'Apr 20 2018 4:58PM', 416, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5f90f3f3-46dd-4dbe-8d9e-086dd3800769', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692898921905400, -122.09952304092548, -255, N'2018-03-14T00:29:09.1669850Z', 1875, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5f98145b-0991-4c45-bf38-4eb4c25d437f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645537387424888, -122.13223633682173, -255, N'2018-03-14T00:03:30.3225800Z', 210, -255, -255, -255, -255, 6, -255, -255, -255, 11, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5f990c5a-0762-494d-b1ef-900e19f903c8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666551223286092, -122.12936461925679, -255, N'2018-03-14T00:11:08.3143290Z', 710, -255, 870, 21, -255, -255, -255, -255, 2, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5fab2cbd-c529-47c2-9817-5ca0d8ecf167', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.660934379077652, -122.13528069347691, -255, N'Apr 20 2018 4:57PM', 279, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5fb18907-1eba-4ff4-a7ba-60ac535aadeb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694761227444985, -122.10355633286503, -255, N'2018-03-14T00:29:49.1596530Z', 1950, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5fbd56d8-2ddd-40cf-aecb-79fe3b8d4446', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693371378887591, -122.10161077230616, -255, N'2018-03-14T00:29:28.1390300Z', 1911, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'5fe7079f-7369-4dcc-8968-6c4e3cfa48d7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669699992425379, -122.10727549559741, -255, N'2018-03-14T00:18:14.1669940Z', 1196, 16, 713, 2, -255, 0, 6, 11, -1, 0, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'60006a2e-d213-4aaf-ace4-ef86268de827', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668131101255085, -122.10908233553971, -255, N'2018-03-14T00:17:28.1843340Z', 1135, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'60128f49-f98e-4e45-9c56-f1aff1eb6dce', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657173868369200, -122.13713313872618, -255, N'2018-03-14T00:08:25.3039560Z', 440, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'602ee6cc-35d8-4a28-8637-cc66f33e1f51', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693109855886256, -122.09368634468684, -255, N'2018-03-14T00:28:25.3255550Z', 1788, -255, -255, -255, -255, -255, -255, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6050d6a2-c935-4308-950c-8be3755a4ea7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640081362854460, -122.13060320223752, -255, N'Apr 20 2018 5:04PM', 664, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'60601c8c-705b-477f-8c7e-6ea2cf715842', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667142481406941, -122.11279866829344, -255, N'2018-03-14T00:14:17.2000930Z', 1031, -255, -255, -255, -255, -255, -255, -255, -255, 9, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'606389e5-fa5c-4b5a-bdbf-ab8a8e806375', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693817933868836, -122.10226539537013, -255, N'2018-03-14T00:32:02.1897880Z', 2007, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'60708e1f-ae9b-49d1-9d21-d2cd088931f9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644514915782317, -122.13238386203622, -255, N'Apr 20 2018 5:03PM', 554, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'60abeb95-8990-4f18-b8a1-416910d0b50c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668033126888048, -122.10922740541012, -255, N'2018-03-14T00:17:16.2026490Z', 1129, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'60b769d7-94a1-43c6-9ac6-7c598798e204', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675274461485792, -122.10602695549886, -255, N'Apr 20 2018 4:55PM', 18, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'60d76657-6e11-4c2b-8bf8-abfa7297fec7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645974280704827, -122.13457032475986, -255, N'Apr 20 2018 5:01PM', 484, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'612de85b-275c-43e2-86cc-2ec1cb944d1d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646323228320426, -122.13360225741705, -255, N'2018-03-14T00:05:21.3629840Z', 263, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6175d60f-84f8-47f7-af0f-6f228cecc9b3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684637104900823, -122.09678868291283, -255, N'2018-03-14T00:26:45.3598830Z', 1619, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'619ac484-226b-423b-841d-cf65f1c98431', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672486500192917, -122.10606372660934, -255, N'2018-03-14T00:21:22.1843070Z', 1290, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'61b44b35-3e66-42f0-b1f9-2349062e0726', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645968342111871, -122.13436623478324, -255, N'Apr 20 2018 5:02PM', 488, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'61ea8600-bd3f-4734-9ea8-357f6a376ab4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676728753811354, -122.10592730619379, -255, N'2018-03-14T00:23:43.3360980Z', 1395, -255, -255, -255, -255, -255, -255, -255, 14, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'621e2f28-a962-4f99-a33a-299250fa8c5c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639936409937008, -122.12967417164650, -255, N'Apr 20 2018 5:05PM', 699, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'622135b0-5e6e-457d-9c95-e288a113deb1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667076908569754, -122.12725953940148, -255, N'2018-03-14T00:11:40.2277530Z', 761, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'622cdc03-5ddc-4b96-ba14-125a52c78c83', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667175146689587, -122.11633686863702, -255, N'2018-03-14T00:13:46.3092470Z', 976, 11, 0, 20, -255, 1416, 1, -3, 1147, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'62449ae3-220c-4164-9c02-9d2e2074ed74', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681104776498529, -122.10145356204600, -255, N'2018-03-14T00:24:40.2527780Z', 1508, -1, 8, 24, -255, -255, -255, -255, 1105, -3, NULL, 3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'627d782c-b1c1-4ef8-aa43-4ddfa28910f0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688264621211644, -122.09250009994098, 0, N'2018-03-14T00:27:42.3322290Z', 1702, -255, -255, -255, 7, 1984, 11, 17, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'62a0350e-7e01-42df-8079-c07073a57689', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667208108771300, -122.11995916726039, -255, N'2018-03-14T00:13:18.3525710Z', 921, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'62af38fd-96cd-436a-8c90-35e68f7eea8e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645247547544173, -122.13206153253984, 6, N'2018-03-14T00:01:59.3581930Z', 180, -255, 0, 5, 18, -255, 0, -6, 441, 17, NULL, 24, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'62c72b92-ccce-46e2-919e-68a9a582e5ff', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667238885273548, -122.12601366109639, -255, N'2018-03-14T00:12:10.3561410Z', 785, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'62e32d77-50a0-4648-a1a9-249118149feb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671738813673848, -122.10653885559560, -255, N'Apr 20 2018 4:55PM', 60, 1436, 0, -7, -255, -255, -255, -255, 64, 30, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6303dbb5-d887-4607-9520-03e88b9c2067', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.654831876516205, -122.13810440815200, -255, N'Apr 20 2018 4:57PM', 342, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'631aa17c-1f9a-4903-b450-04113a6197dd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680614382540931, -122.10202918508934, -255, N'2018-03-14T00:24:29.3444340Z', 1486, 12, 0, 4, -255, 864, 0, 0, 1790, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'631dd74e-418f-4742-822e-a29cca085313', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694687476248340, -122.10339144924576, -255, N'2018-03-14T00:29:46.1477550Z', 1946, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'63424a05-59cf-4c40-aca5-4c96683e286a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693164184473915, -122.09380049822842, -255, N'2018-03-14T00:28:26.3341890Z', 1790, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'636e9d04-459c-4b90-800a-0053d4f77130', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688853241513776, -122.09219307954243, -255, N'2018-03-14T00:27:46.2787260Z', 1710, -255, -255, -255, 13, 10, 11, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'637391d4-0775-4aef-8b37-2f6b094da273', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693619851849100, -122.10165634432275, -255, N'2018-03-14T00:29:31.1475460Z', 1917, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'637fb77b-6d1e-40f3-9921-9f6a16e6f73c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677900532147817, -122.10525379086899, -255, N'2018-03-14T00:23:53.3338280Z', 1415, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'63c6a950-ea03-4bc4-ba6e-8292a3fd5e0f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642949886735856, -122.13205376351259, 5, N'2018-03-14T00:01:32.2111340Z', 136, 10, 0, 7, 17, 709, 0, -6, 413, 16, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'63c7cb05-03ac-47a5-bda7-566843325a8a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667169631379352, -122.11226942220650, 8, N'2018-03-14T00:14:51.1655780Z', 1048, 0, 18, 1211, 11, 20, -255, 7, 11, 8, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'63e53630-14d0-4e3c-9461-a07139252d16', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690089872553671, -122.09168560562543, -255, N'2018-03-14T00:27:54.4225390Z', 1727, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6412509c-4341-4f81-8b2a-dce0a14f6df0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.655033603242558, -122.13808586676761, -255, N'Apr 20 2018 4:57PM', 340, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6416b282-953e-4eb6-9030-be489e27c0ca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669115414065487, -122.10777353616317, -255, N'2018-03-14T00:17:52.3241850Z', 1175, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'642ce246-ed5d-4597-8d39-6923f78e1b12', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670373249239169, -122.10686038717549, 0, N'2018-03-14T00:19:26.3003140Z', 1222, 1487, -255, 21, 21, 1488, 12, 21, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6433e3eb-89cb-4ee4-a037-79c013c34522', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646315405775866, -122.13381271511534, -255, N'2018-03-14T00:05:23.3246260Z', 267, -255, -255, -255, -255, -255, 16, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'644d62a1-af1b-4e2f-abf3-05873d814fa4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667292253572036, -122.12468450517366, -255, N'Apr 20 2018 4:56PM', 189, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'64738c99-2a89-4862-ae3d-bf0d55f2a18e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673247738273766, -122.10582245525401, -255, N'2018-03-14T00:21:46.3385120Z', 1317, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'647b4c96-444c-4e26-8053-6bf344a87ee4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681466028842991, -122.10096004991611, -255, N'2018-03-14T00:25:01.2054110Z', 1527, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6494a7ca-157f-454c-a53f-e5bc0a62add2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667093582960518, -122.12709030536224, 18, N'2018-03-14T00:11:58.2119500Z', 764, 8, 3, 859, 1038, 10, 0, 7, 3, 14, NULL, 4, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'64a6bffb-1c65-4e20-a685-6db6877b7b20', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667212573475794, -122.11924020391305, -255, N'2018-03-14T00:13:24.3194550Z', 933, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'64ab6514-36f3-4836-8151-cfa1fe476305', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668472964735074, -122.10878857878684, -255, N'Apr 20 2018 4:55PM', 98, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'64ac5a37-d64c-431e-bcb1-c1d11d20fb52', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692967887483682, -122.09301377121372, -255, N'2018-03-14T00:28:20.2808870Z', 1778, -255, 1384, -3, -255, -255, -255, -255, -3, -3, NULL, 40, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'64bca706-4c8a-4f52-a506-816def3f1fa0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673389223092933, -122.10595893533934, -255, N'Apr 20 2018 4:55PM', 43, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'64c5ea6c-2ced-4f64-b12c-3828b8cf9603', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693867068042373, -122.10225049417619, -255, N'2018-03-14T00:31:24.2385170Z', 2000, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'64ecc27b-a68c-43cf-b85a-aaf49abff5fa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667225200470700, -122.12068952822703, -255, N'2018-03-14T00:13:11.3226040Z', 906, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'650d3668-1424-4309-a9c8-bf0d30d15fd5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666274147296761, -122.13006853730559, -255, N'2018-03-14T00:10:57.1872570Z', 691, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'65172f41-a71a-4590-91ca-a596828e1b07', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660926037207140, -122.13486854505777, -255, N'2018-03-14T00:09:30.2159880Z', 532, -255, -255, -255, 0, 0, 7, 10, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6552633f-6317-43fa-b7e4-69c2fc70b0cb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646573999299058, -122.13573855627045, -255, N'Apr 20 2018 4:58PM', 431, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'655de8ff-f51c-4c25-9347-101e15d441a0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683313524265934, -122.09867762157980, -255, N'2018-03-14T00:26:30.3624820Z', 1589, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'655ec8aa-7b9c-4a3e-9281-d2c2be2b7227', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693211114020151, -122.09391095292169, -255, N'2018-03-14T00:28:27.3077500Z', 1792, -255, 46, -255, -255, -255, -255, -255, -255, -255, NULL, 92, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6563e6fb-f96c-40dd-994d-629c4fc729a5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684739751494313, -122.09665723374638, -255, N'2018-03-14T00:26:46.2900850Z', 1620, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'65aceef7-b4fd-4f23-98ca-cea05ed78732', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.650416298419309, -122.13654006584193, -255, N'2018-03-14T00:07:50.2978870Z', 370, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'661c5216-5b2a-4528-a36e-38ac45ca40bb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645095941462912, -122.13240459485627, -255, N'Apr 20 2018 5:03PM', 541, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6622d6ad-95d5-4593-be81-9fdd79b831ba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658323562522900, -122.13630613181643, -255, N'2018-03-14T00:08:33.2996800Z', 456, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'66279396-4a05-4c78-b851-e908d785d2a4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686498899227644, -122.09452678043115, -255, N'2018-03-14T00:27:26.3684960Z', 1671, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6635967f-289d-4a2d-ad4e-2f45373dd91f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667135261898970, -122.11326891183093, 4, N'2018-03-14T00:14:08.3200870Z', 1020, -255, 0, 4, 13, 766, 0, -3, 1170, 14, NULL, 21, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'66654723-6748-4612-bb63-3e8044eeaebd', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642502680823611, -122.13091990542496, -255, N'Apr 20 2018 5:04PM', 620, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6670d367-b633-405f-a213-e79917837587', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668589415238387, -122.10835089665427, -255, N'2018-03-14T00:17:42.3096650Z', 1155, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6697d170-2a9d-466f-b08b-a99ad4ea93c6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667221027421512, -122.12621646087224, -255, N'2018-03-14T00:12:08.2518760Z', 781, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'66a96e05-0231-40ca-ab25-0fbce946f100', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667391665136662, -122.11091360278320, -3, N'2018-03-14T00:16:12.2903030Z', 1084, -1, 20, 21, -255, -255, -255, -255, 997, -3, NULL, -2, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'66ac3355-6f9b-474d-a785-3b63fab3a984', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643988327999473, -122.13236189256286, -255, N'Apr 20 2018 5:03PM', 565, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'66b3caff-a3d0-440d-8653-0b807a9596c8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667271883866647, -122.11179420407817, -255, N'2018-03-14T00:15:22.2038830Z', 1063, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'66bef8c4-4dd2-4843-935c-f296426334de', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687041352195664, -122.09381432857373, -255, N'2018-03-14T00:27:32.3622560Z', 1683, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'66bf4b80-5ebe-4f5e-a301-7861cbc32cf4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685626021983200, -122.09556499866558, -255, N'2018-03-14T00:26:55.3400620Z', 1638, -255, 10, -255, -255, -255, -255, -255, 4, 1, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'67053ffc-c9b8-4453-830e-b336f94de7de', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661956484094574, -122.13432528232971, -255, N'2018-03-14T00:09:47.3357300Z', 564, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'671c94e9-ae4c-4d27-bf73-eba2e8e06212', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659428389727829, -122.13568846956777, -255, N'2018-03-14T00:08:43.3087790Z', 476, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'67273225-ea02-4658-81fd-4ff25463dac0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647213639203521, -122.13482900750259, 665, N'2018-03-14T00:05:43.3470310Z', 300, 16, -255, 22, 0, 0, 4, 10, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'674ff279-fa2b-4730-9d96-f365d1f2747f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642243231651769, -122.13062203233918, -255, N'2018-03-14T00:00:34.2219840Z', 89, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6769c388-5e9c-4452-be5d-213fcd1a0026', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672307886096519, -122.10612324712714, 17, N'2018-03-14T00:21:16.1739090Z', 1284, 12, 0, 1239, 1597, 14, 0, 7, -3, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'677e7f2a-4431-4976-8e63-cdfb6d84c075', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665951442555375, -122.13084315325116, 17, N'2018-03-14T00:10:39.2182980Z', 668, 0, 16, 961, -7, -255, 671, 11, 13, 707, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'67810cf4-4a13-4753-acbc-a136ae3a14c2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675793121252923, -122.10588109702871, 0, N'2018-03-14T00:23:36.3441800Z', 1380, 1737, -255, 35, 24, 1738, 14, 34, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'679597cd-68aa-4709-b231-e32c31683b6f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641167028895500, -122.13054956633937, -255, N'2018-03-14T00:00:21.3623780Z', 63, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'67a67d55-976c-4486-908a-157f42f30b66', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681063643528624, -122.10149966156577, -255, N'2018-03-14T00:24:39.2935650Z', 1506, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'67b237e7-f18f-4aee-8733-64a5ec070b68', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.670436350489162, -122.10708980253405, -255, N'Apr 20 2018 4:55PM', 74, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'67c3e91f-a7e0-4954-a39a-240f9d398444', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667269119019110, -122.12471927028267, -255, N'2018-03-14T00:12:23.1903380Z', 810, 10, -255, -255, 6, 1159, -255, -255, -255, -255, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'68080513-f9e3-4ef1-b185-07a9233a0230', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680503608924113, -122.10217313715304, -255, N'2018-03-14T00:24:27.3429630Z', 1483, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'680d7276-5f7e-47e2-9eb2-ff1a914fb82b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679405144467061, -122.10349687111970, -255, N'2018-03-14T00:24:12.3382410Z', 1452, -255, 12, -255, -255, 3, 6, 18, 7, 0, NULL, 1773, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'680d8070-72d8-4c70-a89c-5155b2649afc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661770022760052, -122.13444150143856, -255, N'2018-03-14T00:09:44.3318540Z', 558, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6838308c-dbd7-4575-ae50-a9e2584a5ddb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640270640705758, -122.13060137215689, -255, N'Apr 20 2018 5:04PM', 659, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'68392c30-dba4-4c7c-9cb4-142e419b421e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640488197929464, -122.13059917973854, -255, N'Apr 20 2018 5:04PM', 655, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'684c632c-2506-40d5-923b-0cd9e69710ca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693241241759694, -122.09846284534115, -255, N'2018-03-14T00:29:02.1971820Z', 1863, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'685551c9-aa5b-4f6c-b13b-850f9430196a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646300179070934, -122.13556634295603, -255, N'Apr 20 2018 4:59PM', 452, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'686bb2de-6a23-4829-a9e7-d87b86232558', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675157471784708, -122.10600761442348, 36, N'Apr 20 2018 4:55PM', 20, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6874805d-be1b-418f-a44f-ff35d141c771', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671379496282533, -122.10649237047669, 0, N'2018-03-14T00:19:39.3293790Z', 1248, 1501, 27, 14, 977, -255, 27, 14, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'688aa802-4198-4e64-bd6d-a8b7beafc882', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666481195728686, -122.12956316636847, -255, N'2018-03-14T00:11:05.2207350Z', 705, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'688c8a5d-d7a4-4af9-b07b-540b331cc742', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680810460143590, -122.10180340980608, 5, N'2018-03-14T00:24:33.3348800Z', 1494, 0, -255, -255, -255, -255, -3, 22, -255, -255, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'68959f7a-166e-4447-addd-6963da616a26', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648373307440281, -122.13553218231964, 45, N'2018-03-14T00:07:38.2777830Z', 346, -255, -255, -255, 779, 11, 0, 35, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'689f21d3-cba5-4e8f-a373-8cdb7c3ee96d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646302710746092, -122.13279921221202, -255, N'2018-03-14T00:05:14.3428970Z', 249, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'68c03c56-2581-46e6-8bd9-a50955d0c44b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675216488470710, -122.10582344581432, -255, N'2018-03-14T00:23:31.3644590Z', 1371, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'68db0424-73d5-4faf-ba00-828050ff884a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645804928865530, -122.13232650093168, 0, N'2018-03-14T00:03:50.1508870Z', 224, 551, 0, 16, 6, 5, 11, -255, 692, -2, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'68e73f15-ca2b-4507-bdf2-180a9eded5f2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693775663914479, -122.10250463762719, -255, N'2018-03-14T00:30:12.2524310Z', 1987, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'68e77265-7769-4188-9fe7-3d595009dd83', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667139647836500, -122.11413861955668, 12, N'2018-03-14T00:14:01.3240000Z', 1006, -255, -255, -255, 24, -255, -255, -255, -255, 25, NULL, 37, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'691245d4-2670-4454-9de5-986e8ad524b3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680937738589733, -122.10164553511285, -255, N'2018-03-14T00:24:36.3460380Z', 1501, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6925bf6d-d0f7-41de-b380-1df92206fdab', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639787160300919, -122.13060504080205, -255, N'Apr 20 2018 5:04PM', 674, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6951c530-63ee-4053-b472-3931a82d28df', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642845008145535, -122.13113241835573, -255, N'2018-03-14T00:00:57.2974630Z', 115, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6963e0b0-1fbc-4677-9e8c-42f82a210fbe', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642361451843378, -122.13058049265766, -255, N'Apr 20 2018 5:04PM', 622, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'696ea24e-00cd-4c39-9f22-844a04727c23', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642510237896850, -122.13150919464232, -255, N'Apr 20 2018 5:04PM', 611, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'69a29646-bc88-4122-b7f8-ce358160f548', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673356824035771, -122.10581017325181, -255, N'2018-03-14T00:21:48.3033960Z', 1320, -255, -255, -255, -255, 14, 0, 6, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'69d05208-bd39-41f1-93c1-afde48f716ad', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644163917019412, -122.13236614217301, -255, N'Apr 20 2018 5:03PM', 564, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'69d4935a-935a-41bb-b71f-619907219ada', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667137287763218, -122.11358655183474, -255, N'2018-03-14T00:14:05.3428510Z', 1015, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'69e9783c-8cb6-4668-8803-85ddb4372338', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693885523288664, -122.09551134850312, -255, N'2018-03-14T00:28:41.3396530Z', 1820, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'69ea73cf-07b9-4bb7-a97d-60e18b909855', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645953904079462, -122.13523194464199, -255, N'Apr 20 2018 5:00PM', 467, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'69faf018-6ad4-4265-a02b-432ec291045d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672365773379809, -122.10610273021530, -255, N'2018-03-14T00:21:18.1803800Z', 1286, 1193, 0, 1200, -255, -255, -255, -255, -4, 18, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6a1cb4f3-3a61-4875-8b2b-c8bdf1e9413b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667230414853357, -122.12611711738367, -255, N'2018-03-14T00:12:09.3645370Z', 783, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6a1e0ae6-7a6a-4d03-9899-e4bcf941bbba', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642002505448716, -122.13058415418745, -255, N'Apr 20 2018 5:04PM', 629, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6a6a38d8-9a51-41cc-ae52-d743b743fb14', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647952654287579, -122.13531607458380, 11, N'2018-03-14T00:07:05.1808170Z', 332, 12, 0, 6, -255, 696, 5, -1, -255, -255, NULL, 743, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6a6ed37f-551d-479a-83a7-f51fd9e74b47', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667271349337071, -122.12558616525753, -255, N'2018-03-14T00:12:14.3212590Z', 792, -255, 8, 10, -255, 2, 12, -6, 0, 1055, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6acac989-1973-4f0a-a956-a33973399acb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667321229991721, -122.12138497652019, -255, N'Apr 20 2018 4:56PM', 171, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6adcb9fd-a90f-4612-93b8-6d2a98668434', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679405144467061, -122.10349687111970, -255, N'2018-03-14T00:24:12.3661910Z', 1453, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6af21108-7665-498f-aa72-e563de94e7ad', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678786498385100, -122.10422842491928, -255, N'2018-03-14T00:24:04.3680260Z', 1437, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6b0ea8c5-a8f5-4a38-9769-a70e030311ab', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693013051056617, -122.10160816273854, -255, N'2018-03-14T00:29:24.1749720Z', 1903, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6b2030ac-e2fa-4d9e-9531-703f43b996f4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666169624842389, -122.13031171676133, 10, N'2018-03-14T00:10:53.1556360Z', 682, 5, 10, -255, -255, 4, 4, 13, 4, 0, NULL, 974, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6b245d22-caee-4e7f-bdf1-0cb0fb43f843', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667267110827737, -122.12465110443900, -255, N'2018-03-14T00:12:24.1870320Z', 812, -255, 7, 10, -255, -1, 16, -1, 0, 1065, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6b478794-6532-45b6-a36e-eb544374e065', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657595429242576, -122.13685245259300, -255, N'2018-03-14T00:08:28.3389510Z', 447, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6b5a5289-ae63-40a6-a423-b8cd3cfaa088', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694407275670876, -122.10349233601247, -255, N'2018-03-14T00:29:50.1868490Z', 1953, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6b88be93-dfb5-4cc9-87e0-bcf0b61b6ec7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663247277430727, -122.13368042298426, -255, N'2018-03-14T00:10:04.3509740Z', 599, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6b89730f-e88e-4402-994b-b02b2083c52d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667279633579653, -122.12584186152115, -255, N'Apr 20 2018 4:56PM', 196, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6ba75185-08aa-4e4a-858b-0d91facc5632', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645971530717510, -122.13447581670856, -255, N'Apr 20 2018 5:02PM', 486, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6bcca067-8a65-464d-925d-7d8d50a96843', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.669353068545725, -122.10780910106263, 27, N'Apr 20 2018 4:55PM', 87, 83, -7, 1533, 739, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6bf624f0-8239-475f-906f-ba6c63c33a06', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667189135841333, -122.11725512046762, 4, N'2018-03-14T00:13:39.3136510Z', 962, -255, -255, 11, 14, -255, -255, -255, -255, 15, NULL, 33, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6c2c41fd-2ec1-4c51-968f-ebfe73d4f91d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648653268197890, -122.13568495987386, -255, N'2018-03-14T00:07:40.3169260Z', 351, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6c4e9e85-abff-49d5-9197-056db10a76b6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670947519144633, -122.10663944528098, -255, N'2018-03-14T00:19:33.3534980Z', 1237, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6c5b549b-5f59-46a0-a157-a257853ed72c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645095941462912, -122.13240459485627, -255, N'Apr 20 2018 5:03PM', 542, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6c909731-fa7b-4111-bbce-61bb87c403a8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667201868508800, -122.11803473298247, 3, N'2018-03-14T00:13:33.3301420Z', 950, -255, 0, -255, 10, -255, -4, -255, 1135, 14, NULL, 36, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6ca6082d-6677-408c-aa94-c666c151fe74', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667197361553207, -122.12733249132910, -255, N'Apr 20 2018 4:56PM', 204, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6cacd128-f339-4cf4-84c7-ba9c596e185a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646446424402278, -122.13437267411641, -255, N'2018-03-14T00:05:33.3394920Z', 280, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6cd6f87f-0257-4530-bd72-4c7e363fde2c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690263235265249, -122.09165568111251, -255, N'2018-03-14T00:27:55.3362500Z', 1729, -255, -255, -255, -255, -255, 1997, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6d05d255-22c3-43a0-98f5-2f5608d97bae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661571465162467, -122.13451752890590, -255, N'2018-03-14T00:09:41.3436650Z', 552, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6d0819c8-9619-4072-b4c3-3111e7c7679e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642756102862748, -122.13064446850476, -255, N'2018-03-14T00:00:51.2340210Z', 105, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6d5072e9-a59a-48a9-937c-6f54290db034', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684739751494313, -122.09665723374638, -255, N'2018-03-14T00:26:46.3097780Z', 1621, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6d64bf16-fee1-4e52-bc5f-965dcbe04483', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640021944085817, -122.13052221202055, -255, N'2018-03-14T00:00:11.3575980Z', 43, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 50, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6d6aeb90-3efc-4e57-9a99-e18f12a6a62c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675324684879683, -122.10583417851606, -255, N'2018-03-14T00:23:32.3655360Z', 1373, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6d871a94-8f80-44b2-8f71-936d4ddbecca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672082071798684, -122.10621484099076, 15, N'2018-03-14T00:21:07.2029880Z', 1277, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6d8b241f-c1f0-4f2c-944e-ce890e6b76dd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672009380956155, -122.10624735091885, 1529, N'2018-03-14T00:20:07.1708750Z', 1270, 16, 687, 0, 0, -255, 16, 1529, 0, 2, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6db384f6-2a1e-4570-8618-8772e2afaeee', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690791813793254, -122.09166771468499, 17, N'2018-03-14T00:27:58.2726120Z', 1734, 64, -255, -255, 2000, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6dcc091f-ea77-4e41-bbf3-7276ed259902', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667236812085960, -122.12136422158866, -255, N'2018-03-14T00:13:04.3261410Z', 892, -255, 4, 10, -255, 0, -255, -4, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6dd89eee-2e20-472c-a226-72d267e49487', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647775883094525, -122.13516529677754, -255, N'2018-03-14T00:06:38.2073800Z', 325, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6dec34e8-ecfd-4e4a-b725-76212f0f3dbd', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642504784418783, -122.13108538599948, -255, N'Apr 20 2018 5:04PM', 616, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6e0c6ae7-d2ae-41ed-83b5-d989d81c4a6c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681305450952721, -122.10120753800246, -255, N'2018-03-14T00:24:45.3377140Z', 1519, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6e113454-fa0d-46d6-958b-1cbdffd87bd2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660103733474152, -122.13529754976601, -255, N'2018-03-14T00:09:00.3609130Z', 503, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6e160230-a947-4367-8f7d-3dcf1dd61949', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.672107217116491, -122.10640337357798, -255, N'Apr 20 2018 4:55PM', 57, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6e2a88dd-7228-455c-b7cc-496bdfe12517', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.655680118597765, -122.13755123575255, -255, N'2018-03-14T00:08:17.2974710Z', 424, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6e4c1b6d-6369-4afa-bb9e-66c50dbfbe3c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645361906529288, -122.13219653177158, -255, N'2018-03-14T00:02:15.2338480Z', 197, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6e62deaa-f183-4c50-8f04-3359d03a00c8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693798908462611, -122.09709625966299, -255, N'2018-03-14T00:28:53.2947610Z', 1844, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6e8472a2-66f5-4303-b04e-ad937d1c1639', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646043233648498, -122.13267599599864, -255, N'Apr 20 2018 5:02PM', 519, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6eab7c49-c862-4b02-a30f-d6aabbb6d6d2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646277026323951, -122.13407050829878, -255, N'2018-03-14T00:05:28.1827530Z', 272, -255, -255, -255, -255, 19, -255, 19, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6eae0950-811a-4540-bcaa-c9129dd3bde8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669846829906014, -122.10721268002766, 1457, N'2018-03-14T00:18:56.1764740Z', 1202, 16, 721, 5, 0, 0, 5, 1458, 0, -1, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6ec5f2bf-3891-4929-9df7-5ca6c23bc35f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680937738589733, -122.10164553511285, 11, N'2018-03-14T00:24:36.3095820Z', 1500, 5, 1797, 0, -255, 20, -3, 983, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6eebfdfd-63a6-4e43-ae91-f625ab56c8a3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667262594982766, -122.12336550117845, -255, N'2018-03-14T00:12:41.1403860Z', 847, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6eff0e6b-b75f-4eae-8594-bd26f7a96a38', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673911180765216, -122.10574795064598, -255, N'2018-03-14T00:23:15.2122260Z', 1339, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f19a56b-0cd7-44f2-aa86-3091032104ef', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667140340164153, -122.12679359631719, -255, N'2018-03-14T00:12:03.2083540Z', 770, -255, -255, -255, -255, 10, 0, 7, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f21bbd7-3fa8-40da-8b4c-173d6952a979', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666197414063490, -122.13025614784760, -255, N'2018-03-14T00:10:54.2057660Z', 684, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f274793-3f16-43be-9e08-5c0e7b9a7509', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642509672442074, -122.13211787509005, -255, N'Apr 20 2018 5:04PM', 602, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f2de3d4-7865-4b5f-be98-d13fd3f0dacc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692872604953912, -122.10050823579617, -255, N'2018-03-14T00:29:14.1540720Z', 1885, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f49551b-b48f-4a46-bda7-365a7005e02e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648195391390075, -122.13543836878519, -255, N'2018-03-14T00:07:36.3058350Z', 342, -255, 0, -255, -255, 11, -255, -4, 774, 17, NULL, 89, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f4ec8f1-231d-4347-ba83-8f4d7d9b8da7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667258720882430, -122.12329312885295, -255, N'2018-03-14T00:12:42.2957240Z', 848, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f50b432-3c05-4243-9171-fbac4c0fa124', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667141222918474, -122.11453469873277, -255, N'2018-03-14T00:13:58.3536150Z', 1001, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f7c8f63-2ed2-41d5-bd73-893fcfef0194', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667324876077330, -122.12025382254251, -255, N'Apr 20 2018 4:56PM', 166, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f8a1912-8527-4f8e-abb4-bd2b7ae34fee', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672761163242861, -122.10595596724565, -255, N'2018-03-14T00:21:34.1778360Z', 1300, 1312, 0, 1303, -255, -255, -255, -255, -5, 18, NULL, 7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f942a8f-bffe-4303-aa53-f6a1675de7c3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.660520940913543, -122.13562223401667, -255, N'Apr 20 2018 4:57PM', 284, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f97deac-ccb6-4172-9a4f-a82cec4377f8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640234858787814, -122.12963327225725, -255, N'Apr 20 2018 5:06PM', 714, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6f9c6532-f23d-47a9-94b8-5cc19a33b37c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667141445516600, -122.11508785604398, -255, N'2018-03-14T00:13:54.3160340Z', 992, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6fad5aca-f2a7-4c7d-9829-e5a129084537', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.652039165429052, -122.13720597596054, -255, N'2018-03-14T00:07:58.2856530Z', 386, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6fdd0f70-0c24-4646-ab3b-9624c9f24515', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694016955226267, -122.10194654288271, -255, N'2018-03-14T00:29:35.1547230Z', 1924, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'6fe59c19-d7b5-4272-880f-4542382289b5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677582807389534, -122.10555207280292, -255, N'2018-03-14T00:23:50.3587180Z', 1409, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'704853d7-6d98-4a5b-a5c4-fd41c4fa3d16', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642866505557748, -122.13185957700190, -255, N'2018-03-14T00:01:10.1875180Z', 128, -255, 6, 10, 5, -2, 17, -1, 0, 390, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'706b7674-cc83-42ce-bd99-ac5fdc2d0d6e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693862459877259, -122.10233932550582, -255, N'2018-03-14T00:32:58.7053900Z', 2020, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'70988858-007b-41ab-970f-8561fa6d4685', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685871030043181, -122.09528568770884, -255, N'2018-03-14T00:26:59.3312270Z', 1646, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'709945e1-6fad-4acd-bb56-45229183dcb7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688558007714164, -122.09231450901477, -255, N'2018-03-14T00:27:44.3229550Z', 1706, -255, 10, 29, -255, -255, -255, -255, -255, -4, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'70ac8ba2-58d5-457d-9ae6-cad6b74314da', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640377851211113, -122.13060033556511, -255, N'Apr 20 2018 5:04PM', 657, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'70c8b49b-0d59-42b9-af80-f23c907bd60a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681763921264341, -122.10059558775946, 12, N'2018-03-14T00:25:31.1999580Z', 1540, 20, -255, 9, 11, 22, -255, 9, 13, 1411, NULL, -2, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'70e4cad4-b080-41ed-955e-51a7ecbc0aa0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646123552380125, -122.13232274166361, 0, N'2018-03-14T00:05:06.1461230Z', 236, 627, -255, -255, 7, 627, 12, 18, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'70f5c1ff-fd99-4459-a8d2-28c402378a48', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666225849601219, -122.13019349584629, 12, N'2018-03-14T00:10:55.2091340Z', 686, 3, 977, 0, 0, -255, 0, 751, 14, 18, NULL, 725, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'710de5fa-03e3-4c9a-91ea-9823487c77a4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685253586327313, -122.09604222059937, 1035, N'2018-03-14T00:26:51.3389780Z', 1630, 34, 1109, 47, 48, -255, -255, -255, -4, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7116738b-c9cf-4e3a-b367-49ae3d733a37', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645482519189123, -122.13223868735328, 0, N'2018-03-14T00:03:29.3162170Z', 208, -255, -255, -255, 8, 530, 11, -255, -255, -255, NULL, 7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'713869c1-5d84-46ad-8241-36029f193e0e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668704142939532, -122.10821310930592, -255, N'2018-03-14T00:17:44.3087370Z', 1158, -255, -255, -255, 1385, 11, 0, 6, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'713f995f-0b76-4c9d-b9ea-2635a2202829', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676057743594868, -122.10591365048317, 24, N'2018-03-14T00:23:38.3229630Z', 1384, 8, -255, -255, -255, -255, -255, -255, 20, 53, NULL, -5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7169b116-64ba-445b-9e68-f79835c85224', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673191963733100, -122.10583549820451, -255, N'2018-03-14T00:21:45.3337810Z', 1315, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'716c2e59-9c38-4e9c-bf20-4adeda7cb762', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648795881140721, -122.13655955038719, -255, N'Apr 20 2018 4:58PM', 401, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'717950de-aeff-42bc-9a4b-75bd3a8d94ad', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667189106526244, -122.11700377228581, -255, N'2018-03-14T00:13:41.3241100Z', 966, -255, 0, 20, 7, 1227, -3, -3, 1143, -255, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'71842f81-0a1b-4bfb-b366-cb2b642ccfea', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693062828492046, -122.09355254370047, 2026, N'2018-03-14T00:28:24.3466860Z', 1786, 59, -255, 33, -255, -255, 0, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'71aa15ad-3068-450f-8afa-69a311d47c8e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645316204347964, -122.13225784278974, 0, N'2018-03-14T00:03:26.3240220Z', 202, 527, 19, 36, 25, 528, 11, -255, 2097, -4, NULL, -2, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'71c6732a-2559-4562-87bb-26512f7a50a3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671573701223977, -122.10642199244202, -255, N'2018-03-14T00:19:42.3569620Z', 1255, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'71ec14db-77aa-45ad-b069-04799bac9ff6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667154233421996, -122.11570587987350, -255, N'2018-03-14T00:13:50.3332090Z', 984, -255, 5, -255, 4, 0, 14, -7, 0, 1152, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'72535bb3-1afe-423b-8e06-8780300026a4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.656883030497000, -122.13726280050022, -255, N'2018-03-14T00:08:23.3060550Z', 436, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'72547317-7651-41f8-be22-7125468db9ff', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666988288495190, -122.12834107111826, -255, N'Apr 20 2018 4:56PM', 210, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'725e6769-4d55-4421-9c5b-5d381f8614ee', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660522914236353, -122.13509278485824, 699, N'2018-03-14T00:09:14.2197760Z', 516, -2, 695, 11, -255, -255, -255, -255, -2, 6, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'72735c64-8a0c-4822-8201-dc2a1f648e5b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667190195641000, -122.11737839114174, -255, N'2018-03-14T00:13:38.3093330Z', 960, -255, 5, -255, 4, -255, 13, 3, 0, 1140, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7297828d-0c7e-4de5-8c1c-e85265624774', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674724268466441, -122.10577978290617, 20, N'2018-03-14T00:23:26.3394740Z', 1360, 0, -255, 25, 15, 30, 1294, 35, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'72af0d01-ed21-4c1b-acfd-fc85ae2c24dc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640234858787814, -122.12963327225725, -255, N'Apr 20 2018 5:06PM', 713, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'72b51552-29de-4f92-8e4b-7de88c40e213', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667128396203047, -122.11250178481077, -255, N'2018-03-14T00:14:43.2223760Z', 1043, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'72d358a7-5ad9-4acc-9f00-4944d4eba253', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667132041043814, -122.11306728122469, 5, N'2018-03-14T00:14:11.1736240Z', 1024, -255, 4, 10, 17, -3, -255, -4, 1173, 16, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'72d6cc53-3a57-423b-8cd1-9c28a6b3500b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675922222196078, -122.10589762202969, -255, N'2018-03-14T00:23:37.3204330Z', 1382, -255, -255, -255, -255, 12, -255, -255, -255, 14, NULL, 19, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'72fa42ca-e15f-4c8b-aba5-e9ea0a52cf0c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.655656908203163, -122.13796103216838, -255, N'Apr 20 2018 4:57PM', 334, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'72fc7806-7840-49e1-a6d9-88ea0678a261', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642503654567626, -122.13099650558127, -255, N'Apr 20 2018 5:04PM', 617, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'72ffac8e-304c-4f4f-a2ea-a48f0a9bc311', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679717224133789, -122.10313591182208, -255, N'2018-03-14T00:24:16.3628300Z', 1461, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7318f01b-ba91-4791-8b80-2ce5cb217fe8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662698871991438, -122.13394890935122, -255, N'2018-03-14T00:09:57.2396780Z', 584, -255, 10, -255, -255, -255, -255, -255, 0, -5, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7321e6c7-cb57-40c7-8f41-342fc86f3f22', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693798908462611, -122.09709625966299, -255, N'2018-03-14T00:28:53.3092910Z', 1845, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'732f500a-598a-4140-a54c-01a25dae68fb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667205912083830, -122.11857870094508, -255, N'2018-03-14T00:13:29.3540070Z', 943, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7355e3b4-3cfe-438b-b8bd-576afb501532', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682102593522167, -122.10014112415598, -255, N'2018-03-14T00:25:42.1791360Z', 1554, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'735c8236-7fda-4680-830f-13171d2caf8b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.650332233895398, -122.13738182236781, -255, N'Apr 20 2018 4:58PM', 383, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'736da558-833b-4234-affb-120f54e36f51', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640162557092438, -122.12973483631451, -255, N'Apr 20 2018 5:07PM', 717, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7386a26a-3077-4c55-a715-bab04aa3999f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680441667432568, -122.10225530285240, -255, N'2018-03-14T00:24:26.3689590Z', 1481, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'73c4cc91-b623-491b-9316-c6592368d98a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683847948950955, -122.09789478704342, -255, N'2018-03-14T00:26:36.3331530Z', 1600, -255, 4, 12, -255, -7, 14, 0, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'73d0bcb1-24a4-48b6-a8a0-46dce717df91', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.659428333843181, -122.13627256709911, -255, N'Apr 20 2018 4:57PM', 293, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'73e42a9b-6107-4044-9235-4afe0772cd73', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640014373680813, -122.12928144295864, -255, N'Apr 20 2018 5:08PM', 732, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'73e74d04-3533-4591-b13c-59fe0e942735', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666650830367125, -122.12905755995651, -255, N'2018-03-14T00:11:12.3515540Z', 719, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7422a929-84bb-411b-a9a6-4b6c4f9b39f0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694032316065709, -122.10308574018791, -255, N'2018-03-14T00:30:02.1871970Z', 1972, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'743f4e89-036f-446b-964f-c678cb4a746a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647015641592205, -122.13470660295610, -255, N'2018-03-14T00:05:40.3559680Z', 295, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7442fe98-a7bd-4a1b-9da7-ecacfe3bcf9a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663902875587823, -122.13320526202659, -255, N'2018-03-14T00:10:13.3353340Z', 616, -255, -255, -255, -255, -255, 3, 8, -255, 0, NULL, 935, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7448ab89-8d2d-42a2-a793-d29388a63fa7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639828484131669, -122.13050526646751, -255, N'2018-03-14T00:00:08.3682250Z', 37, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7463a933-f363-4fd9-9365-1c5534f51e48', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670297689074957, -122.10689685096943, -255, N'2018-03-14T00:19:25.3232190Z', 1221, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7469d0f1-6a78-4dfd-95f5-5475f8d1b19d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.670254944898026, -122.10717580937560, -255, N'Apr 20 2018 4:55PM', 77, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'74af5c18-4c59-4ee1-aa50-e6c09865f47b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639619974965079, -122.13030033595180, -255, N'Apr 20 2018 5:04PM', 683, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'74d9a5e5-e123-44fa-9d79-fde7356fe462', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667537682471107, -122.11095632275821, -255, N'Apr 20 2018 4:55PM', 113, -255, -255, 14, -255, 5, -255, -255, 27, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'74df6a23-0794-44bb-93b2-763041f6354b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661956484094574, -122.13432528232971, -255, N'2018-03-14T00:09:47.3645280Z', 565, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'74f2ac67-5b36-480b-9504-05c97c18e459', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682520596550205, -122.09975135940478, 13, N'2018-03-14T00:26:20.3065090Z', 1568, 22, -255, 0, -255, 36, 48, 1676, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'74ffcd97-0097-4dfb-a27d-db5a5afd5640', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673389223092933, -122.10595893533934, 72, N'Apr 20 2018 4:55PM', 42, 1559, -255, -7, 34, 23, 716, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'751395b3-ce5f-4bda-9f4a-f67f2d6522db', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693342751579166, -122.09409297883212, 35, N'2018-03-14T00:28:29.3370620Z', 1796, -255, -255, -255, 10, 50, -255, -255, -255, -255, NULL, 50, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7545c842-430e-491e-919a-6c4efc1bd80a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667160502341709, -122.11586658966489, -255, N'2018-03-14T00:13:49.3514150Z', 983, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'758603cb-fe9c-41ac-93aa-9b83fbea18f8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.662958801735073, -122.13419606125025, -255, N'Apr 20 2018 4:57PM', 262, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'759e5280-f1bd-4a13-a39d-27b7673392d0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665536523907882, -122.13138230431950, -255, N'2018-03-14T00:10:31.3551740Z', 653, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'75d14507-96da-4ef9-a002-97ba7b0dad6b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647513401994495, -122.13615720722345, -255, N'Apr 20 2018 4:58PM', 417, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'75ebc7a4-30f1-4944-b667-d87b27728c4c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648979273909639, -122.13585400827232, -255, N'2018-03-14T00:07:42.3297870Z', 354, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'75fee9b2-22f1-4cc1-9820-4548b07f82d0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673613339398884, -122.10578079028720, 14, N'2018-03-14T00:21:54.1922860Z', 1328, 11, 0, 828, 1635, 13, 0, 4, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'76073dd6-4811-4bba-bb66-9cf3ed16f872', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659611336702440, -122.13559012053011, 3, N'2018-03-14T00:08:47.2918760Z', 484, -255, -255, -255, 10, 14, -255, 17, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'76332550-7c2a-4975-ba34-dc39eb9bc3a7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683932055897834, -122.09776636687577, -255, N'2018-03-14T00:26:37.3244110Z', 1602, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 46, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7642ef99-03cf-4bf6-b4ef-b4c995bc4747', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.659874347541660, -122.13599891198115, -255, N'Apr 20 2018 4:57PM', 290, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7644ee13-268e-4b25-a6ee-06378d8e15ad', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686064515232715, -122.09511736617804, -255, N'2018-03-14T00:27:16.2121240Z', 1655, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7645d44d-00d4-4b0c-bcf7-719af5166812', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693342751579166, -122.09409297883212, -255, N'2018-03-14T00:28:29.3665310Z', 1797, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'764de28b-c066-4263-9ca7-01268cceeb2d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665368644787954, -122.13209888824946, -255, N'Apr 20 2018 4:56PM', 235, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7657900e-71e5-4bb7-9c82-b624bf76f010', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678786498385100, -122.10422842491928, -255, N'2018-03-14T00:24:04.3368680Z', 1436, 12, 0, 8, -255, 1138, 6, -3, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'765d1839-b5b7-48bd-8a9e-d0f2873d9291', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658152266899800, -122.13638277580591, -255, N'2018-03-14T00:08:32.2863190Z', 455, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'767a7b0d-1a1d-4f1d-a9c7-0706f97d4757', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678702839382396, -122.10432116001519, -255, N'2018-03-14T00:24:03.3598900Z', 1435, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'767ba7e8-c941-4fc0-916a-d42ed5fee2f3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666011995673841, -122.13071787742100, 6, N'2018-03-14T00:10:43.1890490Z', 672, 0, 17, 963, 10, 16, -255, 5, 10, 6, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'76a0dc19-45f2-4926-83b3-e71146241b07', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693904849638741, -122.09598456027057, -255, N'2018-03-14T00:28:45.3596670Z', 1829, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'76a2f5c7-2e71-4096-9884-5797e4a1915d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671908752313435, -122.10626769498082, -255, N'2018-03-14T00:19:57.1434890Z', 1267, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'76cfb032-cb3f-41af-8a3d-cd8ddf6a2306', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.672291989243639, -122.10635248773127, -255, N'Apr 20 2018 4:55PM', 55, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'76cff56c-e23c-4b92-acdf-671995c191cf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692296383689190, -122.09252672164573, -255, N'2018-03-14T00:28:10.3267560Z', 1758, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 4, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'76d1359c-0347-47c6-9889-83dbadd35c7e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671445740746925, -122.10646994589835, -255, N'2018-03-14T00:19:40.3532690Z', 1251, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'76d28b23-46d2-44df-8275-2ab60e958f84', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639710624995011, -122.12971763825689, -255, N'Apr 20 2018 5:05PM', 692, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'76d89137-3f26-4201-8362-c57125a8c618', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661302620091739, -122.13461437207417, -255, N'2018-03-14T00:09:37.3555780Z', 545, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'76f5adb6-f13f-43b8-8c1f-29640c701895', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667320963758982, -122.12170406317156, -255, N'Apr 20 2018 4:56PM', 173, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'76f970e8-6d3c-45db-8ae8-0ffcc9123191', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660570339428979, -122.13506264369454, 876, N'2018-03-14T00:09:16.2131000Z', 518, -255, -255, -255, 0, -255, 6, 10, -255, 15, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'771d49ad-84ba-4511-8003-40f5fdb57c60', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649108381651899, -122.13670821496088, -255, N'Apr 20 2018 4:58PM', 398, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'771e27a0-3b32-4362-96a6-ffe4f0834b50', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672640052073838, -122.10600661815366, -255, N'2018-03-14T00:21:30.1804350Z', 1296, -255, -255, -255, -255, 14, 0, 7, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'771ff8fc-7e98-4d03-b32c-3df391570ca9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666950602697717, -122.12793228555327, 0, N'2018-03-14T00:11:27.2563310Z', 746, 1008, -255, -255, 4, 1009, 10, 14, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'77301f56-bdbf-4b16-be46-f8390178449c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645963421588199, -122.13352876144319, -255, N'Apr 20 2018 5:02PM', 505, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'773f94e1-d9b4-4742-b3df-ce5446dfbbb3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.652039165429052, -122.13720597596054, -255, N'2018-03-14T00:07:58.3131110Z', 387, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'779319b9-eb99-47dc-9f60-7b8a1250accf', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667318293828487, -122.11845189778029, -255, N'Apr 20 2018 4:56PM', 156, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'77b877c6-5f63-4680-a605-edacda0a5814', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666724955156482, -122.12931201955996, -255, N'Apr 20 2018 4:56PM', 215, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'77c5e63f-b53d-4bea-a4fb-f644cf2a4332', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640162557092438, -122.12973483631451, -255, N'Apr 20 2018 5:07PM', 718, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'77cd933f-9c2c-4bb0-bbe6-e400b4e3d0b2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667915853066582, -122.10937024077644, -255, N'2018-03-14T00:16:40.1990220Z', 1123, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'77e88fab-8e0a-4514-9b66-ff56e07fb7d4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.651819314131572, -122.13793128016211, -255, N'Apr 20 2018 4:58PM', 369, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'78031955-4368-45b9-9597-f4c9c85e6e48', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.652933792986516, -122.13815845731965, -255, N'Apr 20 2018 4:57PM', 360, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'78308494-f0f8-4d6c-93a0-08170e0ca117', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680373554676393, -122.10234027913656, -255, N'2018-03-14T00:24:25.3648880Z', 1479, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'784936f4-9d05-4d48-88af-9db80085b531', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681557446137717, -122.10086059213282, -255, N'2018-03-14T00:25:07.2083730Z', 1531, -255, -255, -255, -255, -255, -255, 12, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'78494c56-76db-44a3-b6e2-9d8ddc1b943f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667350655612495, -122.11114616990729, -255, N'2018-03-14T00:16:09.3067970Z', 1078, -255, 8, 14, -255, -255, -255, -255, 1381, -2, NULL, -5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'78a8b592-be4d-4fca-b6a0-288aa10c7f95', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676327498487623, -122.10594863765279, -255, N'2018-03-14T00:23:40.3643830Z', 1389, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'78aabc4a-c71a-4e8b-ba25-2d1b47007baf', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.664890521057323, -122.13271242004143, -255, N'Apr 20 2018 4:57PM', 241, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'78bf41fd-cc06-42ab-aa27-f32bb27bfe01', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667201190969159, -122.11844588341027, -255, N'2018-03-14T00:13:30.3581550Z', 945, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'78de8421-1986-4a39-8caa-4b2c0d2d6892', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660150689523221, -122.13527501578454, 13, N'2018-03-14T00:09:01.3394650Z', 504, 4, 863, -255, 0, -255, -255, -255, 14, 21, NULL, 899, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'78f20b63-78b1-40ed-b2d8-6d6b914013fa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680092696099820, -122.10269087671901, -255, N'2018-03-14T00:24:21.3676060Z', 1471, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'78fa8882-356b-4548-bec6-dddb88f4e480', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681187194405410, -122.10136222413533, -255, N'2018-03-14T00:24:42.3404860Z', 1513, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'79009ebf-66d9-474a-803b-5dc4f9f7d0f4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693892241268863, -122.09539479473061, -255, N'2018-03-14T00:28:40.3382590Z', 1818, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'790f8c85-0436-4133-b726-64f0eb2c686f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671633078878507, -122.10640252267872, -255, N'2018-03-14T00:19:43.3540640Z', 1257, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'791df082-1074-4040-9f3d-7ded4cd7740e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659655883067586, -122.13556834369199, -255, N'2018-03-14T00:08:48.3321430Z', 487, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'792ef3fa-b274-4a19-8d8d-56b3460d9b6a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642861920242204, -122.13171248985179, 6, N'2018-03-14T00:01:02.3298340Z', 124, 10, 0, 8, 20, 715, 3, -7, 384, 18, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'794865c9-e02b-4c8a-a531-b7f6f9feee4b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693271450071322, -122.09399798605786, -3, N'2018-03-14T00:28:28.3240310Z', 1794, -255, 1773, 41, -255, -255, 1752, -255, -255, -3, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'794bad70-2948-4c91-a461-d9826274f3c2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.661596702572183, -122.13492570611072, -255, N'Apr 20 2018 4:57PM', 273, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'795d5462-0d6b-48e1-b6ac-1106c9ef1c95', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692296383689190, -122.09252672164573, -255, N'2018-03-14T00:28:10.3603580Z', 1759, -255, -255, -255, -255, -255, -255, -255, 4, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'795f42dd-d79c-4529-b959-925bfb4fc1ba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684201831082319, -122.09741841101437, -255, N'2018-03-14T00:26:40.2926050Z', 1608, -255, -255, -255, 0, -255, 21, 12, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'795f5c05-2003-4301-a1fe-b69d3e235a36', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647439739355541, -122.13498210793109, -255, N'2018-03-14T00:05:54.2614760Z', 311, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'798b4ee2-af3a-48b3-9dfa-4ee582a92249', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.652436299998115, -122.13728649881935, -255, N'2018-03-14T00:08:00.2978780Z', 390, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'79959612-ca89-419d-84f0-8359bdd3ded3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660522914236353, -122.13509278485824, -255, N'2018-03-14T00:09:14.2429760Z', 517, 16, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'79c86dd6-b5be-45a5-ace4-966252134dd4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645339496314875, -122.13206977820128, -255, N'2018-03-14T00:02:00.2913190Z', 182, 10, -255, -255, -255, 957, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7a098d8a-1b42-421f-8a51-19ea229e3c83', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660879554870426, -122.13488334077890, -255, N'2018-03-14T00:09:27.2025650Z', 531, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7a341a2b-5835-40e7-a84e-317675ad0c60', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693713891801572, -122.09463110207733, 10, N'2018-03-14T00:28:35.3386470Z', 1808, 23, 2036, -255, -255, 43, -3, 1554, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7a384fa2-8347-4898-9839-47a24846b654', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673018533586571, -122.10608152269879, -255, N'Apr 20 2018 4:55PM', 46, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7a3f5a6e-20d0-4570-9600-f5a9024b953d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667314268656632, -122.11740290167963, -255, N'Apr 20 2018 4:56PM', 149, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7ac294e5-e86f-4594-b3b8-4f17fb0580d0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657735958389495, -122.13674681335627, 10, N'2018-03-14T00:08:29.3131000Z', 448, 18, -255, -255, -255, 67, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7ac43f09-b7f3-46be-b1a7-44c4f4277e3c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674324831086977, -122.10575085042883, -255, N'2018-03-14T00:23:21.3428030Z', 1350, -255, -255, -255, -255, 30, -255, 10, 16, 13, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7ac5b4c3-cf3a-4657-b937-5216430185b7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693895875832900, -122.09573528876402, -255, N'2018-03-14T00:28:43.3760770Z', 1825, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7acb5d74-8547-437e-82c2-9f1596f7c3d2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686934230715600, -122.09393905406388, -255, N'2018-03-14T00:27:31.3453110Z', 1680, -255, -255, -255, -255, -255, -255, 25, -255, -255, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7ada4a25-a510-4bbe-8087-dfdc00c0a2f2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683491218266688, -122.09841314449255, -255, N'2018-03-14T00:26:32.3351950Z', 1592, -255, 19, -255, 17, -255, 38, -3, 0, 1914, NULL, 30, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7aefd18d-83bb-4e5a-a250-d37da610ada0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643477721795605, -122.13235978736928, -255, N'Apr 20 2018 5:03PM', 574, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7b0c3c82-30b8-4970-9371-72ffdd9491a6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667183046746600, -122.11662413978424, -255, N'2018-03-14T00:13:44.3429140Z', 973, -255, 20, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7b2f9cc2-0a47-47ee-b003-7fdcc4436526', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667128054992730, -122.12687414672733, -255, N'2018-03-14T00:12:02.2398480Z', 769, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7b4d9039-6241-494d-9b6a-5899eaf3fb58', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663490627946757, -122.13354838147116, -255, N'2018-03-14T00:10:08.3239680Z', 606, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7b5fb2e0-f2ec-41ec-833f-c7741d6ed7e0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678464113113193, -122.10459018395400, -255, N'2018-03-14T00:24:00.3569720Z', 1429, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7b6027f9-7ad0-4d7b-94c1-699b1e57f680', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661898950391700, -122.13435705657209, 908, N'2018-03-14T00:09:46.3494660Z', 562, 16, -255, 25, 0, 0, 6, 10, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7b69081c-97bd-4cd7-8ca2-f2df1ebc9159', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666225849601219, -122.13019349584629, -255, N'2018-03-14T00:10:55.2335440Z', 687, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7b9614b6-bbf8-4f23-91c3-d8810c9f10a5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687146952030190, -122.09368246936167, -255, N'2018-03-14T00:27:33.2747910Z', 1684, -255, 26, 47, -255, -255, -255, -255, 24, -2, NULL, -5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7b9aaa2b-1871-4daf-945a-dda4e8ff3441', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667197361553207, -122.12733249132910, -255, N'Apr 20 2018 4:56PM', 203, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7bd5519c-4a12-4d59-ac42-22f7b7f65c82', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662159106558249, -122.13426417889765, -255, N'2018-03-14T00:09:50.3701170Z', 571, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7bdab6c7-89e7-4de4-8a7a-ddf95dacbfb9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667211678535494, -122.11949100105372, -255, N'2018-03-14T00:13:22.3320150Z', 928, -255, 7, 11, -255, -1, -255, -3, 0, -255, NULL, 34, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7bea5238-fd2e-4090-954c-9c449a073868', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667248135453605, -122.11331081271966, -255, N'Apr 20 2018 4:56PM', 127, 14, 0, 23, -255, 1339, 2, -7, -255, -255, NULL, 35, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7c163e46-4e6e-483c-93f7-141993d6bdf5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679638866900291, -122.10322982367276, -255, N'2018-03-14T00:24:15.3403350Z', 1458, -255, -255, -255, -255, 16, -255, 5, -255, 6, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7c1abf9f-2518-4c97-bcd3-3e4696c1eeda', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674252211604262, -122.10591178829397, -255, N'Apr 20 2018 4:55PM', 33, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7cb1275d-882a-426f-8093-892acddacd9c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670112096168985, -122.10699848328488, 13, N'2018-03-14T00:19:22.2927270Z', 1214, -255, -255, -255, -255, -255, 28, 43, 23, 0, NULL, 1484, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7cc6dad2-39ce-4a80-b293-757ff9fbc303', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682259060959566, -122.09995935553495, -255, N'2018-03-14T00:26:15.1849400Z', 1560, 13, 0, 19, 23, 1378, 3, -3, 27, 1897, NULL, 32, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7ce4372a-f8b0-445f-a4f0-ba00491d9bac', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667318293828487, -122.11845189778029, -255, N'Apr 20 2018 4:56PM', 155, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7cf4536f-98b1-4cdc-8a3b-8b8cc4ef62b7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644744395168352, -122.13206075011232, -255, N'2018-03-14T00:01:54.2733660Z', 170, -255, 0, 5, 5, 1080, 2, -6, 436, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7d00eea0-a837-4f1d-a647-9e367709d7c6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645542788053937, -122.13240674328871, -255, N'Apr 20 2018 5:02PM', 533, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7d128739-37ea-4f97-b527-7391d1f3cf99', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673137700428300, -122.10584835385635, -255, N'2018-03-14T00:21:44.2094210Z', 1313, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7d5694c2-f155-4ada-b1a1-a7b07c7e6d5d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694176670919873, -122.10341258325157, -255, N'2018-03-14T00:29:59.1915370Z', 1967, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7d7390d5-a81b-4e05-9f6a-94f6fdeca377', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645412707374923, -122.13211187740139, -255, N'2018-03-14T00:02:07.1946870Z', 192, -255, -255, -255, 5, -255, 17, -255, 0, 449, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7d838a19-7a64-411a-a0f5-21eace7464f6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.661811984315612, -122.13481230594014, -255, N'Apr 20 2018 4:57PM', 272, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7de79fd8-146a-4124-935b-f47cef98d45a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646295018037662, -122.13269248550351, -255, N'2018-03-14T00:05:13.3400790Z', 247, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7e010bd3-fca0-4d61-88eb-55e10b08245c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644239399960192, -122.13204668736367, -255, N'2018-03-14T00:01:50.3571710Z', 163, -255, -255, -255, -255, -255, -255, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7e0b663f-b636-48b3-941a-b57aa737ae8a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667270231430123, -122.12479024680418, 6, N'2018-03-14T00:12:22.3256340Z', 808, -255, 0, 6, 17, -255, -3, 1, 1064, 17, NULL, 19, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7e338873-c4ed-4566-b413-874ac706c3b4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683763435443545, -122.09802278595131, -255, N'2018-03-14T00:26:35.3674850Z', 1599, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7e9096aa-7b0f-4b01-860c-beba2cae65c6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645411245875337, -122.13205011322562, -255, N'2018-03-14T00:02:01.3382020Z', 184, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7e97c25b-c8bc-4b00-9644-252bdd57ce64', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642636232633365, -122.13065412308404, -255, N'2018-03-14T00:00:45.2222360Z', 101, -255, -255, -255, -255, -255, -2, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7ebde9ac-4a79-4db9-9148-75f443ff350c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.664168742302401, -122.13342328503400, -255, N'Apr 20 2018 4:57PM', 250, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7ebe9b89-c273-416f-aa4a-9d58b9febd71', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669996751797029, -122.10707167704082, 13, N'2018-03-14T00:19:19.1714810Z', 1210, 23, 1118, 10, -255, 11, 14, 28, 18, 0, NULL, 1480, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7ecae598-e1c4-4cba-86df-b10d3b377567', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671908752313435, -122.10626769498082, 15, N'2018-03-14T00:19:57.1326450Z', 1266, 0, 728, 6, 15, -255, 5, 12, 0, 6, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7ed2a911-766f-46a2-ba1d-ca2db11de6d1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666783750851209, -122.12858252071084, -255, N'2018-03-14T00:11:19.3493800Z', 731, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7ee3cd73-f43c-4b6f-ac63-5b0e3958c852', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668589415238387, -122.10835089665427, -255, N'2018-03-14T00:17:42.2827670Z', 1154, -255, -255, -255, -255, 11, -255, 7, -255, -255, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7f25419e-d106-4ddd-9256-59fec2eb5df4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666122545856368, -122.13083365472079, -255, N'Apr 20 2018 4:56PM', 225, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7f25bd05-4b53-4854-a8fb-5db7dde9e677', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668704142939532, -122.10821310930592, -255, N'2018-03-14T00:17:44.3348090Z', 1159, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7f3f9918-cee3-4f3b-84e9-04a531d9d346', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667292474059344, -122.12545185310402, -255, N'Apr 20 2018 4:56PM', 193, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7f9acd5f-b2e8-48e9-86fa-f3d23e492a4e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692916788424600, -122.09939516155912, -255, N'2018-03-14T00:29:08.1676740Z', 1873, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7fab4c45-f27b-4185-9ce6-8578512feb06', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659567471946438, -122.13561416506009, -255, N'2018-03-14T00:08:46.3354210Z', 483, 0, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7fd63735-1689-47ab-a450-d13c11bd77ba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659255224598908, -122.13580200735467, -255, N'2018-03-14T00:08:40.3230640Z', 471, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7feb4e96-1a11-44b9-a7f3-ff5bb26dffbc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694176670919873, -122.10341258325157, -255, N'2018-03-14T00:29:59.1839230Z', 1966, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'7ff57998-3c34-45e9-b4b0-ccb5347c0c1f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692688926937763, -122.09275399379634, -255, N'2018-03-14T00:28:16.3055330Z', 1771, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'800a4a06-72ac-4a9a-9dd3-c01c791e575e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693874649875490, -122.09664070805707, -255, N'2018-03-14T00:28:50.3712550Z', 1839, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'802ae314-aba6-4ad5-aa95-78c6977ae4c1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677693251173608, -122.10546034658847, -255, N'2018-03-14T00:23:51.3544700Z', 1411, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8045a36d-62e2-408f-8ebc-29f1fd9eda10', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645412707374923, -122.13211187740139, -255, N'2018-03-14T00:02:07.2194770Z', 193, -255, -255, -255, -255, -255, -255, 3, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'805267cb-fe9e-4ae1-88dd-980e940046b8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661842947183366, -122.13439426423187, -255, N'2018-03-14T00:09:45.3101740Z', 560, -255, 1088, -4, -255, -255, -255, -255, -3, 0, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'805fb0f7-6067-4547-ba38-76eab3841138', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670542900290322, -122.10678692769423, -255, N'2018-03-14T00:19:28.3068420Z', 1226, -4, 34, 10, -255, -255, -255, -255, 1185, 2, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'807b848b-94a6-4c34-96a8-76d6b1d533a4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.652722789554154, -122.13811679381926, -255, N'Apr 20 2018 4:58PM', 362, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'807d819f-2304-41ad-90a9-24252cd0b2ba', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675027491774905, -122.10598612575272, -255, N'Apr 20 2018 4:55PM', 23, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8098a211-0889-4d72-992d-0ab5ab0be6a9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657029161790200, -122.13720685017900, -255, N'2018-03-14T00:08:24.3252560Z', 439, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'80c4b3bb-91c0-4e50-9ea8-c990e7f6bdf6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676988419943839, -122.10587285611486, -255, N'2018-03-14T00:23:45.3197380Z', 1399, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'80d1f5a7-6bcb-419a-9ff2-13e85cd0b680', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.654636589985110, -122.13811974347503, -255, N'Apr 20 2018 4:57PM', 343, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'80f12656-b11a-4a84-82ef-3dbf2fffbf54', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694310873111114, -122.10253208909904, -255, N'2018-03-14T00:29:39.1495800Z', 1932, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'81396e6e-372d-4f38-b062-d5ff671fcfb1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646330782660947, -122.13427318987560, -255, N'2018-03-14T00:05:31.3265470Z', 276, -255, -255, -255, -255, -255, -255, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'817179c7-83e3-4ee8-a66b-cfb3204aa423', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666966097836635, -122.12786729897192, -255, N'2018-03-14T00:11:28.2433330Z', 749, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'817447b6-b18e-4729-826e-d5024915eda7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667142863223923, -122.11523717416014, -255, N'2018-03-14T00:13:53.3165060Z', 991, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'818c00ee-ca14-4ee9-b115-f6ce042915bf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693873105956953, -122.10226155679995, -255, N'2018-03-14T00:30:48.7146730Z', 1992, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'81be71e7-6043-45b4-92d8-c7ef104ccef7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661842947183366, -122.13439426423187, -255, N'2018-03-14T00:09:45.3390300Z', 561, -3, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'81de53e4-ac88-43d2-afe9-dee26028cca4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640132172549585, -122.12967568638429, -255, N'Apr 20 2018 5:07PM', 719, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'81ee9c77-1d3d-4025-bb67-476877ceb954', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.653145674653082, -122.13818417115627, -255, N'Apr 20 2018 4:57PM', 358, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'82394d26-2cf1-4cb4-bca1-3e72008075d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666412078581779, -122.12974801620508, 0, N'2018-03-14T00:11:02.2204640Z', 701, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'825dfefe-115a-412a-b2d0-7c3c1f3b0b23', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661703353094666, -122.13447567065802, 905, N'2018-03-14T00:09:43.3312630Z', 556, 15, -255, 23, 0, 0, 5, 905, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'82807de1-6c68-4603-bc24-af4f3d196121', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693907580830569, -122.09610238188695, -255, N'2018-03-14T00:28:46.3389440Z', 1830, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'82bdda98-0d48-4b2e-a090-8e56046ed8e0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681508848265494, -122.10091088710189, -255, N'2018-03-14T00:25:04.2312370Z', 1529, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'82d12375-e641-46ea-8eaf-c1237f065d2e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641364386150784, -122.13059028089943, -255, N'Apr 20 2018 5:04PM', 639, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'82e5fae8-309e-46d5-978a-caa4e0cf5bb8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682386963837658, -122.09986287758382, -255, N'2018-03-14T00:26:18.3297610Z', 1565, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8321a26d-c6f7-4428-bd2f-c40ce15a2d4e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668099786196208, -122.10913240578230, 16, N'2018-03-14T00:17:24.1835700Z', 1132, 4, 0, 710, 1366, 12, 0, 6, 3, 17, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8327198d-556e-4dc5-9d25-1d37724063ed', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642516323936249, -122.13236340144692, -255, N'Apr 20 2018 5:04PM', 598, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'833c5b98-e1d0-4274-8585-9892846011e3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.663397367768098, -122.13395610794147, -255, N'Apr 20 2018 4:57PM', 258, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8359c0c6-dbe6-416e-88ca-2db662c2f5a2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646311814118704, -122.13389262231668, -255, N'2018-03-14T00:05:24.3642580Z', 269, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'835e44d0-81de-4f69-8f81-5301c1f710fc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664068606516373, -122.13304956925374, -255, N'2018-03-14T00:10:15.3305660Z', 621, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'83795bb2-728a-4920-96fa-d3478460eb91', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671379496282533, -122.10649237047669, -255, N'2018-03-14T00:19:39.3574960Z', 1249, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'83938349-0c0e-4dfe-bfb6-fa2d481d3583', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667247495431162, -122.12228530503987, -255, N'2018-03-14T00:12:55.3099210Z', 875, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'839b4365-2f13-432e-8867-60c40f18e386', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660464634037119, -122.13514210956237, -255, N'2018-03-14T00:09:11.2425830Z', 515, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'83ac2c43-0510-45f6-84d9-06119362469a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692870795513549, -122.10106381997245, -255, N'2018-03-14T00:29:17.1456720Z', 1891, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'83db238e-e26e-478f-87b8-11d623ae8dd1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648649352092967, -122.13651308313160, -255, N'Apr 20 2018 4:58PM', 404, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'83e2c18f-cf12-4af8-b855-19f0977d18d2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649108381651899, -122.13670821496088, -255, N'Apr 20 2018 4:58PM', 397, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'83f5907b-6f20-401d-81ae-4b79be36cf2a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667551739258336, -122.11032763537733, -255, N'2018-03-14T00:16:21.2028470Z', 1101, -255, 29, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'83f6da91-5b7f-4a82-9da0-d7dcb3451066', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642769268585852, -122.13236096755750, -255, N'Apr 20 2018 5:03PM', 590, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'84047544-d01d-4771-9e5f-2c3da61f7a9b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689760843207246, -122.09176771251917, -255, N'2018-03-14T00:27:52.3439210Z', 1723, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'840eaac8-0f02-40c9-a157-c8452dec21ca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689427784738655, -122.09188319360450, -255, N'2018-03-14T00:27:50.3233000Z', 1719, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8414c589-8e2d-4e52-9b9a-417ece7572af', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681432626792230, -122.10101865904730, -255, N'2018-03-14T00:24:57.1801100Z', 1525, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'842237c6-1a8c-486e-a172-15e1e632ffd5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665951442555375, -122.13084315325116, -255, N'2018-03-14T00:10:39.2361770Z', 669, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'844f8318-d137-4b69-8abf-433673166790', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666551223286092, -122.12936461925679, -255, N'2018-03-14T00:11:08.3414630Z', 711, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'846dde9f-01e3-4f14-a351-d7165fa6d24a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640021944085817, -122.13052221202055, -255, N'2018-03-14T00:00:11.3290720Z', 42, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'847d72fd-d3e9-44e3-8809-38aef8cc1fc1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693907580830569, -122.09610238188695, -255, N'2018-03-14T00:28:46.3690850Z', 1831, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8487e47c-1b63-4b95-ba53-ff09c6da4055', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667471163299275, -122.11058999459695, 0, N'2018-03-14T00:16:17.1800880Z', 1092, 1297, -255, 21, 10, 8, 11, -255, -255, 11, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8495c8f8-b468-489f-970b-8c1243663300', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645155672701435, -122.13206715975026, -255, N'2018-03-14T00:01:58.3415660Z', 179, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'84d2fbe4-dd14-4d9e-9feb-39894943b863', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667246944119320, -122.12243945362690, -255, N'2018-03-14T00:12:53.1770050Z', 870, -255, -255, -255, 25, -255, -255, -255, -255, -255, NULL, 32, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'84d5a1bf-771f-4df1-9ff7-3d5c4cf81481', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694434525172400, -122.10346945348377, -255, N'2018-03-14T00:29:52.2005720Z', 1957, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'84e115e7-ddcd-469e-a591-bf8017c6bfb0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665778150069158, -122.13105955007782, -255, N'2018-03-14T00:10:35.3559960Z', 661, -255, -255, -255, -255, -255, -255, -7, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'84e187f4-3808-49b8-9bf5-62973d4286cb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667292253572036, -122.12468450517366, -255, N'Apr 20 2018 4:56PM', 190, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'84ed5443-ea0d-4c7b-bcbf-741484e7e2e4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667249631676100, -122.12264554752515, -255, N'2018-03-14T00:12:50.2978610Z', 864, -255, -255, -255, 4, -255, 12, -255, -255, 1092, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'84ee4085-0935-4cf0-87c2-dd6ab357927f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688125180082267, -122.09262082543358, 0, N'2018-03-14T00:27:41.3362690Z', 1700, 1983, 61, 16, 1304, -255, 60, -255, 1320, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'84f35828-df77-4365-b33b-5cf7c91dc248', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666119201955354, -122.13041674121997, -255, N'2018-03-14T00:10:51.2322370Z', 681, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'856cfc7f-60a7-49f3-b5ec-4f98db9f6c09', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642828218453000, -122.13079345159586, -255, N'2018-03-14T00:00:54.3650190Z', 109, -255, -255, -255, -255, -255, -255, -255, -255, 38, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'857bf974-24e3-4303-9d7a-2ec4e81c412c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667212152812830, -122.11936574954991, -255, N'2018-03-14T00:13:23.3338510Z', 931, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'85abccc3-0524-4ab6-9a84-65ac0f17ac0c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690946769975483, -122.09170936741845, -255, N'2018-03-14T00:27:59.2883460Z', 1736, -255, -255, -255, -255, 11, 0, 15, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'85b3e83f-179a-416c-b1b0-5f669ec43b6b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680235695890012, -122.10251681277684, 4, N'2018-03-14T00:24:23.3343110Z', 1474, 0, -255, -255, 12, 14, -255, 36, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'85b57188-9136-4483-84b6-ec9390778875', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673908566822156, -122.10590460226348, 68, N'Apr 20 2018 4:55PM', 36, 1499, -255, -255, 32, 22, 713, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'85b5b819-e6ea-4ca6-b1f6-76d90e615768', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667774385120360, -122.10972007517121, -255, N'2018-03-14T00:16:32.1995750Z', 1115, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'85dc7dfe-9ce0-44d4-8864-4eb0f41ab9a0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667189106526244, -122.11700377228581, -255, N'2018-03-14T00:13:41.3495120Z', 967, 11, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'85ddb4fd-4ebc-4a13-9fd5-5965a586aea6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667289886178850, -122.12430804415521, -255, N'Apr 20 2018 4:56PM', 187, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'860c7229-49d5-45f5-9035-9fb940b6a45a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660041216003890, -122.13531561491962, -255, N'2018-03-14T00:08:59.3278310Z', 500, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'861a67c9-66f3-4f78-95aa-419384c406df', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645968129624066, -122.13493789081652, -255, N'Apr 20 2018 5:00PM', 473, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'861bb886-a17f-459e-9e2c-ea3c9a6385d7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693891304349727, -122.09650486859819, -255, N'2018-03-14T00:28:49.3831610Z', 1837, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'862bb600-e998-486f-893a-ebb0e4c21e05', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673716713142163, -122.10578397591595, 16, N'2018-03-14T00:22:00.1931600Z', 1332, 7, 0, 687, 1639, 5, 0, 5, 0, 16, NULL, 13, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8640205c-c451-4efc-8f43-ed9e5d8ff4ca', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667279633579653, -122.12584186152115, -255, N'Apr 20 2018 4:56PM', 195, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'86415141-3d83-4f5f-9de3-6a3b78785f76', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.655853635865626, -122.13790647230178, -255, N'Apr 20 2018 4:57PM', 331, -255, -255, -255, -255, -6, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'864c0e8e-c4b5-409e-9258-b3fc17a0a3d9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.650944032209097, -122.13762823378471, -255, N'Apr 20 2018 4:58PM', 378, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'864e86eb-ee7a-463a-8852-c0b21fe96c8b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667296681909512, -122.11164766059863, -255, N'2018-03-14T00:15:43.2287920Z', 1067, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8663f005-93cb-4db3-a7dd-a575606201a4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667626042246837, -122.11012135328669, -255, N'2018-03-14T00:16:25.1997310Z', 1105, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'86aee959-ea82-48b6-b72b-7b22b4e5e773', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665615567932228, -122.13128097863859, -255, N'2018-03-14T00:10:32.3105030Z', 654, -255, 10, -255, -255, 17, -255, 12, 4, 0, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'86b38abf-2844-4609-90c6-69c4cfce1e2e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659373322249380, -122.13571706515322, -255, N'2018-03-14T00:08:42.3270000Z', 475, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'86b4fb40-7ebe-4d3d-99e4-b2369d92b91a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666804915572037, -122.12851387362208, -255, N'2018-03-14T00:11:20.3534590Z', 733, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'86cd55b8-1bf1-4e97-9a81-36636dda3545', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683056042197173, -122.09906704340902, -255, N'2018-03-14T00:26:27.3398420Z', 1583, -255, -255, -255, 73, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'86e78794-711c-4d9d-a467-f3aca8f41bb4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682520596550205, -122.09975135940478, -255, N'2018-03-14T00:26:20.3346920Z', 1569, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'86fe5cbe-03b8-400f-8db2-2aa644c1d069', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679562404694430, -122.10332269569626, 8, N'2018-03-14T00:24:14.3334200Z', 1456, 0, 1775, -255, 12, 19, -3, 38, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'86ff5ce6-1cc1-401b-a288-a64199b2ce06', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693888740021883, -122.10276066047854, -255, N'2018-03-14T00:30:06.1933140Z', 1980, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'87106087-efc9-4f83-9692-7e81082a03ec', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678236113071733, -122.10486640826596, -255, N'2018-03-14T00:23:57.3544480Z', 1423, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'87175b90-28fa-46de-a1b0-a5580cc273f5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677994665168924, -122.10514938573776, -255, N'2018-03-14T00:23:54.3358920Z', 1417, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'87199b75-d4e3-4a22-af4f-409bf3e31804', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667212406098152, -122.11911213113785, -255, N'2018-03-14T00:13:25.3191680Z', 935, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'87598b69-c1ba-4724-ac84-11f73f85dd2d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658685345500437, -122.13616156778551, -255, N'2018-03-14T00:08:35.3066050Z', 460, -255, -255, 0, -255, 1138, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'87687e88-97db-4d26-8730-2ef1fd27f1ad', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667999150226755, -122.10930159703857, -255, N'2018-03-14T00:17:13.2036600Z', 1127, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8784ac82-a5b0-4190-a1ae-03528f493bcb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646326271269025, -122.13337567285464, -255, N'2018-03-14T00:05:19.3149960Z', 259, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'878c2b0e-47eb-400b-ad6b-f7a9b08c655e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668815199894027, -122.10808855438165, -255, N'2018-03-14T00:17:46.3681740Z', 1163, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8795b722-8eaa-4b4e-8577-b58bebf9758f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661703353094666, -122.13447567065802, -255, N'2018-03-14T00:09:43.3634630Z', 557, -255, -255, -255, -255, -255, -255, 10, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'879dabc3-a716-4b76-a0fa-32569164c90f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693619851849100, -122.10165634432275, -255, N'2018-03-14T00:29:31.1401410Z', 1916, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'879f1a15-d699-45e0-bf99-d05d5ed0d607', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673137700428300, -122.10584835385635, -255, N'2018-03-14T00:21:44.1846050Z', 1312, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'87b0b03d-8466-4848-9198-34e7c3e05ace', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640544424478463, -122.13052070894442, -255, N'2018-03-14T00:00:16.3671980Z', 53, -255, -255, -255, 48, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'87f2b8c0-c331-4711-be7e-0fcd09aaf4c7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692570050317364, -122.09268335463234, -255, N'2018-03-14T00:28:14.3158130Z', 1767, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8801b2df-3210-4d2f-afce-df2760b0f914', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645962471436007, -122.13394272408767, -255, N'Apr 20 2018 5:02PM', 496, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'880a0835-6557-4ba6-bb72-e09c37d679f6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661017347187000, -122.13481662724392, -255, N'2018-03-14T00:09:32.2329500Z', 534, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8811a5a3-3b6c-4eaa-adc4-423f6d7bcbc3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667235223985450, -122.12158289161268, 5, N'2018-03-14T00:13:02.3224920Z', 888, -255, 0, -255, 14, -255, 3, 0, 1104, 15, NULL, 29, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'881e553c-024f-453f-b8bc-a6597f3fe121', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.662033684885991, -122.13469454957486, -255, N'Apr 20 2018 4:57PM', 270, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8836dbe9-b5bf-447b-b21a-a580d5944e13', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666085195219509, -122.13050368444300, 5, N'2018-03-14T00:10:49.2074010Z', 678, 0, 16, 970, 10, 16, 699, 13, 13, 692, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'88389fc5-a5b8-49ca-bad1-b36e28188dda', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667403595173724, -122.11084449282868, 0, N'2018-03-14T00:16:13.1635400Z', 1086, 1294, -255, 19, 8, 1295, 11, 19, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'88515c72-5376-4165-af31-70ae64949efc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660103733474152, -122.13529754976601, -255, N'2018-03-14T00:09:00.3323090Z', 502, -255, 10, -255, -255, 3, 4, 14, 5, 0, NULL, 861, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'88559310-8eb8-4114-b985-c09ca3ba8621', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639719858574800, -122.13028574095550, -255, N'2018-03-14T00:00:01.1814810Z', 28, 5, -7, -255, 323, -255, 0, -255, -255, 3, NULL, 20, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'886cb45f-c914-4ee8-a083-6872b940fe62', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692869218232100, -122.10154812032800, -255, N'2018-03-14T00:29:21.1448960Z', 1899, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'887ad9d0-dcca-4767-979c-b8cc11187654', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645950245533619, -122.13539394648743, -255, N'Apr 20 2018 5:00PM', 463, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'889a9401-1365-40ef-9cea-a8791bb22459', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669918886275500, -122.10711565840619, -255, N'2018-03-14T00:19:15.1893200Z', 1207, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'88bae1b0-d969-44c9-975b-6811a20b6b78', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673453503948785, -122.10579855559715, 16, N'2018-03-14T00:21:50.1827400Z', 1324, 18, 0, 1146, 16, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'88ccff42-9d0e-4424-986f-9bdfec124f0f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669846829906014, -122.10721268002766, -255, N'2018-03-14T00:18:56.2004320Z', 1203, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'88d19bc8-f896-49a1-a243-2292a1e09b6f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666197414063490, -122.13025614784760, -255, N'2018-03-14T00:10:54.2320680Z', 685, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'88f9c27f-3508-491c-bc39-3bc8d884f370', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683056042197173, -122.09906704340902, 29, N'2018-03-14T00:26:27.3090490Z', 1582, -255, -255, 13, -255, -255, -255, -255, -255, 42, NULL, 46, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'89060aff-4509-499f-bc31-e3935a03afda', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678312951457144, -122.10477257265214, 18, N'2018-03-14T00:23:58.3284810Z', 1424, 37, -7, 1009, 1760, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'891ebffc-bcf1-47d5-a562-82e8d3b1d772', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694731459488423, -122.10347524000942, -255, N'2018-03-14T00:29:47.1539520Z', 1948, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'89403664-2c05-4e46-89f4-08b92598e196', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693706997027178, -122.09746717800944, -255, N'2018-03-14T00:28:55.2579950Z', 1849, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'894e04c5-4110-48af-87ab-5282fc121fad', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.660102181270950, -122.13588046014551, -255, N'Apr 20 2018 4:57PM', 287, -255, -255, -255, -255, -255, -255, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'895f6d2a-412b-4f1b-b344-c40a01011e61', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664227574788555, -122.13289565778824, -255, N'2018-03-14T00:10:17.3379800Z', 625, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8960110e-5d35-46e0-8d93-ce69a5b905bb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673247738273766, -122.10582245525401, -255, N'2018-03-14T00:21:46.3089900Z', 1316, -255, 0, -255, -255, -255, -255, -255, 0, 6, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'89da7272-67b3-40fd-81af-537ea9d0fead', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668648904439976, -122.10827942930000, 16, N'2018-03-14T00:17:43.3166000Z', 1156, 26, -255, 961, -255, -255, -255, -255, 2, 18, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'89edbb55-0b04-4b9d-92da-b8aa73dfc58b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639655293471563, -122.13059204613036, -255, N'Apr 20 2018 5:04PM', 677, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8a156c84-cbc0-4ca7-afff-687757c3330e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660570339428979, -122.13506264369454, -255, N'2018-03-14T00:09:16.2389820Z', 519, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8a23e609-64c5-45e4-b7a0-5c9705b744eb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667249371618300, -122.12257606751770, -255, N'2018-03-14T00:12:51.1900090Z', 866, -255, 7, 10, -255, -2, -255, 0, -255, -255, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8a35b866-302a-4f11-9f8e-0b79779da3b7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666306347610941, -122.13000288128487, 3, N'2018-03-14T00:10:58.2063930Z', 692, 0, 14, 980, 2, 14, 818, 20, 20, 824, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8a366fe0-4883-4535-96ae-63218bb7b68d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693423098594842, -122.09418724078304, -255, N'2018-03-14T00:28:30.3730280Z', 1799, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 1875, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8a37a53b-9212-47f5-b4e0-e824fcb3f0fe', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644744395168352, -122.13206075011232, -255, N'2018-03-14T00:01:54.2844440Z', 171, 10, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8a455914-2a6d-463a-9561-e5bb195f88dd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645591446711016, -122.13223724710525, -255, N'2018-03-14T00:03:31.2647930Z', 212, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8a5b60b7-c7ea-448e-b5e2-c20d8f6f9ae0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640081362854460, -122.13060320223752, -255, N'Apr 20 2018 5:04PM', 663, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8a92e4da-9aad-4161-b6cd-f499f6831ef8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645971530717510, -122.13447581670856, -255, N'Apr 20 2018 5:02PM', 485, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8a954fa3-f71c-4b97-b728-04d7e9a7aa73', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647488997105029, -122.13501310494568, 681, N'2018-03-14T00:06:00.1781990Z', 312, 16, 730, 6, -255, -255, -255, -255, -4, 5, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8aa32bf6-5b16-47ab-a49d-e2930a27453a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645962891195055, -122.13402123875055, -255, N'Apr 20 2018 5:02PM', 493, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8aaf5e86-c1c6-460b-af52-aedf185ae4a6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692997828773300, -122.09326498343535, -255, N'2018-03-14T00:28:22.3326580Z', 1782, -255, -255, -255, -255, -255, 46, 10, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8abaa02e-4053-40a4-a72d-0c0b02f8684e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.669885708342512, -122.10739674994072, -255, N'Apr 20 2018 4:55PM', 81, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8ac11655-dc48-4e1a-ac33-3f007a72308a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692870390336400, -122.10118822860888, -255, N'2018-03-14T00:29:18.1427740Z', 1893, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8ade2cda-4922-4e33-b088-184df50db2db', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668033126888048, -122.10922740541012, -255, N'2018-03-14T00:17:16.1761320Z', 1128, -255, -255, -255, -255, -2, 5, 17, 6, 0, NULL, 1357, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8af96096-9261-42fb-822b-76084296f70b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667230954742323, -122.11198196634018, 0, N'2018-03-14T00:15:00.1726890Z', 1056, 1220, -255, 14, 4, 4, 11, -255, -255, 11, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8b1f5870-7e68-49bc-bced-2bfa79fea8f0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.669523424115440, -122.10766435172320, -255, N'Apr 20 2018 4:55PM', 86, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8b31ef8f-527e-4008-931a-5f218fa978ea', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669307835197400, -122.10757154434633, 1397, N'2018-03-14T00:17:57.1229080Z', 1182, -255, -255, -255, 0, -255, 3, 11, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8b5db7b2-fc83-45fc-9b0e-9e9811708446', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665186092931783, -122.13183133044160, -255, N'2018-03-14T00:10:27.2726140Z', 644, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8b8df2c4-3fab-446d-8c64-1ea3b7665ee5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656036825162495, -122.13785224779269, -255, N'Apr 20 2018 4:57PM', 330, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8b928da7-3bdd-4334-bcf2-475e458fb4f8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646783936574053, -122.13582322696919, -255, N'Apr 20 2018 4:58PM', 428, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8b975c82-6852-4008-ba2c-237cd79ee075', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669198072529056, -122.10768144045245, -255, N'2018-03-14T00:17:54.2821570Z', 1178, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 12, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8bc208eb-af31-47fd-a4bd-2e009da1be48', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667235223985450, -122.12158289161268, -255, N'2018-03-14T00:13:02.3509010Z', 889, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8bcdd2cb-3116-4855-b7c3-29b5d7db75c6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668630454160564, -122.10857023292505, 26, N'Apr 20 2018 4:55PM', 95, 84, -255, -255, 742, 18, 0, 16, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8bf3259b-5ad4-4499-af11-0160a2fac3f6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644514915782317, -122.13238386203622, -255, N'Apr 20 2018 5:03PM', 553, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8c03a114-62b3-47c5-ac21-22a520f0b745', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692885023943788, -122.09968262447239, -255, N'2018-03-14T00:29:10.1545680Z', 1876, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8c0f476c-54a2-4ffa-a93c-e75418aa334c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659717386578066, -122.13550523551712, -255, N'2018-03-14T00:08:50.2427200Z', 489, 0, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8c36a51e-2e06-4ed9-8817-a545997786ae', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.663785507979263, -122.13372007802957, -255, N'Apr 20 2018 4:57PM', 253, -255, -255, -255, -255, -255, 47, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8c6dd108-b73e-4770-8ae9-897bfb66fb16', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642032493672500, -122.13059128226902, -255, N'2018-03-14T00:00:30.3228640Z', 80, -255, 5, 10, 5, -7, 17, -4, 0, 352, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8c6edf90-7bc0-4073-8197-01b4492f3762', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667622062089734, -122.11063693988386, -255, N'Apr 20 2018 4:55PM', 112, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8c7462b7-d58e-451c-9514-799ee5b83d29', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692871930367744, -122.10071536580713, -255, N'2018-03-14T00:29:15.1355830Z', 1886, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8c7a22ce-f258-4b22-8da1-7586fd8d4ba5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675669220684700, -122.10587156794578, -3, N'2018-03-14T00:23:35.3123620Z', 1378, -4, 49, 59, -255, -255, -255, -255, 1363, -3, NULL, -4, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8c925954-6c59-4ec6-a6fc-58c68042f6a0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667275692432042, -122.11513385121719, -255, N'Apr 20 2018 4:56PM', 137, -255, 22, -255, 28, -255, 43, 0, 0, 763, NULL, 33, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8ca00e97-6c3a-4a39-bce8-eb167d74d392', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667250828167468, -122.11402532218638, -255, N'Apr 20 2018 4:56PM', 131, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8ca64f60-c3e8-4d2d-abea-155350e86266', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660613069339071, -122.13503408035119, -255, N'2018-03-14T00:09:18.2419090Z', 521, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8cd22b14-0210-4776-bc1a-8817a57d6573', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666650830367125, -122.12905755995651, 4, N'2018-03-14T00:11:12.3199590Z', 718, -255, -255, -255, 10, 14, -255, 21, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8cdae05c-f5bf-43a6-98c8-53a8da36127d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693556035673524, -122.10163484961420, -255, N'2018-03-14T00:29:30.1591680Z', 1915, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8d0894a7-837f-4ea4-b8fc-3ff31d36b6c6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643730291598615, -122.13236082869690, -255, N'Apr 20 2018 5:03PM', 569, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8d21b7c4-d9ae-4321-9294-e8c32da6d627', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693484740694300, -122.09790208024307, -255, N'2018-03-14T00:28:58.2459190Z', 1855, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8d76c4b3-0154-4948-8397-f07a731c5e14', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682805029793009, -122.09938048180315, -255, N'2018-03-14T00:26:24.3523870Z', 1577, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8d914b70-5e69-459e-bbf1-1b01091bcffd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.651438387262232, -122.13702086302121, -255, N'2018-03-14T00:07:55.3050440Z', 381, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8d9649de-566f-493f-9206-7b3241e39691', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645854080627757, -122.13232824595190, -4, N'2018-03-14T00:05:00.1458280Z', 226, 4, 11, 32, 1674, 11, 0, 0, 1497, -4, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8dd563af-1fc4-4fa7-86a6-19ea2a56f6fb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640064107094879, -122.12958896319482, -255, N'Apr 20 2018 5:05PM', 704, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8dd7538c-99e3-46e9-8bec-15eff493e078', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647184417604315, -122.13600577511116, -255, N'Apr 20 2018 4:58PM', 421, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8dfb9ec9-9e56-4894-af4f-0a924af0aa49', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667271349337071, -122.12558616525753, -255, N'2018-03-14T00:12:14.3498840Z', 793, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8e00b8ff-f337-4e70-81cf-1ce474f65676', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.672838636800954, -122.10614556583785, 71, N'Apr 20 2018 4:55PM', 48, 1306, 1, -9, 32, -255, -255, -255, 34, 14, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8e30c718-1478-4ab5-972d-584f5748010b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644508599846120, -122.13205113440867, -255, N'2018-03-14T00:01:52.3371730Z', 167, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8e337c93-ae86-41cf-b7c2-b635f614974d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674396820286034, -122.10575294166601, -255, N'2018-03-14T00:23:22.3697970Z', 1353, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8e35bfa1-955a-48a9-adf2-11cc22b02fdd', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667322865690515, -122.12283138311351, -255, N'Apr 20 2018 4:56PM', 179, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8e3b61fb-2883-435f-8649-e385240ccba2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675788344717340, -122.10610157228109, -255, N'Apr 20 2018 4:55PM', 8, 2530, -1, -6, -255, -255, -255, -255, 31, 29, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8e40a14d-6889-4d66-b889-84556504505d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645956674384550, -122.13516449760159, -255, N'Apr 20 2018 5:00PM', 469, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8e50a052-f546-4b00-a3a6-611e28b2f01e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641885113760928, -122.13058206906447, 4, N'2018-03-14T00:00:28.3248330Z', 76, -255, 0, -255, 14, -255, 17, -7, 350, 15, NULL, 30, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8e96324d-02ef-4341-b0f9-468194b0fa24', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.670436350489162, -122.10708980253405, -255, N'Apr 20 2018 4:55PM', 75, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8eb6eaba-13fe-41b5-8cfd-c99d5eeb4be9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667230954742323, -122.11198196634018, -255, N'2018-03-14T00:15:00.1981770Z', 1057, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8ec5acf9-7238-4fd2-bc9d-910aa70cc4bf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693888543168057, -122.09530569032619, -255, N'2018-03-14T00:28:39.3546440Z', 1817, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8efb5ad8-1553-4e53-99fb-abe8d9a85300', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667129788051021, -122.11259443035053, 11, N'2018-03-14T00:14:41.2174850Z', 1040, 11, 1201, 0, 0, 10, -3, 1213, 21, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8f18de9e-6e3f-43bb-9978-8d1d53a834a8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680980087467432, -122.10159448055056, -255, N'2018-03-14T00:24:37.3092000Z', 1502, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8f3d368e-5ada-43af-9f18-2e268ed46668', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667323797600105, -122.11988623031817, -255, N'Apr 20 2018 4:56PM', 163, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8f4f24cd-05be-46ee-ae52-4fe141fac050', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677994665168924, -122.10514938573776, 0, N'2018-03-14T00:23:54.3078280Z', 1416, 14, -255, 4, -255, -255, -255, -255, 44, 966, NULL, -6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8f52f150-2542-4c88-8b78-494c2eb1dd28', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645964564095095, -122.13423639672878, -255, N'Apr 20 2018 5:02PM', 490, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8fae103c-d27b-4c1a-9819-44f075d317bb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661898950391700, -122.13435705657209, -255, N'2018-03-14T00:09:46.3817020Z', 563, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8fc147d2-981c-444e-8490-e6035bed190f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668418395206537, -122.10857372053893, -255, N'2018-03-14T00:17:39.3092940Z', 1149, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'8ff8827d-56c2-4d4d-a475-5e5cd4be97f9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645947201634691, -122.13240099901481, -255, N'Apr 20 2018 5:02PM', 521, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'900b3c30-4a22-48c1-b407-f3867ef0d08a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667142563606745, -122.11243406123003, -255, N'2018-03-14T00:14:45.2247130Z', 1045, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'90101de3-1995-4eb9-b4ab-9f9f5480881d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685823292531104, -122.09533599523760, -255, N'2018-03-14T00:26:58.3382630Z', 1644, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9018bb39-bc1b-49f7-ad40-22b6a8bc3385', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676057743594868, -122.10591365048317, -255, N'2018-03-14T00:23:38.3564690Z', 1385, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'90317c9d-cfbd-4461-8722-937984aaa050', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693894838969427, -122.10223549002461, -255, N'2018-03-14T00:34:34.7258780Z', 2027, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'90435561-4d27-4a6c-8114-ae45de083736', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674252211604262, -122.10591178829397, -255, N'Apr 20 2018 4:55PM', 32, -255, -255, -255, 33, 23, 711, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'90c4a0f3-9afa-4267-a27d-9412e805220d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640544424478463, -122.13052070894442, 1379, N'2018-03-14T00:00:16.3289010Z', 52, 20, 1369, 48, -255, -255, -255, -255, -4, 0, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'90c8d820-ca29-4ca2-af37-6bc64804bc46', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645337163346717, -122.13240770528500, -255, N'Apr 20 2018 5:03PM', 537, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'90e87218-86c1-492f-9a56-c0f83bdc16fe', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641798951157554, -122.13058110053315, -255, N'2018-03-14T00:00:27.2888590Z', 74, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'911e36a4-0a37-4b87-b84b-f34ae4c8d6f7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645963306608799, -122.13409894063659, -255, N'Apr 20 2018 5:02PM', 492, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9149b3f7-309a-4442-8c9b-f9d9167d1d6e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.670076417296521, -122.10727164453994, -255, N'Apr 20 2018 4:55PM', 78, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'914f3d26-dcc7-446f-8b1a-334af0e31fc4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667059108038700, -122.12734709553351, -255, N'2018-03-14T00:11:38.2256460Z', 759, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'918f6ad6-9b71-4b37-aef0-02c20e405c34', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665985067244577, -122.13109333120289, -255, N'Apr 20 2018 4:56PM', 228, -255, -255, -255, -255, -255, -255, -255, -255, 803, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'91ae5b1d-dbf1-4337-b6e5-8fdbcde1c5e3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645856203341957, -122.13240229155082, -255, N'Apr 20 2018 5:02PM', 526, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'91b4b75d-8937-4ccd-b13d-edf6a5915fff', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693371378887591, -122.10161077230616, -255, N'2018-03-14T00:29:28.1328420Z', 1910, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'91f716db-7f3d-4e51-a594-316a6370f72a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688412338328369, -122.09240191848535, -255, N'2018-03-14T00:27:43.3003430Z', 1704, -255, -255, -255, -255, 10, -255, -255, -255, 11, NULL, 12, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'92099d0c-fa41-4b3b-b54d-2a0f0a3c2d41', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642811744316873, -122.13071109369449, -255, N'2018-03-14T00:00:53.2126630Z', 106, -255, -255, 0, -255, -255, 19, -255, -255, -255, NULL, 29, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9232f087-f1dc-453b-84a6-793628b7ce7c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645965399031219, -122.13336880196823, -255, N'Apr 20 2018 5:02PM', 509, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'925bcaa9-6031-40b6-8c2e-2610a5d514b4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667200701549874, -122.11789766957969, -255, N'2018-03-14T00:13:34.3367600Z', 953, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'92b052f0-0346-4b28-91a7-5488bd2274f2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662467683556521, -122.13412589435606, -255, N'2018-03-14T00:09:54.3227600Z', 579, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'92b6410c-b400-4371-861b-b67d903f52fa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672640052073838, -122.10600661815366, -255, N'2018-03-14T00:21:30.2062680Z', 1297, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'92ca0f2b-5046-4120-868a-2f2ef360608a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667336228314852, -122.11194911986821, -255, N'Apr 20 2018 4:55PM', 120, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'92cd9be2-41d4-4027-b886-8fc4e8373c37', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693840981035457, -122.10265252630090, -255, N'2018-03-14T00:30:08.1930800Z', 1982, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'92cfeef9-3cc5-4683-b864-7c557c64413c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693894838969427, -122.10223549002461, -255, N'2018-03-14T00:34:34.2976260Z', 2025, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'92d8f992-5725-477e-87b0-bdb3ee80ecf2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642508086838298, -122.13134397534706, -255, N'Apr 20 2018 5:04PM', 613, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'92ecc4b3-c0bc-4b81-a921-a4f1fb498fca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694446357691817, -122.10345951722991, -255, N'2018-03-14T00:29:51.1737890Z', 1955, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'92f27def-6d7e-4bc6-a909-e8e15a655cfc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642503654567626, -122.13099650558127, -255, N'Apr 20 2018 5:04PM', 618, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'93153069-524c-4658-bf66-09e97bf0fd14', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692873928345705, -122.10010189162936, -255, N'2018-03-14T00:29:12.1746950Z', 1881, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9334db7c-ba32-4918-a1a7-944d3c753fec', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665676906748892, -122.13163474612098, -255, N'Apr 20 2018 4:56PM', 231, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'933df9b6-baba-45c6-8ade-5b59db2cb101', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687985459564835, -122.09273736944458, -255, N'2018-03-14T00:27:40.3371390Z', 1698, -255, 3, -255, -255, -255, -255, -255, -255, -255, NULL, 19, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'937c7485-914e-482a-8fd2-7917da385d3b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662780406314155, -122.13391190541785, -255, N'2018-03-14T00:09:58.3332290Z', 587, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9381648d-3836-4dcc-a522-b33aca5da9c6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667315611287641, -122.11775280343295, -255, N'Apr 20 2018 4:56PM', 152, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9387653c-d276-4485-a938-0b725482c72d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660260504586900, -122.13523815633079, -255, N'2018-03-14T00:09:04.2333250Z', 508, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 865, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'93b34ea3-2ccf-4ef0-96cb-440708c8ac7f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672426663811962, -122.10607781744112, 17, N'2018-03-14T00:21:20.1891640Z', 1288, -255, -255, -255, 1600, 14, 0, 6, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'93b37d95-be29-4705-bad1-91fe73f075ee', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677236673052505, -122.10577226898495, 13, N'2018-03-14T00:23:47.2716750Z', 1402, 11, -255, 0, -255, 52, -3, 1169, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'93dc7a7d-865c-40d8-a165-c057d85b8e1e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667276463546372, -122.12621581787000, -255, N'Apr 20 2018 4:56PM', 198, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'941c9122-fea2-4195-9c24-729929062c33', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667133630159995, -122.11319633205167, -255, N'2018-03-14T00:14:09.2446180Z', 1023, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'942d0991-fa76-4201-96ca-5598d30f9e68', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646446424402278, -122.13437267411641, -255, N'2018-03-14T00:05:33.3650150Z', 281, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'94352d16-7c14-4b9b-880d-1fece39afffb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667324876077330, -122.12063829256115, -255, N'Apr 20 2018 4:56PM', 167, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'944ad6cf-5e46-4efd-981b-a1a819186a6c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645963265598304, -122.13505892392277, -255, N'Apr 20 2018 5:00PM', 471, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'944e6803-8cb7-43e2-98bf-b6296226464e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674032997702405, -122.10574813842685, -255, N'2018-03-14T00:23:17.3087850Z', 1343, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9450f2cd-b734-459f-b13f-3eb37c4114ef', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672968005914740, -122.10591028463649, -255, N'2018-03-14T00:21:40.1791650Z', 1306, -255, -255, -255, -255, 14, -255, -255, -255, -255, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9483036a-ac77-42a6-aed9-137b9f4e0e15', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690791813793254, -122.09166771468499, -255, N'2018-03-14T00:27:58.2787430Z', 1735, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9484f09a-5eea-4ba9-aa16-99277a6dee32', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.654444137419198, -122.13813701703589, -255, N'Apr 20 2018 4:57PM', 346, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'94967111-4dd0-43cc-a0b9-72d4fdad35ad', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678389101622919, -122.10468088822802, -255, N'2018-03-14T00:23:59.3660300Z', 1427, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'949f603c-12d4-4287-b352-25a352d0520a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667229133599420, -122.12087776954434, -255, N'2018-03-14T00:13:09.3557450Z', 903, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'94c2cb98-ff8f-417c-881c-ef35e0ecb7b7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692928949526248, -122.09291007405277, -255, N'2018-03-14T00:28:19.3441290Z', 1777, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'94d0eb8d-51b4-4e76-a0b9-a4019741c898', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667108645450938, -122.12698627155815, -255, N'2018-03-14T00:12:00.2272290Z', 767, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'94d96ae8-952e-477a-942d-1b05f03e45fc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693859438679986, -122.10177982124746, -255, N'2018-03-14T00:29:33.1451850Z', 1920, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'94e22122-0ec5-4d17-87b9-981ab2cbee8e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693861959515353, -122.10231115160171, -255, N'2018-03-14T00:32:25.2057900Z', 2018, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'94eb7895-3a3a-479d-bb34-1dd8230c00b5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645223732592470, -122.13240689715886, -255, N'Apr 20 2018 5:03PM', 539, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'94f50447-5e09-44c3-93e9-76cab6bbb331', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.649304075745874, -122.13601873002689, -255, N'2018-03-14T00:07:44.2935270Z', 358, 1876, -4, 1862, -255, -255, -255, -255, -3, 44, NULL, 29, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'94f64354-2b31-4868-a689-b43a5952e869', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646300179070934, -122.13556634295603, -255, N'Apr 20 2018 4:59PM', 451, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'94fa506d-d772-43a6-8edf-07bc2b2205d8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667190195641000, -122.11737839114174, -255, N'2018-03-14T00:13:38.3406580Z', 961, -255, -255, -255, -255, -3, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9528ae8c-f6e9-4294-9091-20f379769a0a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646506044709234, -122.13567114974285, -255, N'Apr 20 2018 4:58PM', 437, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9533bac1-6faa-41ca-96ce-16c7201f1e96', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646326271269025, -122.13337567285464, -255, N'2018-03-14T00:05:19.3026900Z', 258, -255, -255, -255, -255, 12, -255, -255, -255, 11, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'955202b1-9533-4372-bbf5-93f586d61ded', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662850898422711, -122.13386692394634, -255, N'2018-03-14T00:09:59.3146910Z', 588, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'955cc5c1-98f1-40b9-9272-0fba53ba25df', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667856147243526, -122.10952304760717, 1317, N'2018-03-14T00:16:36.1863050Z', 1118, 16, 788, 12, 0, -255, 6, 11, -3, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'95779fc5-c80c-4a5b-9e14-d479452bd5f6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667590868659808, -122.11021959615299, 1304, N'2018-03-14T00:16:23.1666630Z', 1102, 22, 1040, 15, 0, -255, 12, 11, -3, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9582fef9-d709-4c74-bcbb-5e18a921fbc3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692873289574429, -122.10029802476555, -255, N'2018-03-14T00:29:13.1694640Z', 1882, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'959a6547-feea-46c7-a6c4-db23d7fbb3dc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.651238393157400, -122.13691872010301, -255, N'2018-03-14T00:07:54.3220610Z', 379, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'95affa1b-4284-4bd9-bb5d-a9d81de07838', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693510183791865, -122.09423327852359, -255, N'2018-03-14T00:28:31.3505510Z', 1801, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'95bcb3d9-67f2-4f63-8726-db772ca29650', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693663405681306, -122.09763620438342, -255, N'2018-03-14T00:28:56.1638690Z', 1851, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'95be1f78-7a54-4cd8-a905-677063da5a53', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667201868508800, -122.11803473298247, -255, N'2018-03-14T00:13:33.3591160Z', 951, -255, -255, -255, -255, -255, -255, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'960b899e-3ff9-4a06-8c19-41af93d7aa0c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693564815507870, -122.09431914021458, 38, N'2018-03-14T00:28:32.3426460Z', 1802, 0, -255, 45, -255, -255, -255, 44, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'96170f8d-4bef-4c58-ba9e-130c96105390', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662780406314155, -122.13391190541785, 920, N'2018-03-14T00:09:58.3029340Z', 586, 13, 1061, 30, 0, 0, 3, 10, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'965b91a9-8de6-4b53-bd04-7c1fd06844f0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645927886913036, -122.13234163176543, -255, N'2018-03-14T00:05:02.1539460Z', 229, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9690e065-483a-40b7-96ab-910b7ab1f26b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667253767790179, -122.11295111569861, 21, N'Apr 20 2018 4:56PM', 125, -255, -255, 14, 51, -7, -255, -255, 757, 33, NULL, 92, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'969dacc3-163f-455e-b3a9-e5c621eba085', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667336228314852, -122.11194911986821, -255, N'Apr 20 2018 4:55PM', 119, 14, 0, 24, 52, 1352, 4, -7, 754, 32, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'96a0d3b6-c9d4-459a-b7cf-944b94734178', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643346189928700, -122.13235913909413, -255, N'Apr 20 2018 5:03PM', 576, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'96f93a1d-b841-44f6-ada6-60b4d99ff02d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680853720590427, -122.10175141277506, -255, N'2018-03-14T00:24:34.2996130Z', 1496, -255, 4, 11, 5, -3, 14, -7, 0, 1795, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9707ec31-320d-4643-a63d-3807f4bb8f9e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.664713477107298, -122.13291122948206, -255, N'Apr 20 2018 4:57PM', 243, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9723ee14-0d82-41af-95d2-502c313b363e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694109120002416, -122.10207906736997, -255, N'2018-03-14T00:29:36.1794320Z', 1927, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9736570b-309d-47a9-91ac-3d3b86d0700d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682658348556792, -122.09957207497096, -255, N'2018-03-14T00:26:22.3443880Z', 1573, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'973a4cda-b269-42eb-8685-70c9d9f6a96e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672695277992545, -122.10598035599992, -255, N'2018-03-14T00:21:32.1824940Z', 1298, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'973ac287-8c0a-4bf5-9b8f-b1207217e768', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667300011400698, -122.11228770381240, -255, N'Apr 20 2018 4:56PM', 122, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'973f0a2c-6aa8-47b1-ade4-e4c3476d1cf1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667271722754428, -122.12373348672406, -255, N'2018-03-14T00:12:36.3186250Z', 837, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'97465fc8-c6f2-4263-83dc-cc45da884c73', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.658194637851281, -122.13684466038633, -255, N'Apr 20 2018 4:57PM', 306, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9783a3f5-2866-4ac6-9b4a-2d486c17c2c4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640026927952349, -122.12919977739924, -255, N'Apr 20 2018 5:08PM', 733, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'979b033a-608a-47ff-81a2-7316a636cd7f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643302114184763, -122.13204993021616, -255, N'2018-03-14T00:01:42.3118800Z', 146, -255, 22, 10, 33, -4, 40, 0, 0, 424, NULL, 35, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'97a618fd-b873-40c6-80a1-698665df725c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688994291982674, -122.09211113457287, -255, N'2018-03-14T00:27:47.2866850Z', 1712, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'97d9a22a-8595-4bef-bbed-d88d436b1d1b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642857090668215, -122.13140640879271, -255, N'2018-03-14T00:00:59.3270250Z', 118, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'982dc8f8-59e3-451a-8238-2be1cc837dba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654226349515206, -122.13755368603341, -255, N'2018-03-14T00:08:09.2927880Z', 408, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'982e7075-f49f-441a-a313-23d99ac5f25f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686206494173369, -122.09495429655831, -255, N'2018-03-14T00:27:21.3306100Z', 1661, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9833d350-a2f7-49ed-bf9c-664c0ecb99dd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687256866668207, -122.09354471471012, -255, N'2018-03-14T00:27:34.2647710Z', 1687, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'985e7691-ff86-4a6f-b659-97af0eb6d97b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685253586327313, -122.09604222059937, -255, N'2018-03-14T00:26:51.3692890Z', 1631, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'98618b63-2302-4930-bdc5-a9915fb65e73', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680304585373847, -122.10243073363715, -255, N'2018-03-14T00:24:24.3631440Z', 1477, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'98768987-b835-4451-92e6-7de0bb300009', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648653268197890, -122.13568495987386, -255, N'2018-03-14T00:07:40.2890690Z', 350, 2891, -4, 2880, -255, -255, -255, -255, -3, 67, NULL, 63, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9883f82b-e3ed-4a41-87c8-050a137405b4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671573701223977, -122.10642199244202, -255, N'2018-03-14T00:19:42.3210670Z', 1254, -255, -255, -255, 4, -255, -255, 5, -255, -255, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'98e53a3e-539a-4769-95a1-8a98e33f6947', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693750850949421, -122.09728844592007, -255, N'2018-03-14T00:28:54.3090770Z', 1846, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'98f04e56-af44-44ba-b344-c20675a1b10d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671510553162356, -122.10644538786146, -255, N'2018-03-14T00:19:41.3565770Z', 1253, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9909b903-1633-466b-a1f7-50f6d0c5e67a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.649459998541744, -122.13609814061500, -255, N'2018-03-14T00:07:45.3286410Z', 361, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'99375325-90f0-432e-ac89-6f6cc96765c6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694130100564450, -122.10330714032946, -255, N'2018-03-14T00:30:00.1779840Z', 1968, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'99748bcd-712b-4a27-8306-0e59c39dfd11', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643491657368337, -122.13204386928361, -255, N'2018-03-14T00:01:44.2873820Z', 151, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'998ecb8d-8a0e-41bf-a75a-5ddd5de63011', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.652436299998115, -122.13728649881935, -255, N'2018-03-14T00:08:00.3261650Z', 391, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'999d251b-b170-4781-8d8d-41b9984a43e8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665528393147810, -122.13186928193254, -255, N'Apr 20 2018 4:56PM', 234, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'99ea531b-8017-476a-9d1f-64f236ae8a2f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664812997781880, -122.13227875842205, -255, N'2018-03-14T00:10:23.3208950Z', 636, -255, 10, -255, -255, 0, 6, 13, 7, 0, NULL, 944, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'99ff6cc0-73ec-451a-9499-a3faadd40129', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665275451617632, -122.13171597990437, -255, N'2018-03-14T00:10:28.3481430Z', 647, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9a181983-9171-4d73-a6dc-44d64d601300', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668869547707921, -122.10802746086620, -255, N'2018-03-14T00:17:47.2662650Z', 1164, -255, 14, -255, -255, -255, -255, -255, 5, 2, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9a2a0240-725f-4c53-a2e0-12aa38ddcd63', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666359069550474, -122.12987828402179, -255, N'2018-03-14T00:11:00.1993100Z', 696, -255, -255, -255, -255, -255, -255, -255, 10, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9a30df46-0c9a-4d4f-b58a-a61cfb9f4b4f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.655656908203163, -122.13796103216838, -255, N'Apr 20 2018 4:57PM', 333, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9a7c23cb-d127-41fa-84d1-5efd10ca5354', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685978083248358, -122.09519084561013, -255, N'2018-03-14T00:27:02.2142910Z', 1651, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9a983fe7-e2cc-4c06-a554-e3e391b836b0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646457802245060, -122.13569235308691, -255, N'Apr 20 2018 4:58PM', 436, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9ab1af38-dc4f-4a78-8574-d0802a170e56', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681393771005567, -122.10106870844655, 7, N'2018-03-14T00:24:49.1806710Z', 1522, 0, -255, 1809, 11, 18, -255, 6, 11, 6, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9ac7731a-17b6-43bf-aced-30c3a895b5a2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642380126876681, -122.13062047561701, -255, N'2018-03-14T00:00:37.1686000Z', 93, -255, -255, -255, -255, -255, -255, -255, -255, 12, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9acdf5bf-d985-4f63-8f24-416ccf8bd929', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689427784738655, -122.09188319360450, -255, N'2018-03-14T00:27:50.2976040Z', 1718, -255, -255, -255, -255, -255, -255, -255, -255, 23, NULL, 24, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9ad78b84-2396-41ac-a2a4-659d64fb4cca', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656970861306505, -122.13746531260468, -255, N'Apr 20 2018 4:57PM', 319, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9ae0d7f5-56c2-4978-9edd-c1eb7c815df0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666907630850702, -122.12866545368378, -255, N'Apr 20 2018 4:56PM', 212, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9b1d8a92-5ad6-4dfb-bbb0-1550b0be06e1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643121273000240, -122.13235807836101, -255, N'Apr 20 2018 5:03PM', 579, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9b299f79-8647-45ae-98e0-eb3e40966b5e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672307886096519, -122.10612324712714, -255, N'2018-03-14T00:21:16.1977330Z', 1285, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9b4691b5-af62-4ffd-a1ec-ad51b55e28ca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667201190969159, -122.11844588341027, 8, N'2018-03-14T00:13:30.3284890Z', 944, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 36, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9b71d033-2eaf-456d-9302-ceb069e422ec', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642272707179558, -122.13058139792162, -255, N'Apr 20 2018 5:04PM', 623, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9b74f216-cf42-4862-a8c0-5841df58e92d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660773547483636, -122.13494986642178, 14, N'2018-03-14T00:09:23.2280570Z', 526, 19, -255, 1135, 884, 10, 0, 4, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9b86e1c0-bd6f-4740-8df0-668ac455fc57', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657029161790200, -122.13720685017900, -255, N'2018-03-14T00:08:24.2967890Z', 438, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9ba5f811-3e56-4664-ad55-1499f9caa27e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667165373290594, -122.11602638445471, -255, N'2018-03-14T00:13:48.3497330Z', 981, -255, -255, 18, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9ba6e76c-f184-475c-a559-50db2a1a8b20', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680235695890012, -122.10251681277684, -255, N'2018-03-14T00:24:23.3601410Z', 1475, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9bacd1e1-e8eb-4a44-9191-95ff19f63ab4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693901764798404, -122.09586981225846, -255, N'2018-03-14T00:28:44.3220670Z', 1826, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9baf8a52-ad0c-4941-953f-fe43f0445d05', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678869067886687, -122.10413764532331, -255, N'2018-03-14T00:24:05.3721580Z', 1439, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9bc11d99-dda1-43dd-926d-bdab8f0300f9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679638866900291, -122.10322982367276, -255, N'2018-03-14T00:24:15.3667880Z', 1459, -255, -255, -255, -255, -255, -255, -255, 12, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9bd544b3-b476-477f-863a-6ea33e95ccb6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667187373119000, -122.11688078536909, -255, N'2018-03-14T00:13:42.3534870Z', 969, -255, 17, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9bf3e587-970a-433d-a073-0ac0f384e5af', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662079002124024, -122.13429231767678, -255, N'2018-03-14T00:09:49.3651270Z', 569, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9c22227e-1ab3-4819-8582-d826798357f7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662467683556521, -122.13412589435606, -255, N'2018-03-14T00:09:54.2948250Z', 578, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9c2e6ca7-92b5-433c-9b42-327859301e6e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667247495431162, -122.12228530503987, -255, N'2018-03-14T00:12:55.2802500Z', 874, 10, 0, 5, 14, 1155, -1, 0, 1096, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9c3f280a-63bc-44d9-82ab-0b6a0d6c2f6f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642117601067888, -122.13058298012344, -255, N'Apr 20 2018 5:04PM', 627, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9c3f753a-23ae-434e-8b02-0275c96ee5d1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687605438021357, -122.09312798291080, -255, N'2018-03-14T00:27:37.3524840Z', 1693, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9c657ee8-6eb6-41d6-a8ed-d11af8ddd032', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667208720287576, -122.11973543972674, -255, N'2018-03-14T00:13:20.2501730Z', 924, -255, 0, -255, -255, -255, 3, -3, 1121, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9c6cf3fe-c4f9-4d60-a2cd-d8772a7c7e56', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639781360887284, -122.13047426669728, -255, N'2018-03-14T00:00:07.2125350Z', 34, -255, 34, 1, -255, -255, -255, -255, -4, -3, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9ca3a443-7977-499c-9f60-503a5aeddc01', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686252245476837, -122.09488783311426, -255, N'2018-03-14T00:27:22.3429580Z', 1663, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9cb05484-324d-4a3a-a7cc-477be6aeea3c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642243231651769, -122.13062203233918, -255, N'2018-03-14T00:00:34.1958390Z', 88, -255, -255, -255, 5, -255, 17, -255, 0, 356, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9cc53e93-822a-4c7f-9270-7cba846a811b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667135261898970, -122.11326891183093, -255, N'2018-03-14T00:14:08.3531810Z', 1021, 10, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9cccf5b6-642f-417a-90ee-79c06a40279a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668418395206537, -122.10857372053893, 27, N'2018-03-14T00:17:39.2827530Z', 1148, -255, -255, -255, 1380, 12, 0, 9, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9ccd6184-3294-4d48-9709-c881d85bf2a7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666504048425672, -122.12994995832355, -255, N'Apr 20 2018 4:56PM', 219, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9cd81888-ce2d-4675-b8bc-3fc1bfdc84cf', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646573999299058, -122.13573855627045, -255, N'Apr 20 2018 4:58PM', 432, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9cd82849-d88a-439e-acb4-f8d472355461', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646506044709234, -122.13567114974285, -255, N'Apr 20 2018 4:58PM', 438, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9cfb5bb9-425b-446e-99a7-220f9da248bf', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.662723480597542, -122.13432435384725, -255, N'Apr 20 2018 4:57PM', 263, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9d14551b-f8b0-43a5-ae12-b3ebfbaed031', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667207514319422, -122.11985044410432, -255, N'2018-03-14T00:13:19.3436920Z', 923, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9d164c9a-b9ef-4480-ba71-78d84a1b9883', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672826789597579, -122.10594046826712, 18, N'2018-03-14T00:21:36.1669200Z', 1302, -255, -255, -255, 1616, 14, 0, 8, -255, -255, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9d494da7-3b27-4f0e-a9c2-8a104d2f04ea', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645962310717344, -122.13361862209432, -255, N'Apr 20 2018 5:02PM', 504, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9d5cc952-aa97-4659-9950-08ba8a204c0b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676462768849852, -122.10595394224660, -255, N'2018-03-14T00:23:41.3129840Z', 1390, 27, -255, 14, -255, -255, -255, -255, 52, 1163, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9d707873-a5a0-4cff-a196-47d1cd98b49e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692212822962958, -122.09246075332186, -255, N'2018-03-14T00:28:09.3570570Z', 1757, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9d749849-6dd6-4239-9635-f6ff078f8b31', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643601304281013, -122.13236029689124, -255, N'Apr 20 2018 5:03PM', 571, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9d98ecc6-3e8a-435c-9a08-7b1bd621ef9a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647682094045621, -122.13511226461324, 700, N'2018-03-14T00:06:22.1900300Z', 320, 16, 693, 4, 0, -255, 6, 11, -1, 0, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9d9972b0-ee38-4349-bff2-16ef4a38a15a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674176767945900, -122.10574514100495, -1, N'2018-03-14T00:23:19.3004160Z', 1346, 37, 30, 15, -255, -255, -255, -255, 28, 1356, NULL, -1, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9e1c6a61-24a4-4ef2-93d2-4a0116e39315', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642510152976563, -122.13204761438237, -255, N'Apr 20 2018 5:04PM', 604, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9e27d906-c157-4d72-b901-8b05c5056ff9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639804958744314, -122.12972253459952, -255, N'Apr 20 2018 5:05PM', 696, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9e5bbf56-7d31-47ef-884b-40a7db41caca', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644216110402581, -122.13236703262005, -255, N'Apr 20 2018 5:03PM', 561, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9e74c272-bf15-4a2c-afa8-fa2e3ae0eeac', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646595465488300, -122.13446389096195, 656, N'2018-03-14T00:05:35.3376990Z', 284, -255, -255, -255, 0, 0, 11, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9e8807b8-ac11-409c-ba00-c43548100f36', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667128376359621, -122.11267010298680, -255, N'2018-03-14T00:14:39.1874220Z', 1039, -255, -255, -255, -255, -255, -255, -255, -255, 10, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9ec4b2dc-6db4-4a23-b219-9247c2fbb031', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691831105034694, -122.09215891920020, -255, N'2018-03-14T00:28:05.3050690Z', 1749, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9ecf7f7c-7b91-4694-947f-0493e9192d00', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646302710746092, -122.13279921221202, -255, N'2018-03-14T00:05:14.3159050Z', 248, 0, 19, 44, -255, -255, -255, -255, 1411, -5, NULL, -5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9ed84b96-411f-4353-8ecf-80a0e4bd05e2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654420708442196, -122.13758372221469, 13, N'2018-03-14T00:08:10.2827220Z', 410, 6, 812, -255, 34, -255, -255, -255, 17, 77, NULL, 1413, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9eda690f-5a2e-448d-b9ce-39274ab96dc9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666724158394878, -122.12883226499918, 12, N'2018-03-14T00:11:15.3253690Z', 724, 4, -255, -255, -255, -255, -255, -255, 14, 20, NULL, 814, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f06b4eb-62ce-4bfb-8197-1f4d70c4e4ab', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661371584020380, -122.13458324331030, -255, N'2018-03-14T00:09:38.3127580Z', 546, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f070b6b-0e43-48de-813b-ce90fe5ba825', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667256551208396, -122.12321955058302, -255, N'2018-03-14T00:12:43.3154690Z', 851, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f153a3a-c7c5-42f2-9ca4-7bc764583d96', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693867068042373, -122.10225049417619, -255, N'2018-03-14T00:31:24.2309180Z', 1999, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f175de4-e954-4204-833f-866096a8ccc1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641753048790655, -122.13058706465921, -255, N'Apr 20 2018 5:04PM', 633, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f39a916-84c4-4c9e-a3df-116b3fa0a285', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663902875587823, -122.13320526202659, -255, N'2018-03-14T00:10:13.3632340Z', 617, -255, -255, -255, -255, -255, -255, -255, 1, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f3d9266-7042-4557-a28d-7044bf027a8a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.650731704407612, -122.13754053215827, -255, N'Apr 20 2018 4:58PM', 379, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f48bc00-904f-4215-a885-9c37867e846a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645406032175096, -122.13214355184400, 5, N'2018-03-14T00:02:11.1587860Z', 194, 10, 0, 6, 16, 710, 0, -2, 452, 16, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f5a83ca-8033-4fae-b775-ee516c5d1ae2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666950602697717, -122.12793228555327, -255, N'2018-03-14T00:11:27.2745030Z', 747, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f6d9302-3667-48e8-be7a-7a264856ac44', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645975364472420, -122.13464772284603, -255, N'Apr 20 2018 5:00PM', 481, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f6dce09-80a6-4fd3-b23c-7bebca2c9f20', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694392354910157, -122.10350486558973, -255, N'2018-03-14T00:29:53.2158150Z', 1959, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f7e391f-639d-405f-af7c-7e97676ca2cb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692873289574429, -122.10029802476555, -255, N'2018-03-14T00:29:13.1787970Z', 1883, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9f9e1d6e-0989-4893-a47e-85aef4df8e0d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.672838636800954, -122.10614556583785, -255, N'Apr 20 2018 4:55PM', 49, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'9fdb13c9-66ba-4066-9bb9-8ebfb3cf78c1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666724158394878, -122.12883226499918, -255, N'2018-03-14T00:11:15.3570580Z', 725, -255, -255, -255, 0, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a00f9086-2d12-486c-b1b9-6916b0c17e91', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.654444137419198, -122.13813701703589, -255, N'Apr 20 2018 4:57PM', 345, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a0112672-3f85-4ec1-b0a7-7818909dca24', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645962471436007, -122.13394272408767, -255, N'Apr 20 2018 5:02PM', 495, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a0170f82-bd68-4d30-996d-c1fdc8ae293d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669236247563234, -122.10763998906042, -255, N'2018-03-14T00:17:55.2187360Z', 1181, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a036d63a-7b35-4e26-ac73-f2698e4fa508', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.651636581425009, -122.13709632278723, -255, N'2018-03-14T00:07:56.2871970Z', 382, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a043fd55-87a9-4343-b402-49df7ca5ebde', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660879554870426, -122.13488334077890, 889, N'2018-03-14T00:09:27.1818050Z', 530, 17, 0, 715, 10, -255, 17, -255, 0, 18, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a0444f27-f14a-4ca8-82eb-daa0a679583e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675157471784708, -122.10600761442348, -255, N'Apr 20 2018 4:55PM', 21, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a050d7d3-a0e5-4a1b-96fd-02802dba4e60', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693490608578465, -122.10162506814494, -255, N'2018-03-14T00:29:29.1442590Z', 1913, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a05240ab-bf07-4bf8-85db-e62e1e1fa531', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667317232395220, -122.12357238976062, -255, N'Apr 20 2018 4:56PM', 183, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 34, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a067fce7-b772-40a0-9cc3-6efeb3f53885', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664923632528158, -122.13215513395858, -255, N'2018-03-14T00:10:24.3133010Z', 638, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a0938352-610c-4ea7-9337-a9814f236b04', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667141973915854, -122.11480501381983, -255, N'2018-03-14T00:13:56.3599950Z', 997, -255, 0, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a09f6a50-1fa2-46c3-b636-6355d2cfa0b5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691095438211008, -122.09176034831916, -255, N'2018-03-14T00:28:00.3058550Z', 1739, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a0a41c02-3679-4e7c-abe4-0148faef770f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642716973850987, -122.13236147074903, -255, N'Apr 20 2018 5:03PM', 592, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a0e6e14b-e580-40d1-8b4f-0f0d352d9508', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689139720113538, -122.09203323588132, -255, N'2018-03-14T00:27:48.3038550Z', 1714, 35, 1285, -255, 60, -255, -255, -255, -4, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a0ed480e-5c25-40b5-b0e5-e5dff86e1bf4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684952783586944, -122.09640309234635, -255, N'2018-03-14T00:26:48.3532300Z', 1625, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a0ef4926-903e-4f9c-96f0-46b389cc4911', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673406576019758, -122.10580310620594, -255, N'2018-03-14T00:21:49.3036210Z', 1322, -255, 0, -255, -255, -255, -255, -255, 0, 18, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a1018dca-ab9e-4f75-999c-bdce8e4576c6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669931176319345, -122.10710678963213, -255, N'2018-03-14T00:19:16.2230180Z', 1209, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a128b5a3-f0da-42ad-8fc4-e34a95fa0f3b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645258095331542, -122.13226248787214, 0, N'2018-03-14T00:03:23.1983960Z', 200, 525, 1, 21, 15, 525, 11, 25, 689, -2, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a15df18b-7310-4fb9-ac47-834c6e1524e9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675870004171017, -122.10614585243928, 31, N'Apr 20 2018 4:55PM', 6, 3255, 1, -5, 34, 22, 698, 0, 52, 53, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a1755de9-e870-456e-8060-f928e02e97b2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694264579740825, -122.10361162323903, -255, N'2018-03-14T00:29:57.1673340Z', 1962, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a185eaf2-d278-47a1-960c-aef79de74d13', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646677704119149, -122.13450796383731, -255, N'2018-03-14T00:05:36.3453650Z', 287, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a191ab3e-d77f-468d-aa4a-d1283d8723e4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667260378327889, -122.11150016851079, -255, N'2018-03-14T00:15:48.2099650Z', 1071, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a19608a1-b22f-413a-ab7f-6fcb83c263ac', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675110671461937, -122.10581252406203, -255, N'2018-03-14T00:23:30.3646190Z', 1369, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a1a9a60b-f15a-4712-8724-08f8af2cf831', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649955707361869, -122.13722793857411, -255, N'Apr 20 2018 4:58PM', 387, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a1c5d305-2ad9-448d-bc7a-f137d80a55dc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679327709010757, -122.10358496331402, -255, N'2018-03-14T00:24:11.3476170Z', 1451, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a1d37536-d279-4167-83fc-f48ef44a2ac9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.652240649057283, -122.13724615309926, -255, N'2018-03-14T00:07:59.3156050Z', 389, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a1dd697c-6705-4ab5-a495-2dcb05144a3e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642195932475218, -122.13062020370397, -255, N'2018-03-14T00:00:33.2179620Z', 87, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a1ea1695-66b0-4539-9033-f5eb200d6aa7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641276792528828, -122.13055517976206, -255, N'2018-03-14T00:00:22.3512380Z', 65, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a209d5f4-83f6-47d7-91cf-2a67b63d36b5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.650013465425275, -122.13636924832451, -255, N'2018-03-14T00:07:48.2974720Z', 367, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a220c401-9eb9-43db-a045-b148b8ef0537', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667249957514819, -122.12272055698332, -255, N'2018-03-14T00:12:49.3025440Z', 862, 10, 0, 3, -255, 756, 0, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a2305871-47a7-49bd-8b2b-ece58a71b9a1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672761163242861, -122.10595596724565, -255, N'2018-03-14T00:21:34.2069080Z', 1301, 13, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a231d234-2161-440f-9496-25364b677b5c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667247092220897, -122.11367099870756, -255, N'Apr 20 2018 4:56PM', 129, -255, 41, 14, -255, -6, 76, -3, 0, 759, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a2595147-1db6-48c0-b68f-5ded23b3fd12', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683847948950955, -122.09789478704342, -255, N'2018-03-14T00:26:36.3664420Z', 1601, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a27aaaa8-2007-46ce-b4c3-403e067a11c1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684021968404686, -122.09765048890405, -255, N'2018-03-14T00:26:38.3336200Z', 1604, -255, 23, -255, -255, -255, -255, -255, -4, 17, NULL, 23, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a29160b1-5885-42d4-ad37-7cfbd4849418', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682589673019272, -122.09967144279600, -255, N'2018-03-14T00:26:21.3034900Z', 1570, -255, -255, -255, -255, -255, 20, 43, -255, 0, NULL, 1903, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a2bc321d-dc87-49a8-b798-bdb5cf0827d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665186092931783, -122.13183133044160, -255, N'2018-03-14T00:10:27.2897030Z', 645, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a2fc0c6c-14eb-4bb7-a585-fa8407b405e8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667455399830580, -122.11127835845259, -255, N'Apr 20 2018 4:55PM', 116, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a344da81-8fea-447d-b2f3-16f2992528f5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647429907976552, -122.13497117864679, 672, N'2018-03-14T00:05:53.2253220Z', 308, 16, 742, 6, 0, 0, 6, 10, -6, 8, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a3596919-ea95-419a-aff6-962689bb9722', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667268530968293, -122.12435476983887, 6, N'2018-03-14T00:12:28.2926660Z', 820, -255, 0, -255, 16, -255, 0, 0, 1070, 18, NULL, 21, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a394c7bf-b0c7-40ba-9594-b4dbe9020848', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675027491774905, -122.10598612575272, -255, N'Apr 20 2018 4:55PM', 22, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a3a69773-46fa-499a-862a-c26fecf8668f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692987503144145, -122.09313236500898, -255, N'2018-03-14T00:28:21.3561320Z', 1781, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a3b6b829-e57d-4514-b82a-c05b61d5d30f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664068606516373, -122.13304956925374, 10, N'2018-03-14T00:10:15.3032220Z', 620, 3, 936, 0, -2, 40, 0, 1079, 13, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a3baa1ab-5f16-4271-a3d5-ad9d7661ef09', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.656067759826847, -122.13742910222237, -255, N'2018-03-14T00:08:19.3355240Z', 429, -255, -255, -255, 34, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a3ceb80d-ce5d-4ad6-8af1-212e0f2eaf43', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645689644587627, -122.13224410735020, 0, N'2018-03-14T00:03:33.3085680Z', 216, 534, -255, 16, 5, 535, 11, 15, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a40c3ba9-c311-4274-bd60-9afa7da89546', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666678520939655, -122.12898028973773, -255, N'2018-03-14T00:11:13.3494430Z', 721, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a411fcae-c7e6-4588-917d-d837db52845c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682259060959566, -122.09995935553495, -255, N'2018-03-14T00:26:15.2104580Z', 1561, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a4230354-6a71-4e71-8a86-272312681860', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659980384004314, -122.13532903059118, 3, N'2018-03-14T00:08:58.3092230Z', 498, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a429a5c5-7c30-4303-b524-739f4dfb3687', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692767131859483, -122.09278384787355, -255, N'2018-03-14T00:28:17.3329830Z', 1773, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a43b2095-6633-4edb-9808-12fd5d144259', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693840981035457, -122.10265252630090, -255, N'2018-03-14T00:30:08.2203050Z', 1983, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a4447a9f-1fd9-43e3-8232-fc087538b143', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647848172118842, -122.13630058738708, -255, N'Apr 20 2018 4:58PM', 414, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a44b0001-e8be-435d-b66c-d477de938261', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693867769357546, -122.09510922123205, 10, N'2018-03-14T00:28:38.3413130Z', 1814, 13, -255, 0, 0, 40, -3, 1545, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a44cee7b-5b1f-413d-ad5e-37135c496d9c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667264561680355, -122.11475271187186, -255, N'Apr 20 2018 4:56PM', 136, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a47adcf6-41de-4958-ae1f-2bd477d55276', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668059661262404, -122.10949752033800, 24, N'Apr 20 2018 4:55PM', 103, 86, -255, 1216, 746, -255, 0, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a4820e76-09a0-40d4-a697-955e66641e6c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694080999536830, -122.10319596755049, -255, N'2018-03-14T00:30:01.1819090Z', 1970, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a4cde7a3-70be-4104-8d75-917366e413af', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693827516625007, -122.10231842831175, -255, N'2018-03-14T00:30:27.1339940Z', 1988, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a4db60b1-93f3-44b9-b886-a2ffba812b71', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641704455939994, -122.13057863305714, -255, N'2018-03-14T00:00:26.3583420Z', 73, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a4eec14b-c434-44eb-8424-6fde786b7626', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645301083340051, -122.13223275982942, 0, N'2018-03-14T00:02:49.2387330Z', 198, 487, 0, 16, 6, 488, 11, 16, 688, -2, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a4f6f450-77b3-4d41-ba33-2cd1850cd4bc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667305846176703, -122.11627471047933, -255, N'Apr 20 2018 4:56PM', 144, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a50454ef-eb9b-4e78-8959-0e2e24ed4e0e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694349403134396, -122.10356555773103, -255, N'2018-03-14T00:29:55.2442860Z', 1961, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a50e6973-34da-49f5-8e63-4d1cecdd377b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663087844521073, -122.13374386076674, -255, N'2018-03-14T00:10:02.3357410Z', 595, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a519cb3d-4981-4088-b222-4889c5b1966a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667267517378875, -122.12569334869121, -255, N'2018-03-14T00:12:13.3406350Z', 790, 10, -255, -255, 7, 1649, -255, -255, -255, -255, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a5205676-395c-4e45-8f5c-fa18a2db4adb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671799238415659, -122.10632003626475, 0, N'2018-03-14T00:19:49.1679050Z', 1262, 1509, 4, 17, 6, 5, 12, -255, -255, 12, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a5350290-3202-4f53-81dc-2ca879c1c96c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692688926937763, -122.09275399379634, -255, N'2018-03-14T00:28:16.2972720Z', 1770, -255, -255, -255, -255, -255, -255, 10, -255, -255, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a53a0c34-ae20-48ce-8e7f-980aa58647b2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680441667432568, -122.10225530285240, -255, N'2018-03-14T00:24:26.3368720Z', 1480, 12, -255, 1787, -255, 1174, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a546216c-1c56-4d1a-a70f-3238408e9650', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646311814118704, -122.13389262231668, -255, N'2018-03-14T00:05:24.3381640Z', 268, -255, -255, -255, 0, -255, 7, 11, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a58727ee-9948-44b1-b1f6-0638f2df713f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641480178304661, -122.13058962503344, -255, N'Apr 20 2018 5:04PM', 638, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a5aae607-86ad-486b-931d-a129f9ddf6c2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693891688850080, -122.09562182006125, -255, N'2018-03-14T00:28:42.3629120Z', 1823, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a5bfd327-0178-4717-9988-4d9ae1f3c757', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671012227272271, -122.10684463560388, -255, N'Apr 20 2018 4:55PM', 69, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a5c0fea4-102d-458e-81a9-e56d1c98d3b3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678312951457144, -122.10477257265214, -255, N'2018-03-14T00:23:58.3593430Z', 1425, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a5c8edb2-6d9c-476b-b8c3-728aa4fca38e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677112893733543, -122.10582931993825, -255, N'2018-03-14T00:23:46.3694280Z', 1401, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a5e30399-ebfa-4da4-92d3-7a23c7dc3d7e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693874649875490, -122.09664070805707, -255, N'2018-03-14T00:28:50.3397910Z', 1838, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a6104509-fa49-4f05-977d-ad84107ab4cd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667169468169213, -122.11270420046787, -255, N'2018-03-14T00:14:22.2364780Z', 1035, -255, -255, -255, -255, -255, -1, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a63fdc45-e485-4540-a198-b112b0eab9f5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676728753811354, -122.10592730619379, -255, N'2018-03-14T00:23:43.3162250Z', 1394, -255, -255, -255, -255, 30, -255, 9, -255, 14, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a65403fe-483f-4de9-856f-c2a9b384c71a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646328143461687, -122.13313780096486, -255, N'2018-03-14T00:05:17.3273590Z', 255, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a66cf2a3-8098-4cf5-b83c-f1acb9e224a3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670790643715016, -122.10669223442186, -255, N'2018-03-14T00:19:31.3262140Z', 1232, -7, 4, 12, -255, -255, -255, -255, 1153, 0, NULL, -6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a682b92e-a9ab-40bc-b565-dcbb3eb65f01', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645644578659429, -122.13224042962699, -5, N'2018-03-14T00:03:32.3792470Z', 215, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a6abca49-5840-4c6b-b098-d9e24d2ad934', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667108645450938, -122.12698627155815, -255, N'2018-03-14T00:12:00.2012150Z', 766, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a6dfdb80-9f05-4845-9773-e0a7296e39c5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646323228320426, -122.13360225741705, 0, N'2018-03-14T00:05:21.3366130Z', 262, 642, -255, -255, 3, -255, 11, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a6e257f8-311b-4e34-afd2-c37e5a3ac2c5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670112096168985, -122.10699848328488, -255, N'2018-03-14T00:19:22.3192300Z', 1215, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a6f02a34-0e73-4a15-8d78-8d9a03ce763b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687852651351740, -122.09286232597997, -255, N'2018-03-14T00:27:39.3491870Z', 1697, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a71643b2-3d2d-4095-8c03-0e7703bc7e49', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639787160300919, -122.13060504080205, -255, N'Apr 20 2018 5:04PM', 673, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a72947e1-fcc8-4167-b6ef-61df3e60ef3e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674032997702405, -122.10574813842685, 7, N'2018-03-14T00:23:17.2770470Z', 1342, 0, -255, 1718, 16, 18, 1309, 28, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a747b23f-a9d0-4e45-ae7f-c18c17f095d6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646294575278873, -122.13398236183072, 27, N'2018-03-14T00:05:26.2142850Z', 270, 3, -5, 930, 648, -255, 0, -255, 1, -255, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a766f6ed-e448-4c04-909a-16a55b542504', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.658382943175113, -122.13675355982566, -255, N'Apr 20 2018 4:57PM', 304, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a7859a54-8f15-48c9-ae56-0376a4a349d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693862459877259, -122.10233932550582, -255, N'2018-03-14T00:32:58.7697200Z', 2021, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a78649b8-f8c1-4336-a912-74e7d5cfc244', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667133508361609, -122.12768682187890, -255, N'Apr 20 2018 4:56PM', 206, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a7d32d6c-6362-4dbb-9774-88cd068ed0fb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680711665325276, -122.10190375325270, -255, N'2018-03-14T00:24:31.3781500Z', 1491, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 23, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a7ec0a3f-0773-4816-be10-8a8f2c0ce2a3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693931450003141, -122.10184752300428, -255, N'2018-03-14T00:29:34.1443470Z', 1923, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a7ef596c-2876-4ba1-98ec-1a902b49282d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639617631357638, -122.13046241788292, -255, N'Apr 20 2018 5:04PM', 680, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a843059a-7274-441d-bde0-0b1186e385fa', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.669166655137552, -122.10799276186982, -255, N'Apr 20 2018 4:55PM', 90, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a8458bd6-d71a-4f29-b8cf-b6a1e0ffdbbf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665113540663221, -122.13192581218834, -255, N'2018-03-14T00:10:26.3500350Z', 643, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a849a999-5a2b-47da-bae6-f5442cfbc9f3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675436195333269, -122.10584486180338, -255, N'2018-03-14T00:23:33.3575420Z', 1375, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a85a0da1-562c-4e21-83c3-baa5f1659768', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.651032217491732, -122.13681801842640, 22, N'2018-03-14T00:07:53.2917910Z', 376, -255, -255, -255, 794, 10, 0, 10, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a86a0bb0-0430-4d25-8454-b45954461168', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667150665684282, -122.11554715619098, -255, N'2018-03-14T00:13:51.3394990Z', 987, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a8725553-e68a-41eb-8136-eed7cd786b07', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669070156273570, -122.10782308455379, -255, N'2018-03-14T00:17:51.3007420Z', 1172, -255, 951, 4, -255, -255, -255, -255, -4, -255, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a8a1ad4d-95e8-4baf-82c7-1c9d10ff2d28', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668529408998694, -122.10842609993429, 16, N'2018-03-14T00:17:41.2973860Z', 1152, -255, -4, 1065, 1383, -255, 1383, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a8e4e6e5-fcdf-415c-94a1-4e24117129bb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671633078878507, -122.10640252267872, -255, N'2018-03-14T00:19:43.3291490Z', 1256, -255, -255, 4, -255, 16, -255, -255, 12, 6, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a8f64460-1427-4a99-b2d0-28a811a94c34', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679250788512200, -122.10367687262013, -255, N'2018-03-14T00:24:10.3575170Z', 1449, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a91086e4-1239-4536-af59-de06d5125f7f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665739336437404, -122.13112002879224, -255, N'2018-03-14T00:10:34.3314230Z', 658, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a914fb2b-43fa-4189-99d8-9c4ba2940dd8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667490820511500, -122.11052375630300, -255, N'2018-03-14T00:16:18.1890680Z', 1095, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a9208ab4-4335-4ae2-a9d6-8079f1587cda', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668326831743322, -122.10901315694009, -255, N'Apr 20 2018 4:55PM', 100, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a9235aa0-b978-4d8a-b62c-370314300dd9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693662081044025, -122.09450435449531, -255, N'2018-03-14T00:28:34.3586500Z', 1807, -255, -255, -255, -5, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a932c323-37d6-4d98-a539-593982950a54', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662159106558249, -122.13426417889765, -255, N'2018-03-14T00:09:50.3421670Z', 570, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a935affd-2f6b-4790-93a0-fa06290dfc2b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645951885974860, -122.13532130710541, -255, N'Apr 20 2018 5:00PM', 466, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a94629d9-0297-4057-a421-9c698e06a86f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676596322464263, -122.10594518456548, -255, N'2018-03-14T00:23:42.3566980Z', 1393, -255, -255, -255, 14, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a950d965-c8fb-4c0c-a982-0f781b77d38f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674583628279208, -122.10593956147342, -255, N'Apr 20 2018 4:55PM', 29, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a9522265-07fd-4c33-9ca4-1ffb1065c442', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665998555386750, -122.13078384862155, -255, N'2018-03-14T00:10:41.2228610Z', 671, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a97566da-4743-4211-85be-fb0e10db3c3f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641129505769783, -122.13059262923275, -255, N'Apr 20 2018 5:04PM', 644, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a9845ed3-e5bf-49ba-bfdf-39d41fdc1fbb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674101943601677, -122.10574751089426, -255, N'2018-03-14T00:23:18.3449600Z', 1345, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a99655ad-2abb-40eb-a15b-14510eca75e0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643022258949642, -122.13235853322821, -255, N'Apr 20 2018 5:03PM', 582, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a9df5a4b-a6e1-445f-8a39-11694489c2ad', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640132172549585, -122.12967568638429, -255, N'Apr 20 2018 5:07PM', 720, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a9ec86d5-5264-46ab-a434-4b809a6b1d61', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693901764798404, -122.09586981225846, -255, N'2018-03-14T00:28:44.3473550Z', 1827, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'a9ecdaa5-cda1-4085-a759-415e082b7a04', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676462768849852, -122.10595394224660, -255, N'2018-03-14T00:23:41.3329350Z', 1391, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aa23a8b5-ca21-407f-9257-e644cc1082f4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.662478332820505, -122.13445701654797, -255, N'Apr 20 2018 4:57PM', 266, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aa5627ff-9906-4915-b896-31a63e8ee7ff', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667211644326315, -122.11898079929443, -255, N'2018-03-14T00:13:26.2953230Z', 937, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aa88656c-60e6-4776-b8b2-56090f5835bb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667269119019110, -122.12471927028267, -255, N'2018-03-14T00:12:23.2163880Z', 811, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aa9e5d18-4cc0-4439-ad2f-db303153b231', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693162609232878, -122.10160816273854, -255, N'2018-03-14T00:29:26.1463870Z', 1906, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aaa01f28-3684-40f2-96ac-b6b64e602f13', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667272431636960, -122.12380983229959, -255, N'2018-03-14T00:12:35.2950480Z', 834, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aaac7d38-d8a3-4370-b478-0994af3aaeae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657316928313591, -122.13705359131275, -255, N'2018-03-14T00:08:26.3131930Z', 442, -255, -255, -255, -255, -255, 10, 30, -255, 0, NULL, 828, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aab0e939-5a86-4710-8b2b-bc6473d04924', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675009440285784, -122.10580205711922, 19, N'2018-03-14T00:23:29.3256630Z', 1366, 0, 29, 1730, 15, 29, 1493, 41, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aab1070a-4f1f-4a14-88df-099d5ac66d16', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671173773073335, -122.10656145962955, -255, N'2018-03-14T00:19:36.3431380Z', 1243, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aac82aa3-4b18-4724-9a28-d4e17c760ae3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645060746303200, -122.13206638238404, -255, N'2018-03-14T00:01:57.3144260Z', 177, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aacb6c42-912f-4fa7-a1ca-802267c17260', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660464634037119, -122.13514210956237, 872, N'2018-03-14T00:09:11.2156860Z', 514, -255, 15, -255, 0, -255, 5, 10, -255, -255, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aad0b2b1-e7be-4261-808b-92395cad5073', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640198965731763, -122.13051905884824, -255, N'2018-03-14T00:00:13.3592270Z', 47, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aade64e8-714d-4edf-b96e-91ea12243da5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668529408998694, -122.10842609993429, -255, N'2018-03-14T00:17:41.3264180Z', 1153, -255, -255, -255, -255, -255, 0, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aaebf58e-15da-4fd6-8eda-d7f824caa38c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669307835197400, -122.10757154434633, -255, N'2018-03-14T00:17:57.1328800Z', 1183, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aafeeb49-c1a8-4260-afeb-74f17debd2a2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667915853066582, -122.10937024077644, 1321, N'2018-03-14T00:16:40.1748750Z', 1122, 17, 739, 10, 0, -255, 7, 11, -2, 0, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ab15233e-0760-4384-acba-3b27477cbc30', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.655499772970281, -122.13762739056726, 10, N'2018-03-14T00:08:16.2995030Z', 422, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ab23cb35-1eef-4b5f-9d1a-a22fdf7bb9fb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645469411550074, -122.13203469883859, -255, N'2018-03-14T00:02:02.3534540Z', 187, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ab286803-fa60-4769-8b2e-7640705e67ee', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667208108771300, -122.11995916726039, -255, N'2018-03-14T00:13:18.3205440Z', 920, -255, -255, -255, 9, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ab32618b-2232-4627-b4f8-b73ac794773c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679031965887113, -122.10394685813903, -255, N'2018-03-14T00:24:07.3652470Z', 1443, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ab6db9bf-8a6c-468b-bae6-f0e8c0b1722d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667281969077052, -122.12526759545133, -255, N'2018-03-14T00:12:17.3160650Z', 798, 10, -255, -255, 7, 1745, -255, -255, -255, -255, NULL, 19, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aba2d6ab-8b6c-417a-8deb-23be2f139620', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694594978427212, -122.10319638146387, -255, N'2018-03-14T00:29:44.2051480Z', 1943, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'abaaf9f1-9171-4e3c-8196-1ab19378d598', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672896077315684, -122.10592713242011, 16, N'2018-03-14T00:21:38.1877710Z', 1304, 15, 0, 1018, 1619, 6, 0, 5, -5, 14, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'abb9b264-194d-4aaa-b0ac-6fdcbbf556fa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667128054992730, -122.12687414672733, 36, N'2018-03-14T00:12:02.2168310Z', 768, 21, -3, 1641, 1044, -255, 1044, -255, -4, 42, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'abcf7fad-c6c5-447b-bd60-d1c4758d781c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647015641592205, -122.13470660295610, -255, N'2018-03-14T00:05:40.3309020Z', 294, -255, -255, -255, -255, 0, 3, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'abdb0017-78c2-4301-8941-5b796e428f87', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.653030900525373, -122.13749350983520, -255, N'2018-03-14T00:08:03.2883630Z', 396, -255, -255, -255, -255, -255, -255, -255, 14, 14, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'abec04f3-7fce-4dab-b649-aafa7296d6f5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694392354910157, -122.10350486558973, -255, N'2018-03-14T00:29:53.1875140Z', 1958, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ac145fe9-480f-475d-9eed-93397d725343', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661450033373676, -122.13455656805016, -255, N'2018-03-14T00:09:39.3732760Z', 549, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ac381c61-8a4b-4548-96c0-5edff7504bc9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675698531749632, -122.10608978879213, -255, N'Apr 20 2018 4:55PM', 10, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ac4b3dac-52bf-4f17-baf5-684d3e0e1ce8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686574952551400, -122.09441934916282, 23, N'2018-03-14T00:27:27.3009210Z', 1672, 0, -255, -255, 12, 34, 1550, 43, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ac516fdf-d77e-4337-b4df-baea54bdd21b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658836339545587, -122.13608572085838, -255, N'2018-03-14T00:08:36.3218350Z', 463, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ac7a5bba-a350-4f93-a485-7c6f52edef0c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669609222534653, -122.10736035508761, -255, N'2018-03-14T00:18:09.1895750Z', 1193, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ac7c90c8-f6d2-4b4e-9e38-a0590968dfe2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693817933868836, -122.10226539537013, -255, N'2018-03-14T00:32:02.2018380Z', 2009, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ac8270c7-9520-41c7-aa26-e9e502319ed4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647257723864158, -122.13485654459403, -255, N'2018-03-14T00:05:44.3407150Z', 302, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'acb526ba-25cf-4a00-86cd-3bdca874f92f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682030885725410, -122.10023079492520, -255, N'2018-03-14T00:25:40.2330130Z', 1551, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'acdf300d-71bf-4fa7-8b88-7736176aec82', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687369354847341, -122.09340631738910, -255, N'2018-03-14T00:27:35.3219170Z', 1688, -255, -255, -255, 0, 11, -255, 13, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ad006022-7e7a-448a-9716-82f6b57e5845', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665453167282330, -122.13149761417547, 14, N'2018-03-14T00:10:30.3203900Z', 650, 4, 952, 0, 17, -255, -7, 949, 15, 40, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ad009734-f246-44f4-837f-da47cf1d1d1c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659474025195806, -122.13566997251439, -255, N'2018-03-14T00:08:44.3394250Z', 479, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ad2a60da-e883-46e8-81d9-663a546f0053', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672531718746278, -122.10605402933811, 14, N'2018-03-14T00:21:24.1928730Z', 1292, 7, 1, 719, 1606, -255, -255, -255, 1, 13, NULL, 4, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ad2b543f-c908-49bc-9290-5fe30f1ac752', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667296681909512, -122.11164766059863, 17, N'2018-03-14T00:15:43.2011440Z', 1066, 9, 0, 1024, 17, -255, -255, -255, -2, 20, NULL, 7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ad6ec8c9-79fa-4615-b773-f9ca0dd6dc14', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693895875832900, -122.09573528876402, -255, N'2018-03-14T00:28:43.3493800Z', 1824, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ad7ed5e4-cf95-4b96-85f9-bd82ebdac1d1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663350315143610, -122.13362824455406, -255, N'2018-03-14T00:10:06.3236880Z', 602, 0, 1107, 31, -255, -255, -255, -255, 0, 0, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ad85f5eb-b64c-4836-afc0-0aca53c0e0b4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645962310717344, -122.13361862209432, -255, N'Apr 20 2018 5:02PM', 503, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ada72535-d2c1-4bfc-96e6-d23f9b8939ed', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683677296219138, -122.09815362555021, -255, N'2018-03-14T00:26:34.3399030Z', 1596, 12, 0, 4, 14, 1070, -3, 0, 1915, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'adae70d0-d2fc-4920-8e33-77e5c91be44c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667892956572658, -122.10944169618858, -255, N'2018-03-14T00:16:38.2142370Z', 1121, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ae163d64-e74f-47a5-b01f-35075e5c98b3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679174999553453, -122.10376766087120, -255, N'2018-03-14T00:24:09.3359990Z', 1446, -255, 12, -255, -255, 2, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ae35510f-68ec-4780-a60c-4ae6d9130a54', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.651833128002394, -122.13715084793085, -255, N'2018-03-14T00:07:57.2475420Z', 384, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ae48e3ef-4a44-4a60-a95d-74c7cfddacf8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667267517378875, -122.12569334869121, -255, N'2018-03-14T00:12:13.3688630Z', 791, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ae5a7589-5195-417b-8779-3910aea208f3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675978287840380, -122.10611846546107, 0, N'Apr 20 2018 4:54PM', 1, 720, -1, -4, 16, 6, 665, 0, 16, 5, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ae5b4c4e-6077-44bf-8cef-da2319845c79', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660926037207140, -122.13486854505777, -255, N'2018-03-14T00:09:30.2411680Z', 533, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ae7c509c-e6ec-4e48-a210-cbf0c1bc6549', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666359069550474, -122.12987828402179, -255, N'2018-03-14T00:11:00.2208760Z', 697, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ae8857ae-b432-475d-b3df-ca5f720709af', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693036957364455, -122.09894169280810, -255, N'2018-03-14T00:29:05.1858010Z', 1868, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ae915b92-fca0-44dc-b96f-656a6a9b0e1f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678542237302317, -122.10450196701512, -255, N'2018-03-14T00:24:01.3420210Z', 1430, 38, -4, 1112, -255, -255, -255, -255, 17, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ae933316-9c03-4040-966c-cc37b50ac6d2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647952654287579, -122.13531607458380, -255, N'2018-03-14T00:07:05.2043380Z', 333, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ae9fd43a-3251-4114-8d02-ad591c4f2b2d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666935427799835, -122.12800604302581, 2, N'2018-03-14T00:11:26.3214950Z', 744, -3, 17, 14, 706, -255, -255, -255, 721, 3, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aeb727b6-9e84-4763-b7e6-f817708ec280', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640168917952167, -122.12955581905027, -255, N'Apr 20 2018 5:05PM', 708, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aeb99e91-76e7-43ad-bb11-0d8346fd524a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677693251173608, -122.10546034658847, 5, N'2018-03-14T00:23:51.3261910Z', 1410, 0, -255, -255, 13, 15, -255, 50, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aebc4719-5125-4714-aedb-66526ca0324a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.670641385918266, -122.10700261008354, -255, N'Apr 20 2018 4:55PM', 72, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aec7ab55-0b85-43f2-aa37-d39d55c28d59', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665041189086196, -122.13252310950412, -255, N'Apr 20 2018 4:56PM', 240, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aed0fda5-6a41-4ff9-9edd-b9471ffd68c7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693211114020151, -122.09391095292169, -255, N'2018-03-14T00:28:27.3357750Z', 1793, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aed502df-7cd3-4a82-bf3a-e4bbbd271314', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647346181653255, -122.13608678117258, -255, N'Apr 20 2018 4:58PM', 420, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aee303bd-3209-4703-9a09-10f1d13af195', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681432626792230, -122.10101865904730, 0, N'2018-03-14T00:24:57.1631390Z', 1524, 1816, 0, 16, 6, -255, 11, -255, 698, -1, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aeebea38-bd1e-4079-8e21-e84d4f494c46', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645968969677547, -122.13489748609145, -255, N'Apr 20 2018 5:00PM', 476, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'aefb348b-759a-4ff9-826a-383c1714d701', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667076908569754, -122.12725953940148, 1021, N'2018-03-14T00:11:40.1984100Z', 760, 15, -255, 15, 13, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'af00eb4b-aac0-4761-97f9-585d607a6dec', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693861959515353, -122.10231115160171, -255, N'2018-03-14T00:32:25.1949740Z', 2017, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'af0d41b4-08a4-4aae-b736-f89e5cd1a0f3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692950891737368, -122.10160816273857, -255, N'2018-03-14T00:29:23.1687970Z', 1900, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'af438b3e-9032-4115-9e7f-9d1fcf780e8b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662539793793847, -122.13406900131528, -255, N'2018-03-14T00:09:55.3302980Z', 581, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'af769491-4f94-4c15-9437-86313d52d4f6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692854732056638, -122.09282667343494, -255, N'2018-03-14T00:28:18.3241380Z', 1774, -255, -255, 32, 0, -255, 4, 2020, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'af9a2446-277a-4338-8441-c02c02d17691', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681104776498529, -122.10145356204600, -255, N'2018-03-14T00:24:40.2826910Z', 1509, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'afa134fd-8fd1-4f9a-91e3-d8d4cb5291dd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667139154578329, -122.11440374320179, -255, N'2018-03-14T00:13:59.3559050Z', 1003, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'afb52961-df26-4cf7-ac30-9b5597ba43aa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643160290473553, -122.13206106458041, -255, N'2018-03-14T00:01:40.3473620Z', 143, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'afd07038-168c-4776-a729-678f55e415df', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648503496664517, -122.13560070885789, -255, N'2018-03-14T00:07:39.3031890Z', 348, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'afe00677-c0d0-4a76-b960-b0037a9ab153', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668920947695291, -122.10797162220351, -255, N'2018-03-14T00:17:48.3602010Z', 1167, -255, -255, -255, -255, 0, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b00e6da6-7449-45ba-9208-f39eb8d7f358', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693875122333381, -122.10218339504301, -255, N'2018-03-14T00:30:59.1712150Z', 1995, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b011cb42-28db-4b9c-862c-b65896c91c47', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646251856513501, -122.13555357848985, -255, N'Apr 20 2018 4:59PM', 454, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b01792e0-1f40-4dce-ae0b-3f1780bd1569', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667025029660444, -122.12753516638209, -255, N'2018-03-14T00:11:34.2220380Z', 755, -255, -255, 16, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b0238871-472d-4f8e-b4a6-d4b3c64a335e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640012006175169, -122.12963259769673, -255, N'Apr 20 2018 5:05PM', 702, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b026f783-73c8-4017-8892-1140007e2958', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692870795513549, -122.10106381997245, -255, N'2018-03-14T00:29:17.1358670Z', 1890, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b02e8799-b148-45ef-a3e6-ea9b265a5157', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646760550296463, -122.13455555842667, -255, N'2018-03-14T00:05:37.2746150Z', 288, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b04e088d-62eb-46a7-b849-0d0cceb590fa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693271450071322, -122.09399798605786, -255, N'2018-03-14T00:28:28.3564760Z', 1795, 0, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b08dc2df-5635-4aec-b945-b9de2ede5537', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665778150069158, -122.13105955007782, 5, N'2018-03-14T00:10:35.3307610Z', 660, -255, 0, -255, 15, -255, 17, -255, 957, 16, NULL, 1088, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b099a59c-3324-4b9f-9b85-07d4ca109434', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667137287763218, -122.11358655183474, -255, N'2018-03-14T00:14:05.3175090Z', 1014, -255, 3, 11, -255, -2, -255, -4, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b0ad2c99-a778-470f-8008-6c9b808cff96', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.661378153620078, -122.13504124557134, -255, N'Apr 20 2018 4:57PM', 275, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b0c3555f-e2ef-4eb1-afcb-6ceeb3159faa', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674075905488934, -122.10590678872416, -255, N'Apr 20 2018 4:55PM', 35, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b0c987b9-8ef1-43b4-b085-db7588467352', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642857090668215, -122.13140640879271, -255, N'2018-03-14T00:00:59.3584510Z', 119, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b0dd8086-414b-40a9-a54d-ccd970ed2c64', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667264380606980, -122.12659853207489, -255, N'Apr 20 2018 4:56PM', 199, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b1110013-7c91-43db-8642-a9baedd40cca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646518012271862, -122.13441838228681, 1415, N'2018-03-14T00:05:34.3370180Z', 282, 22, 1416, 36, -255, -255, -255, -255, -6, 0, NULL, 20, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b12295a1-9e94-4ddd-a15a-68296643aec7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640198965731763, -122.13051905884824, 334, N'2018-03-14T00:00:13.3272400Z', 46, -255, -255, -255, 0, 0, 17, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b1600858-9cd1-4060-9c2d-16a6b31ceecd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666827330764136, -122.12843110431079, -3, N'2018-03-14T00:11:21.3224090Z', 734, 5, 23, 16, 1071, -255, -255, -255, 1052, -3, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b1996f13-e61a-499d-bb5e-fe0a7bdc58a7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666915840562631, -122.12808526401767, -255, N'2018-03-14T00:11:25.3261430Z', 742, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b1c9f113-e87c-4083-ad3b-7428fecc5171', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647044490979546, -122.13592909313770, -255, N'Apr 20 2018 4:58PM', 423, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b1cec9d0-db59-4e8e-8cfe-6e2294d20256', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663004033309775, -122.13378163672829, -255, N'2018-03-14T00:10:01.3314750Z', 593, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b1fc13a7-5ae7-49e4-8ef9-77877fb2a4c3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667312874942233, -122.11703968713361, -255, N'Apr 20 2018 4:56PM', 148, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b2347d8e-60af-4536-a8b3-dfa18bfb2b61', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667129308556355, -122.11295448102075, -255, N'2018-03-14T00:14:13.1703200Z', 1026, 10, 0, 6, 6, 707, 4, -3, -255, -255, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b23af6b4-13ba-4112-87d5-01b478833909', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667816138601083, -122.10961816114013, -255, N'2018-03-14T00:16:34.1619770Z', 1116, -255, 16, -255, -255, -255, -255, -255, 5, 3, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b23bf49e-73ae-48ad-a0b8-a5edeaf7d119', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642859622911821, -122.13163551933347, -255, N'2018-03-14T00:01:01.3647850Z', 123, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b242ff37-eadb-4fc4-b666-54e0ffc16637', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667224485159956, -122.12049585276891, -255, N'2018-03-14T00:13:13.3193970Z', 910, -255, -255, -255, -255, -255, -255, -255, -255, 16, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b2723d63-798d-4ecd-b519-b587edba4404', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694638411919300, -122.10329793724458, -255, N'2018-03-14T00:29:45.2338440Z', 1945, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b2e93d2b-607a-4776-8d03-738fa1cdc9d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694488160099624, -122.10294661985994, -255, N'2018-03-14T00:29:42.2271990Z', 1939, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b310f7a4-4cf4-4163-8871-b87ceb217388', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642577734210867, -122.13236281054367, -255, N'Apr 20 2018 5:04PM', 595, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b3828f95-7d26-4302-93d9-9c4d6f631eae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667141445516600, -122.11508785604398, -255, N'2018-03-14T00:13:54.3494750Z', 993, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b383a223-d534-44d0-8e7c-10697442a5ea', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646518012271862, -122.13441838228681, -255, N'2018-03-14T00:05:34.3671790Z', 283, -255, -255, -255, 36, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b3bd98db-163c-4249-9092-a560eeab45b8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681269882922408, -122.10126164637987, -255, N'2018-03-14T00:24:44.3032960Z', 1516, 0, 804, 1806, -3, -255, 795, 18, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b3c00de7-a05e-46f7-bed2-8ea1ca066a1b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660260504586900, -122.13523815633079, -255, N'2018-03-14T00:09:04.2590080Z', 509, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b3d003df-75d0-48b9-abfe-c925d43a61da', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.660310583953077, -122.13574936147756, -255, N'Apr 20 2018 4:57PM', 286, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b3f2faae-f6d7-47e8-bef5-8b0f31521615', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667272431636960, -122.12380983229959, -255, N'2018-03-14T00:12:35.3220900Z', 835, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b431a250-53ac-4afc-978e-753fdf9c8bde', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667133508361609, -122.12768682187890, -255, N'Apr 20 2018 4:56PM', 205, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b43c3893-75bd-435a-9af4-5bb6d96d499c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693832091464678, -122.09693448746222, -255, N'2018-03-14T00:28:52.6690210Z', 1843, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b45b4f2b-457b-4a67-b508-44f6c9caa329', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671311740677695, -122.10651765083088, -255, N'2018-03-14T00:19:38.3579800Z', 1247, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b467ce45-edeb-4c1b-a1b5-95a3dd046d90', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644848946754088, -122.13205847510940, -255, N'2018-03-14T00:01:55.3348620Z', 173, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b4f6215f-39fa-430f-97bf-ebb7514d153c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665366390137300, -122.13160217013535, -255, N'2018-03-14T00:10:29.3224280Z', 648, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b515622a-c4fe-4f80-b958-b83b7bc0930c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.663977162802176, -122.13357696804030, -255, N'Apr 20 2018 4:57PM', 251, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b5160717-9d39-47f5-a1f0-04f1326e5eec', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692898921905400, -122.09952304092548, -255, N'2018-03-14T00:29:09.1561000Z', 1874, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b5286f45-e2bf-410e-bbbe-4f085c100ce2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663637192760795, -122.13343919283319, -255, N'2018-03-14T00:10:10.3602930Z', 611, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b5653cea-106b-4f77-8389-5d9d7b1b2dee', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684110729816510, -122.09753371796079, -255, N'2018-03-14T00:26:39.3447180Z', 1607, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b57b1736-9894-4006-92fa-45c651703a9e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661643315508520, -122.13449986754028, -255, N'2018-03-14T00:09:42.3551870Z', 555, -255, 981, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b586d3cb-259f-4d6d-b2bd-30b65fd93317', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659316670509831, -122.13575754895695, -255, N'2018-03-14T00:08:41.3251090Z', 473, -255, -255, -255, -255, -255, -255, 22, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b58d7bee-169d-4af1-b15d-9c6feb5b7044', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693775663914479, -122.10250463762719, -255, N'2018-03-14T00:30:12.2328370Z', 1986, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b59129f4-ace6-463e-b058-637d6b78ac21', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693713891801572, -122.09463110207733, -255, N'2018-03-14T00:28:35.3647760Z', 1809, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b595a92c-747a-4b5b-9a8d-668f30f839a7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646906515921778, -122.13586960043506, -255, N'Apr 20 2018 4:58PM', 425, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b5e68663-22c6-47d4-b516-6fd777975f18', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662244900650045, -122.13423429037006, -255, N'2018-03-14T00:09:51.3343940Z', 572, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b5ee1bed-cb7d-4ff5-858e-06fbe84ee70b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670457064463825, -122.10682348069422, -255, N'2018-03-14T00:19:27.2580330Z', 1225, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b62833ec-856f-4cb7-a468-0643b5aef860', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667816138601083, -122.10961816114013, -255, N'2018-03-14T00:16:34.1879270Z', 1117, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b628fd19-8de2-4230-bb4c-059d386359fc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668299789648100, -122.10878932819172, -255, N'2018-03-14T00:17:36.2291880Z', 1143, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b63478e7-6c42-41b8-9d15-69d67c3f3f95', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640112685591248, -122.12955275431797, -255, N'Apr 20 2018 5:05PM', 705, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b6770024-fef4-4d08-b529-7de9f4717918', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667140042440380, -122.11386092741411, -255, N'2018-03-14T00:14:03.3450090Z', 1011, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b6832d2b-b1dd-4a3e-846d-5fd489781ac5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663637192760795, -122.13343919283319, -255, N'2018-03-14T00:10:10.3260250Z', 610, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b6878d32-ebea-4ec9-8589-8b2b3bb99092', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667141222918474, -122.11453469873277, -255, N'2018-03-14T00:13:58.3278950Z', 1000, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b69e254f-1e81-420c-ab64-99520452495c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670067011252009, -122.10702790437563, -255, N'2018-03-14T00:19:21.2004360Z', 1213, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b6b598e9-95ec-400d-a41c-5272d047e7d0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693894838969427, -122.10223549002461, -255, N'2018-03-14T00:34:34.6677120Z', 2026, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b6b64079-7815-4ac5-9f6f-e92f9779cec6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646931062654865, -122.13465742836274, 661, N'2018-03-14T00:05:39.3217850Z', 292, 14, 1323, 36, 0, -255, 13, -255, -7, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b6cbab98-f257-49d4-b3c2-2d57b3afc999', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663815463087779, -122.13329470635178, -255, N'2018-03-14T00:10:12.3276400Z', 615, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b6d323dc-0359-4873-be0c-d656f02d39e8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665028166783216, -122.13203311124610, -255, N'2018-03-14T00:10:25.3246080Z', 640, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b6daa722-5ae0-4fa8-bb28-efe37cacada4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664139929911613, -122.13297559158056, -255, N'2018-03-14T00:10:16.3314850Z', 623, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b6dbb6e8-eb1d-43de-97d8-61cf8f517acb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680895560636678, -122.10169885217719, -255, N'2018-03-14T00:24:35.3326890Z', 1499, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b6df3874-0cf3-4e1a-a9ca-f6670b555550', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642859060910546, -122.13153237870887, -255, N'2018-03-14T00:01:00.2970330Z', 120, -255, 5, -255, 4, -7, 12, -6, 0, 382, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b6f56984-29e6-4eef-b227-8a8ca6fa41c8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680164353346150, -122.10260248381321, -255, N'2018-03-14T00:24:22.3716700Z', 1473, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b71560f8-f7f0-4323-b902-66c947daa897', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666011995673841, -122.13071787742100, -255, N'2018-03-14T00:10:43.2146810Z', 673, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b741aa1f-dff9-48f2-9e2d-2785eaa1f9e2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673539388998314, -122.10579167155586, -255, N'2018-03-14T00:21:52.2193360Z', 1327, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b74bab8e-597a-465c-9c1a-1cfa17479d40', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667202391498435, -122.11830945221077, -255, N'2018-03-14T00:13:31.3587550Z', 947, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b7841fc1-2322-415f-89b4-c7d6418ce3f8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663986860943100, -122.13312291712080, -255, N'2018-03-14T00:10:14.3321210Z', 618, 3, 10, -255, -255, 1, -255, -255, -255, -255, NULL, 1019, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b7889e0b-9b12-42b3-a65d-a3c392431ac1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672035864245387, -122.10624148155534, -255, N'2018-03-14T00:20:42.1979560Z', 1275, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b78d8fa1-4251-488c-8d20-ea6fdc8da38f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646843373217777, -122.13460512443812, -255, N'2018-03-14T00:05:38.3364110Z', 290, -255, -255, -255, -255, -255, -255, -255, 4, -3, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b7a10482-b379-42d7-8fdc-537ebdf62529', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644736755921471, -122.13239204068429, -255, N'Apr 20 2018 5:03PM', 547, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b7b56760-3ae5-45fe-ab1d-b88e16b4e8bc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679174999553453, -122.10376766087120, -255, N'2018-03-14T00:24:09.3645730Z', 1447, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b7f10370-0e97-49ef-8ca6-a606ee82feee', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692871930367744, -122.10071536580713, -255, N'2018-03-14T00:29:15.1435830Z', 1887, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b7f667c8-20b4-4eb8-8633-d029441173e7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656428446929496, -122.13770214284963, -255, N'Apr 20 2018 4:57PM', 326, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b81ecf8b-8cf3-4704-a661-53607dec764b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642636232633365, -122.13065412308404, 5, N'2018-03-14T00:00:45.1977690Z', 100, -255, 6, 10, 17, -2, 17, 0, 367, 17, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b853dc1c-5923-497d-aed7-208ee12205ba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687146952030190, -122.09368246936167, -255, N'2018-03-14T00:27:33.2875750Z', 1685, -255, -255, -255, -255, -255, -255, -255, 1637, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b8621e33-8228-4a18-a10c-ae03b1f4d104', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640198463039276, -122.12969194926998, -255, N'Apr 20 2018 5:06PM', 716, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b86fd398-4819-40f0-b9bd-0e236c6daec6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666503395049922, -122.12950360651709, -255, N'2018-03-14T00:11:06.2419580Z', 707, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b875c8ec-6f71-416e-b1fe-554a25802d24', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666907630850702, -122.12866545368378, -255, N'Apr 20 2018 4:56PM', 211, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b8764bcd-1fef-4e82-90b9-925d2e036e91', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667856147243526, -122.10952304760717, -255, N'2018-03-14T00:16:36.2099050Z', 1119, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b8852967-cc56-4ec9-bb5a-9dcf301043f4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667253767790179, -122.11295111569861, -255, N'Apr 20 2018 4:56PM', 126, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b88f7cdc-e29b-4d80-bc61-253a52d65649', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693018533350660, -122.09340505418460, -255, N'2018-03-14T00:28:23.3601790Z', 1785, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b8ae81fa-cc95-4b34-8f71-2368baed0a40', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665275451617632, -122.13171597990437, -255, N'2018-03-14T00:10:28.3119500Z', 646, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b8c9d5d0-05e2-4aab-b2a8-11c950c547a2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667301920649948, -122.12393990590910, -255, N'Apr 20 2018 4:56PM', 185, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b8d88b12-60f1-4aed-933b-2c297f53bb48', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675793121252923, -122.10588109702871, -255, N'2018-03-14T00:23:36.3722560Z', 1381, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b8e3606f-5524-4212-8d3d-09da7eadb81a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682728973022293, -122.09947568303978, 40, N'2018-03-14T00:26:23.3315100Z', 1574, 20, 1905, 0, 0, 42, -2, 1567, 31, 40, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b8f628d4-22d7-46e1-9395-9bc33736c1f5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660695941916480, -122.13498414625323, -255, N'2018-03-14T00:09:21.2463520Z', 525, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b93386fb-3c8b-47fe-814c-48d83073e7c4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.649459998541744, -122.13609814061500, 34, N'2018-03-14T00:07:45.3027250Z', 360, -255, -255, -255, 787, 11, 0, 25, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b9488bfd-c193-4c15-bd83-1bdbfe72ccbd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688709973642773, -122.09223679698114, 0, N'2018-03-14T00:27:45.3002860Z', 1708, 1987, 58, 23, -255, -255, 58, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b9539ce5-ff5c-436c-bf80-ccd01350ec55', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658836339545587, -122.13608572085838, -255, N'2018-03-14T00:08:36.2945230Z', 462, -255, -255, -255, -255, 4, -255, 10, -255, 10, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b963ab83-b443-4bf9-b90c-5f8e0a7fdcb7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.659650409630089, -122.13614304229014, -255, N'Apr 20 2018 4:57PM', 291, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b96a660d-6d3e-480e-8a14-faed52026ac3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659182374347282, -122.13587753418420, -255, N'2018-03-14T00:08:39.3419790Z', 469, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b97c8c6b-e35b-463c-b4f0-a4b1d8738e94', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685156420633760, -122.09616370245877, -255, N'2018-03-14T00:26:50.3683270Z', 1629, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b98266af-523b-4fe2-92f2-328be6b9ed31', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.653633307141078, -122.13747816874438, -255, N'2018-03-14T00:08:06.3127210Z', 403, -255, -255, -255, -255, -255, -7, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b98419ce-ad21-4238-b3cb-7afe6ef1ea91', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681763921264341, -122.10059558775946, -255, N'2018-03-14T00:25:31.2251350Z', 1541, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b98d3d15-01b5-4ab1-a1ce-9d41c687c480', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645974333385361, -122.13471577450348, -255, N'Apr 20 2018 5:00PM', 480, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b9b6280b-7157-4671-b9fe-adc78ffdb0e6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681649274751386, -122.10076313156334, 1835, N'2018-03-14T00:25:13.2121230Z', 1534, 15, 720, 6, 6, -255, 5, 12, -1, -3, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b9d1208f-8fe9-4266-9b19-8c5c2b637452', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667932458416416, -122.10977307332959, -255, N'Apr 20 2018 4:55PM', 106, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b9df44ef-bdc8-4727-8aa2-f3b6f03ba515', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693173607980171, -122.09862037600833, -255, N'2018-03-14T00:29:03.2458860Z', 1865, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b9e3acd5-b07d-42ba-950b-c87234f1d1d5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645689644587627, -122.13224410735020, -255, N'2018-03-14T00:03:33.3394170Z', 217, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'b9e9e84d-8ffa-441d-8187-76471702e0a0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645901303885680, -122.13240165094453, -255, N'Apr 20 2018 5:02PM', 523, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ba1a54f5-c55e-414a-ac8f-5f1166bf04e6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667248135453605, -122.11331081271966, -255, N'Apr 20 2018 4:56PM', 128, -255, -255, -255, 31, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ba2611da-963b-4f85-a99d-c1ef613ee497', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668176833597087, -122.10901861686084, -255, N'2018-03-14T00:17:31.1747450Z', 1136, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ba2bb88b-4c49-4b12-9ecf-4547eff3afa0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639943529279350, -122.13060453491617, -255, N'Apr 20 2018 5:04PM', 667, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ba2ccaf4-fd7a-495c-b8f9-40ae8b7c5490', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667324876077330, -122.12025382254251, -255, N'Apr 20 2018 4:56PM', 165, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ba42ac6c-58f9-4d10-9a6f-3f6b3df6f3e3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675788344717340, -122.10610157228109, -255, N'Apr 20 2018 4:55PM', 9, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ba52d5c1-3fed-4d82-a92c-1538c31f174e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645442809671223, -122.13240770528500, -255, N'Apr 20 2018 5:02PM', 535, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ba80375a-0fdb-4079-a926-980fe0aa5872', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667264448047213, -122.12457943756039, -255, N'2018-03-14T00:12:25.2099700Z', 815, -255, -255, -255, -255, -255, -255, -2, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ba81f9fc-84ba-4735-b21e-6116a4fe9b44', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645799136391489, -122.13227525041899, 0, N'2018-03-14T00:03:38.2048430Z', 220, 537, 5, 17, 6, 5, 11, -255, -255, -2, NULL, 3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ba90f36b-ece9-4f9c-b124-c46d377c9d29', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671960440506481, -122.10625641545630, -255, N'2018-03-14T00:20:01.2006720Z', 1269, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bac121a2-c674-41c5-b19d-5750ab3910d9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660397105260316, -122.13517620183443, -255, N'2018-03-14T00:09:09.2398550Z', 513, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bb076003-dfa0-4427-a746-e8eb03d90279', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667945038475629, -122.10930854048874, -255, N'2018-03-14T00:16:44.2039930Z', 1125, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bb0920a5-83e2-41db-a0d6-eb384aa29fdd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662389196280365, -122.13417667064076, 914, N'2018-03-14T00:09:53.3225920Z', 576, -255, -255, -255, 0, 0, 3, 10, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bb414d1d-f8ff-4f37-878a-c561716ac3a5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.669166655137552, -122.10799276186982, -255, N'Apr 20 2018 4:55PM', 89, -255, -255, -255, -255, 14, 0, 14, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bb6a402d-81b4-4f61-b8f1-a89a004c3318', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693109855886256, -122.09368634468684, -255, N'2018-03-14T00:28:25.3546050Z', 1789, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bb7700df-2b7b-4aca-bfbf-4421ff03a34f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643601304281013, -122.13236029689124, -255, N'Apr 20 2018 5:03PM', 572, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bb9be2c1-19ef-4228-a364-0b357aec4a5d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667234863272300, -122.12115811080764, -255, N'2018-03-14T00:13:06.3396580Z', 896, -255, 4, -255, 4, -255, 13, -4, 0, 1108, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bbe01b44-87ce-441a-802b-86e73c63dad4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693867769357546, -122.09510922123205, -255, N'2018-03-14T00:28:38.3708100Z', 1815, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bbeea3c9-87bb-45ab-b992-486c2aafbb33', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645967471053112, -122.13319187548210, -255, N'Apr 20 2018 5:02PM', 514, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bbf5a503-43ec-46e1-a9d9-a8d5bbe758be', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645427082097491, -122.13224270179673, -6, N'2018-03-14T00:03:28.3123810Z', 206, 530, 25, 19, 1541, -255, 24, -255, 1602, -5, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bbfb3f21-9d01-45f7-88df-468b085a37e2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684021968404686, -122.09765048890405, -255, N'2018-03-14T00:26:38.3631940Z', 1605, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bc0cb871-c7f7-4974-8a3e-c2595d2d90c7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693510183791865, -122.09423327852359, -255, N'2018-03-14T00:28:31.3249130Z', 1800, 47, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bc29c45a-a85d-429d-bbbc-c7a69ad63872', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690946769975483, -122.09170936741845, -255, N'2018-03-14T00:27:59.3001770Z', 1737, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bc2e58b1-285d-4591-be56-0051fe06ebb7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.651162515424261, -122.13772056984998, -255, N'Apr 20 2018 4:58PM', 375, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bc98c7b4-d418-47cf-a170-9be4599354ec', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639804958744314, -122.12972253459952, -255, N'Apr 20 2018 5:05PM', 695, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bc9d6678-a4dd-4dcc-9b96-d31c0abfdf9f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693036957364455, -122.09894169280810, -255, N'2018-03-14T00:29:05.1946390Z', 1869, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bca526ee-90c2-45bd-b3c4-a40029553772', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661243809194872, -122.13465582533372, -255, N'2018-03-14T00:09:36.3215490Z', 542, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bcb6249d-9e6a-4b6c-846f-8834f1ad736d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682067239943017, -122.10018430276506, -255, N'2018-03-14T00:25:41.2142240Z', 1553, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bcbee9c1-02f4-48b6-8236-21dd9dc34f07', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694188090783832, -122.10224500062185, -255, N'2018-03-14T00:29:37.1694450Z', 1929, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bcd2ffe3-4908-4122-bf23-6f47d32b3f01', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667142037026366, -122.11466845891370, -255, N'2018-03-14T00:13:57.3546800Z', 999, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bcd5097f-2bb6-40d2-a077-3be0bcea0274', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666915840562631, -122.12808526401767, -255, N'2018-03-14T00:11:25.3549650Z', 743, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bcde5067-d41b-47fa-b807-9c599e6adfe4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676192532030832, -122.10593156176138, 14, N'2018-03-14T00:23:39.3179530Z', 1386, 9, 1740, 0, -9, 53, -2, 1140, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bd0602d4-25f0-4340-b43f-030d7dad2a60', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693663405681306, -122.09763620438342, -255, N'2018-03-14T00:28:56.1555690Z', 1850, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bd07b067-cf9e-444a-9707-5f45fcd59f2c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664619686379922, -122.13250834945339, -255, N'2018-03-14T00:10:21.3487270Z', 633, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bd41f660-28e2-4e1b-adea-6d46ff45ef65', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645971112182039, -122.13479443633682, -255, N'Apr 20 2018 5:00PM', 478, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bd46fb75-b51b-4024-9f5e-8a55cdeaea35', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.656067759826847, -122.13742910222237, 14, N'2018-03-14T00:08:19.3064560Z', 428, 6, -255, -255, -255, -255, -255, -255, 17, 75, NULL, 1375, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bd471390-5914-40c4-95ca-d89d7de29bb3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644844548450315, -122.13239580822444, -255, N'Apr 20 2018 5:03PM', 546, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bd67f27c-a0a9-4c29-8acd-a37e56524e16', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684110729816510, -122.09753371796079, 1921, N'2018-03-14T00:26:39.3149970Z', 1606, 32, 1010, 45, 45, -255, 32, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bd6de339-c876-4d13-bd70-3e7500fd4f29', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667205402985346, -122.12632766632727, -255, N'2018-03-14T00:12:07.3486050Z', 779, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bd72307e-9522-4678-a625-6639960e1dce', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672203874402470, -122.10616371970694, 17, N'2018-03-14T00:21:12.1857580Z', 1280, 10, 0, 1042, 1594, -255, 0, 0, 7, 15, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bd8acc7a-6528-49a1-8cbb-64e8689d1071', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666504048425672, -122.12994995832355, -255, N'Apr 20 2018 4:56PM', 220, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bd923af9-5aec-402b-8e51-622843c54046', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693355304610940, -122.09819930305977, -255, N'2018-03-14T00:29:00.1633240Z', 1858, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bd99b44c-e5fc-4fb8-86d3-d30923c8bcb2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645964502873163, -122.13344129405577, -255, N'Apr 20 2018 5:02PM', 507, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bdecee95-7593-4f08-8537-44555cca70a7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694236657493825, -122.10354840269265, -255, N'2018-03-14T00:29:58.1650670Z', 1964, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'be08b701-38de-4449-a164-c81c0ce3ac92', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667203252454527, -122.11203626527875, -255, N'2018-03-14T00:14:58.1778150Z', 1054, 0, 4, 13, -255, 5, -255, -255, 744, -1, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'be58129b-08b1-41c3-96e6-3f159c3b512a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667247618290041, -122.12236788696410, -255, N'2018-03-14T00:12:54.3272830Z', 873, -255, -255, -255, -255, -255, -255, -255, -255, 16, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'be5d54bc-a56e-4abc-9909-3edc1d5ad021', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677353446790583, -122.10570639969775, -255, N'2018-03-14T00:23:48.3222950Z', 1404, -255, 13, -255, -255, 1, 8, 24, 10, 0, NULL, 1749, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'be60b6e0-4b79-4247-a593-f203bb353e54', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645964564095095, -122.13423639672878, -255, N'Apr 20 2018 5:02PM', 489, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'be673031-65b0-4b46-aef4-d9bf7597f404', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640809825523114, -122.13052561150286, -255, N'2018-03-14T00:00:18.3538690Z', 57, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'be9d0dfa-0f4a-4c0d-b881-0de10f0e1fbd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667417438971349, -122.11077677470566, -255, N'2018-03-14T00:16:14.1699280Z', 1088, -255, -255, -255, -255, 7, -255, -255, -255, 11, NULL, 9, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bea389ae-5ae0-43bd-aea1-71d3d06fbbb9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667999150226755, -122.10930159703857, 12, N'2018-03-14T00:17:13.1762840Z', 1126, 7, 1354, 0, -5, 8, -3, 973, 17, 7, NULL, 970, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bea9934f-cf12-467b-9413-b1236e886ff8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673539388998314, -122.10579167155586, -255, N'2018-03-14T00:21:52.1916000Z', 1326, -255, -255, -255, -255, 13, 0, 5, -255, 14, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'beb4ef13-75ca-49eb-94d2-1d620ef9eab0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.676030319787046, -122.10612586361657, 0, N'Apr 20 2018 4:54PM', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'beb70227-db93-43de-82f4-7f22d3dd1a6b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667296327896004, -122.11173334904770, -255, N'2018-03-14T00:15:41.2002410Z', 1065, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bed3906d-9303-46c0-b014-06eff2085e68', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667362882054768, -122.11106402712888, -255, N'2018-03-14T00:16:10.3464260Z', 1081, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bed6ec5d-7128-47bf-966e-8d9a6db3e102', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645753775253880, -122.13225616881172, -255, N'2018-03-14T00:03:35.2318060Z', 219, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bed9f429-891a-4e05-9122-1de62f1cb25d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672896077315684, -122.10592713242011, -255, N'2018-03-14T00:21:38.2112450Z', 1305, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'beddc484-fcb0-4a6c-8945-c2b74d5d04e8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666724955156482, -122.12931201955996, -255, N'Apr 20 2018 4:56PM', 216, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bef549e4-42a1-4229-988d-31fdb3247faa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641599387666300, -122.13057383419722, -255, N'2018-03-14T00:00:25.3269590Z', 70, -255, 5, -255, 5, -255, 13, 17, 0, 347, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bef5e5e0-ee6a-4bf5-a51e-7894cfc57056', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661513724392186, -122.13453643132137, -255, N'2018-03-14T00:09:40.3175660Z', 551, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bf04d180-aa39-468c-89da-055792636e4a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684288724943144, -122.09729725016498, -255, N'2018-03-14T00:26:41.3456430Z', 1610, -255, 51, -255, -255, -255, -255, -255, 20, 1, NULL, 52, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bf1dcbd6-bdef-41db-93ef-fea906973891', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649608310135235, -122.13700251262196, -255, N'Apr 20 2018 4:58PM', 392, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bf83e263-4c24-4bc5-b3e0-d1e2d3047261', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647091369233522, -122.13475193859240, -255, N'2018-03-14T00:05:41.3421550Z', 296, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bf8cbd55-6660-44d1-8ef8-73b146a2ff35', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646295526157594, -122.13420670405195, 652, N'2018-03-14T00:05:30.2861850Z', 274, 32, 2284, 21, 0, 0, 23, 652, -4, -3, NULL, 25, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bfa13726-2763-4216-941a-b54af9f3756e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659939132367064, -122.13536018500326, -255, N'2018-03-14T00:08:57.3368400Z', 497, -255, -255, -255, -255, -255, -255, 20, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'bff4be34-3cc5-42cb-9dba-d30c4618cc7f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673821776151719, -122.10575097372106, -255, N'2018-03-14T00:23:13.2060930Z', 1337, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c01af0ed-25f8-4848-a3d1-5a4e85c40840', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692377586092526, -122.09257621219149, -255, N'2018-03-14T00:28:11.3649540Z', 1761, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c0530766-b2a7-478b-ac70-4228e21c7607', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667251303593375, -122.12280467104446, -255, N'2018-03-14T00:12:48.3211130Z', 861, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c0860bad-e0d9-47c1-96aa-5e31bbb59edf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683677296219138, -122.09815362555021, -255, N'2018-03-14T00:26:34.3650870Z', 1597, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c090e21e-57b5-44f5-adaa-844580a254ea', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648482958763068, -122.13652744608896, -255, N'Apr 20 2018 4:58PM', 405, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c09d2584-25a1-4833-a2e9-b6ba92a2f4a8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694032316065709, -122.10308574018791, -255, N'2018-03-14T00:30:02.1977480Z', 1973, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c0c9f1e0-97b0-4159-810a-ed8aa6cf37f3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670869566883383, -122.10666467351219, -255, N'2018-03-14T00:19:32.3502980Z', 1235, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c0f5b4be-90a3-4c9e-89d6-ca18077dc01b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642504784418783, -122.13108538599948, -255, N'Apr 20 2018 5:04PM', 615, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c0f69b84-91ba-4b92-8818-9cc4442f4bab', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667240971256966, -122.12200166796707, -255, N'2018-03-14T00:12:58.3018650Z', 880, 10, -255, 19, 7, 1326, -255, -255, -255, 1100, NULL, 28, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c0fe6bb7-baef-4a77-8379-92700d667c16', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664619686379922, -122.13250834945339, -255, N'2018-03-14T00:10:21.3199210Z', 632, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c116c6c5-65bd-4a3d-bfcd-1fef7a1db09c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640169303135458, -122.13060235196474, -255, N'Apr 20 2018 5:04PM', 662, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c12bbe55-1f41-4371-b243-b1f7fa4eabfd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670166758079937, -122.10696550408196, -255, N'2018-03-14T00:19:23.3337310Z', 1217, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c13260dc-f7ea-48f4-a2d6-8d6bd68e5b7e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639623667684802, -122.13004495054379, -255, N'Apr 20 2018 5:05PM', 687, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c1431540-4f66-4e42-a943-4e26b39876dd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667708654428516, -122.10988819256436, -255, N'2018-03-14T00:16:29.1498910Z', 1110, -255, -255, -255, -255, -255, -255, -255, 7, -4, NULL, 19, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c1444517-f135-403e-a686-b5c8ee7240c6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669897350106723, -122.10718078264422, -255, N'2018-03-14T00:19:00.2066450Z', 1205, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c158da77-44a2-47ed-b7cb-9c7c0d46bd56', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.655441304143956, -122.13800912120082, -255, N'Apr 20 2018 4:57PM', 335, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c1692d34-6418-4bcf-9d58-e8826ed2f19f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645854080627757, -122.13232824595190, -255, N'2018-03-14T00:05:00.1545630Z', 227, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c169f82c-f3a9-429d-9573-151f8f84e33d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645411245875337, -122.13205011322562, -255, N'2018-03-14T00:02:01.3668250Z', 185, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c1702bed-e428-476f-a2a0-47df3c431546', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.663600300736938, -122.13384110796514, -255, N'Apr 20 2018 4:57PM', 256, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c17d7e33-f249-4d42-b546-7be545b497d2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.672662161644872, -122.10622113902311, -255, N'Apr 20 2018 4:55PM', 51, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c17fb191-1bca-4370-a0cc-2e2dd5f7a3e8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659182374347282, -122.13587753418420, -255, N'2018-03-14T00:08:39.3136420Z', 468, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 4, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c1987733-a30e-43b4-bbf5-aa8d1c309130', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671012227272271, -122.10684463560388, -255, N'Apr 20 2018 4:55PM', 68, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c19e109b-ef0c-41f4-9422-b51ca4cb7b8c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642690092184750, -122.13065456579427, -255, N'2018-03-14T00:00:48.2133650Z', 103, -255, 0, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c1b4d4f9-1402-480b-a6c7-8176ee37b9bf', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667298335993550, -122.11588885219292, -255, N'Apr 20 2018 4:56PM', 141, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 99, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c1cc00f5-1a97-4e38-b6ab-ebe148ab9731', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640089003482089, -122.12962753550617, -255, N'Apr 20 2018 5:07PM', 722, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c1d7b69b-18bd-4ed8-ba0f-745a66ee1391', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648979273909639, -122.13585400827232, -255, N'2018-03-14T00:07:42.3549370Z', 355, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c1e0bdf3-0aee-445f-a679-b8f97ab90b02', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671196336818340, -122.10676736473319, -255, N'Apr 20 2018 4:55PM', 67, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c1fd671f-7df1-4f0f-9a82-815956b05dd8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642716973850987, -122.13236147074903, -255, N'Apr 20 2018 5:03PM', 591, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c21fa1b0-7cfc-498b-b660-3be0d178ccce', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641167028895500, -122.13054956633937, -255, N'2018-03-14T00:00:21.3290110Z', 62, -255, 9, 11, -255, -4, -255, 0, -7, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c232eb2e-a4f3-4ed5-82bd-96ee9ecf1892', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667508589001571, -122.11045537659815, -255, N'2018-03-14T00:16:19.2117060Z', 1097, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c249c704-bb88-4d6a-bfcc-828c42d7aeba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676860087455566, -122.10590494419209, -255, N'2018-03-14T00:23:44.3606800Z', 1397, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c25af166-e861-419f-aca4-08d8f467cd91', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646553721487535, -122.13566676190018, -255, N'Apr 20 2018 4:58PM', 440, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c270c014-9b97-4b5d-8188-5c9d860782a1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675870004171017, -122.10614585243928, -255, N'Apr 20 2018 4:55PM', 7, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c27c2678-c293-4f26-996f-8f32dcaf1597', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640377851211113, -122.13060033556511, -255, N'Apr 20 2018 5:04PM', 658, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c282ce0d-6ad2-4192-a698-78d124d73e4a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675972292250485, -122.10619896628785, -255, N'Apr 20 2018 4:54PM', 5, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c2848218-3d90-4807-88db-40b85e367a82', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686064515232715, -122.09511736617804, 24, N'2018-03-14T00:27:16.1858660Z', 1654, 6, -1, 882, 1957, 16, 0, 16, -4, 15, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c2abdb2e-e67f-4746-95b2-538704b444f0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675009440285784, -122.10580205711922, -255, N'2018-03-14T00:23:29.3590350Z', 1367, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c2b3b627-443c-41f7-8d66-6a49ea5c0e06', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664923632528158, -122.13215513395858, -255, N'2018-03-14T00:10:24.3437370Z', 639, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c2b48cb9-bfe5-490e-a55e-95d35a4ed57e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685701632032114, -122.09547565930589, -255, N'2018-03-14T00:26:56.3659250Z', 1641, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c2cca9c5-9a73-450a-b44f-bad0342d8dda', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.672482291174170, -122.10630457678741, -255, N'Apr 20 2018 4:55PM', 53, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c2dca0ce-254c-4671-be72-ea1de12efe4a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640039710240153, -122.12941926107180, -255, N'Apr 20 2018 5:08PM', 728, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c2efd2ae-95a2-4d32-b707-5440b3e52c15', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.655227103994740, -122.13804445367921, -255, N'Apr 20 2018 4:57PM', 338, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c2fb5aa9-c7b9-4fc1-af00-a37252541144', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685350451657506, -122.09591824650086, -255, N'2018-03-14T00:26:52.3710920Z', 1633, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c30e10ae-9ccd-4552-abc4-f3cbad83c5a8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694375981461700, -122.10268432482900, -255, N'2018-03-14T00:29:40.1482180Z', 1934, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c31277e1-dd39-440a-9323-4ec2c298289b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693614408850394, -122.09441181635786, -255, N'2018-03-14T00:28:33.3587500Z', 1804, -255, -255, -255, -255, -255, -255, 34, -255, 24, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c34935b8-2d68-44c8-b7fa-a47d1184a943', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642852256723486, -122.13126930166086, -255, N'2018-03-14T00:00:58.3722100Z', 117, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c36439ed-e2fa-482e-8a3e-8a3d2ee73b66', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667236805409495, -122.12125867872265, 4, N'2018-03-14T00:13:05.3311570Z', 894, 10, 0, 4, 13, 976, -7, 0, 1107, 14, NULL, 28, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c3a622c7-26c6-4fcd-848d-28ba9ffb5922', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667249864880233, -122.12590531170926, -255, N'2018-03-14T00:12:11.3517220Z', 787, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c3bd371a-1ed6-400f-bcb6-47de13eb7310', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667248593533671, -122.12250857698656, -255, N'2018-03-14T00:12:52.2060050Z', 869, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c3dc0301-b57c-4e3a-9785-aac7ae11c259', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682450929659268, -122.09981394853422, -255, N'2018-03-14T00:26:19.3289750Z', 1567, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c3dc6ff3-46d8-4ea5-8515-0d875cd44bef', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642203361925134, -122.13058210529665, -255, N'Apr 20 2018 5:04PM', 625, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c3defd93-70b2-48e6-ae2c-8832771802c4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642203361925134, -122.13058210529665, -255, N'Apr 20 2018 5:04PM', 626, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c3df2ecb-d3f5-4cf4-89af-12908815a310', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687256866668207, -122.09354471471012, 1976, N'2018-03-14T00:27:34.2396360Z', 1686, 29, 59, -255, 59, -255, 23, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c3ea23c0-c1c3-49b6-bd2a-c7efe32bba25', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667063139384524, -122.12802022306352, -255, N'Apr 20 2018 4:56PM', 208, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c3ea34e4-101f-4af9-aa7f-b6dcc5f6728a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683402497816751, -122.09854725282310, -255, N'2018-03-14T00:26:31.3553920Z', 1591, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c3ff6066-d937-4cdb-bc4f-654a5929413f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667338117531877, -122.11123001699431, -255, N'2018-03-14T00:16:08.1556040Z', 1076, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c4144a1e-72ef-4332-a89f-6db4a4c6c707', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667187632676679, -122.11713055079926, -255, N'2018-03-14T00:13:40.2927980Z', 964, 11, 0, 3, -255, 1167, 0, -3, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c41b2b22-03de-4f5b-acbb-5b1a555083b8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643988327999473, -122.13236189256286, -255, N'Apr 20 2018 5:03PM', 566, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c42d3638-f1c4-433b-9a6c-5a59ca2f153d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645962891195055, -122.13402123875055, -255, N'Apr 20 2018 5:02PM', 494, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c43a3b21-f280-43c0-811b-9ccfc1632a03', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648962001870906, -122.13664867333277, -255, N'Apr 20 2018 4:58PM', 400, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c43debb8-e4b3-4f74-a61e-7f1ab2755230', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671100768268261, -122.10658619541650, 1497, N'2018-03-14T00:19:35.3338250Z', 1240, 13, 30, -255, 0, -255, 13, 1497, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c441435a-01e2-4326-a47f-d37c631f76fc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642511056822997, -122.13167519425582, -255, N'Apr 20 2018 5:04PM', 610, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c443548f-7380-4419-9e45-60ca4368a63f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693840707780481, -122.10224882210753, -255, N'2018-03-14T00:32:19.1604300Z', 2013, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c4575156-2ecb-435c-8952-08b3ee12dde0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667140280911283, -122.11372019041139, -255, N'2018-03-14T00:14:04.3163550Z', 1012, -255, -255, -255, 4, -255, 10, -255, 0, 1166, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c4747ab9-1026-407a-8207-60f0e259414f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688558007714164, -122.09231450901477, -255, N'2018-03-14T00:27:44.3490660Z', 1707, -255, -255, -255, -255, -255, -255, -255, 1287, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c4a6273f-9aa5-4bf3-ad93-980e9c3d390e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667193569929907, -122.11763264677666, -255, N'2018-03-14T00:13:36.3362540Z', 957, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c4c34fc8-0cc7-4b9b-a9bc-d6730b042c50', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.656285011365014, -122.13739769121121, 10, N'2018-03-14T00:08:20.3136920Z', 430, 7, 821, 0, -255, 73, -7, 1334, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c4cc4315-5b3d-4b07-9af1-20737754396b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688264621211644, -122.09250009994098, -255, N'2018-03-14T00:27:42.3577140Z', 1703, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c4e1e51d-2530-4370-9876-0597cae0fc39', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642590317379238, -122.13064637898215, 6, N'2018-03-14T00:00:43.1890710Z', 98, 10, 0, 7, 17, 715, -3, -2, 365, 17, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c4f1689c-0408-428d-8c33-c045003d8271', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693888740021883, -122.10276066047854, -255, N'2018-03-14T00:30:06.2013560Z', 1981, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c5062456-8c68-4e5d-8df1-97494c00c9dd', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.670829942473112, -122.10692242536322, -255, N'Apr 20 2018 4:55PM', 71, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c519a7c9-808b-46c4-935c-9148eac8e92d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693891688850080, -122.09562182006125, -255, N'2018-03-14T00:28:42.3334750Z', 1822, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c51bde3d-adaa-46d3-b6b8-60b34cf63af3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639999882168979, -122.13060399005407, -255, N'Apr 20 2018 5:04PM', 665, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c527cdbc-07c0-4fba-95a4-e39bc5db9772', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667152684544632, -122.12669535941045, -255, N'2018-03-14T00:12:04.3191610Z', 772, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c5460e9b-8082-4f1c-a631-c7f99f2d23d2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673744993245464, -122.10591048836386, -255, N'Apr 20 2018 4:55PM', 39, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c569c3b5-eb8f-4774-bb3a-ad2474ba81ff', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672082071798684, -122.10621484099076, 7, N'2018-03-14T00:21:07.1782310Z', 1276, 7, 0, 757, 1585, 15, 0, 6, 3, 16, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c5da7502-6825-4fdf-bd92-a820012138c7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640007960605615, -122.12905452929249, -255, N'Apr 20 2018 5:08PM', 737, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c5e42f94-3633-45da-b4ef-30d0d9749ce2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640706565093218, -122.13059686580225, -255, N'Apr 20 2018 5:04PM', 651, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c61b30b4-9550-4f14-ab62-725e4f8b8353', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643392124296362, -122.13204837727353, 3, N'2018-03-14T00:01:43.3386820Z', 148, -255, -255, -255, -255, -255, -255, -255, -255, 14, NULL, 45, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c62e7128-39d9-4f70-ba9a-901987161734', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684201831082319, -122.09741841101437, -255, N'2018-03-14T00:26:40.3182720Z', 1609, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 12, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c638bc24-e608-4092-b61f-42f7ceafe592', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671100768268261, -122.10658619541650, -255, N'2018-03-14T00:19:35.3626790Z', 1241, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c63a87bf-a7ec-49aa-b518-5bcefe4e8d78', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644645642677908, -122.13238885611479, -255, N'Apr 20 2018 5:03PM', 550, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c65cd155-4cfc-4650-bb29-eca40acf8b5e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693988196833843, -122.10298584701148, -255, N'2018-03-14T00:30:03.1835040Z', 1974, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c66380db-b555-49e0-8b5b-2b823c59cfcf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667241130712938, -122.12190493297918, -255, N'2018-03-14T00:12:59.3079930Z', 882, -255, 20, 10, -255, -3, 41, 4, 0, -255, NULL, 28, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c663adc5-9ca4-4d07-b2ee-cacbda64566b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671445740746925, -122.10646994589835, -255, N'2018-03-14T00:19:40.3270730Z', 1250, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c668a8fb-6870-41bf-b361-246d830788d0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681724115705322, -122.10066073847096, -255, N'2018-03-14T00:25:28.2035380Z', 1539, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c687f4cd-4504-4045-90b7-ca962a8dcdaa', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639618795247308, -122.13038192424642, -255, N'Apr 20 2018 5:04PM', 682, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c68a47db-62b5-4312-8aaa-4fd17841396b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667260485120586, -122.12580183156331, -255, N'2018-03-14T00:12:12.3599130Z', 789, -255, -255, 8, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c6b25594-a735-45e7-9289-19eb96df8a4c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640194374837655, -122.12966857749254, -255, N'Apr 20 2018 5:06PM', 711, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c6c622e0-1f8c-4195-b462-945b722dcecd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669543492477885, -122.10740227904095, 838, N'2018-03-14T00:18:06.1799190Z', 1190, 17, 843, 10, 0, -255, 6, 11, -3, 7, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c778898a-1e39-4f4a-84e6-d364771c375a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647583835469469, -122.13504271591017, -255, N'2018-03-14T00:06:12.2170840Z', 317, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c7839da9-5201-4e84-9690-db6be71840eb', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646197286678195, -122.13553790131448, -255, N'Apr 20 2018 5:00PM', 455, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c78ce007-7448-4583-8424-a527894f18e9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693885523288664, -122.09551134850312, -255, N'2018-03-14T00:28:41.3645300Z', 1821, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c798339f-5196-4a49-ac98-996d82ae0f0d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663170369688565, -122.13370543360072, -255, N'2018-03-14T00:10:03.2775250Z', 596, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c79d723a-c904-44e8-898b-eb9ef3263dd0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.651032217491732, -122.13681801842640, -255, N'2018-03-14T00:07:53.3191220Z', 377, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c79e687e-9c12-4b62-9ab7-d1d023f36caa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684549651106352, -122.09691887761927, -255, N'2018-03-14T00:26:44.3536580Z', 1617, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c7b6e6f5-e5e0-4bc8-adf4-6e4494188433', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654420708442196, -122.13758372221469, -255, N'2018-03-14T00:08:10.3163020Z', 411, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c7cad4ad-0fda-4425-a358-04149b559b83', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642032493672500, -122.13059128226902, -255, N'2018-03-14T00:00:30.3566410Z', 81, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c7d0d6da-8f9b-4a5d-99b3-93a6bef5243a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667142037026366, -122.11466845891370, -255, N'2018-03-14T00:13:57.3325850Z', 998, 11, -255, 12, -255, 1314, -255, -3, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c7ddad3b-5f60-4fd1-8017-013ee7e48140', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678621463272151, -122.10441378985811, -255, N'2018-03-14T00:24:02.3654860Z', 1433, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c7e2bf0b-7c8a-417a-a76f-f83022841757', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667241130712938, -122.12190493297918, -255, N'2018-03-14T00:12:59.3369070Z', 883, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c81043a1-938b-4cd8-a8ec-2451e935ca2e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.661154125907437, -122.13516174977852, -255, N'Apr 20 2018 4:57PM', 278, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c8144665-fe6c-4367-b054-82996877e2ed', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681145544910791, -122.10140916398738, -255, N'2018-03-14T00:24:41.3278960Z', 1511, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c8289673-a1dc-475f-8280-a0b1f8640268', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.653609999318796, -122.13819208757528, -255, N'Apr 20 2018 4:57PM', 353, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c844bedf-dc1d-448c-89ae-cd82c9017261', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679104095918561, -122.10385767772918, -255, N'2018-03-14T00:24:08.3628750Z', 1445, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c848654b-fd0d-41ed-99a7-c79d895c0dc7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.649625192773364, -122.13618147187177, -255, N'2018-03-14T00:07:46.2999920Z', 362, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c8523f52-f0f6-4805-b4a1-78e67e680b43', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.655033603242558, -122.13808586676761, -255, N'Apr 20 2018 4:57PM', 339, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c86b5bb0-0998-48d5-bf5e-3b89f850acf8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693917306400039, -122.10282533944348, -255, N'2018-03-14T00:30:05.1967320Z', 1978, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c86c1428-093a-4316-b54a-7f8da3bc6cab', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684459684362963, -122.09704011399769, -255, N'2018-03-14T00:26:43.3643640Z', 1615, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c87b6d0a-385d-47d1-a338-440f96e3438b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642511056822997, -122.13182455847071, -255, N'Apr 20 2018 5:04PM', 607, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c88ca0b9-03fb-4657-aa03-29904258a73f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667235763306905, -122.11183906474193, -255, N'2018-03-14T00:15:19.2021980Z', 1061, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c895bf72-016e-4115-9812-e18d54b88b39', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.670641385918266, -122.10700261008354, -255, N'Apr 20 2018 4:55PM', 73, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c8aee101-e675-444c-8aca-27ae25aeca07', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692044448340141, -122.09231580010821, -255, N'2018-03-14T00:28:07.3068550Z', 1753, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c91e02ec-a7fa-47b4-b4cd-8a7900449891', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.657328821918114, -122.13730008348020, -255, N'Apr 20 2018 4:57PM', 315, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c92a20d2-2d86-42e1-938e-ba84df3ec7aa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659611336702440, -122.13559012053011, -255, N'2018-03-14T00:08:47.3229030Z', 485, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c9497b89-3fad-4b04-ab48-f0fe40fc2173', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673613339398884, -122.10578079028720, -255, N'2018-03-14T00:21:54.2157490Z', 1329, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c95ff585-27d3-497f-b04a-f1a8d8830f90', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642857480828546, -122.13193336158847, 7, N'2018-03-14T00:01:18.1861800Z', 130, -255, 10, 10, 21, -4, 6, 5, 400, 19, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c9674806-fbef-41b1-9bb7-5b270da3de9c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686934230715600, -122.09393905406388, -255, N'2018-03-14T00:27:31.3706370Z', 1681, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c97a777d-5740-4cc2-80e7-b990ee8d90bf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667246944119320, -122.12243945362690, -255, N'2018-03-14T00:12:53.1980490Z', 871, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c9acb90f-cf20-45f4-b07a-74d723d8f8bf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647911110207104, -122.13527825593103, 16, N'2018-03-14T00:06:55.1677220Z', 330, 5, 737, -255, 0, 3, -1, 16, 16, 3, NULL, 700, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c9d90c63-176d-42f5-8aed-3cb95db5a1a7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681811110183993, -122.10052548360163, -255, N'2018-03-14T00:25:33.1847490Z', 1542, 11, 21, 12, 9, 1463, 30, -1, 0, 1855, NULL, 22, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'c9f1f2ae-ab23-4513-b72c-3bfe1303121b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689760843207246, -122.09176771251917, 34, N'2018-03-14T00:27:52.3230560Z', 1722, -255, -255, -255, 1994, -255, -255, 24, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ca07e586-c691-4598-96a1-479568a14fe1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.649813299522464, -122.13628129238030, -255, N'2018-03-14T00:07:47.3267980Z', 365, -255, -7, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ca12614c-ae2f-4c40-aa5c-28fee71817bb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684844313098544, -122.09652557519071, -255, N'2018-03-14T00:26:47.3679750Z', 1623, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ca304c2a-63a1-4507-b929-9f95764e63f8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674816355866568, -122.10578917295284, -255, N'2018-03-14T00:23:27.3122010Z', 1363, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ca32cf3a-23a5-4c1a-9d0d-4921c09860c3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667006822421100, -122.12764812574437, 1013, N'2018-03-14T00:11:32.1983030Z', 752, 15, 693, 13, 0, -255, 5, 10, -255, -255, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ca4fb32a-d3d4-4e1b-b926-802cdc41babb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641885113760928, -122.13058206906447, -255, N'2018-03-14T00:00:28.3596510Z', 77, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ca630783-186f-400b-bdd1-cadf5b93452f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675274461485792, -122.10602695549886, -255, N'Apr 20 2018 4:55PM', 19, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ca6747ed-5cd4-41d5-b74a-642e28e17578', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645966463860972, -122.13328266567713, -255, N'Apr 20 2018 5:02PM', 512, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ca6894e6-511c-4341-9220-2490494f1775', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659517926072766, -122.13564568284193, -255, N'2018-03-14T00:08:45.3180800Z', 480, -255, -255, -255, -255, 12, -255, 4, 10, 4, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ca6d4baa-3150-47bf-a247-e2b60f6a40b4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.659428333843181, -122.13627256709911, -255, N'Apr 20 2018 4:57PM', 294, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ca7ddf03-8d77-483e-8231-4b2d72a90295', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666381670530917, -122.13025517280552, -255, N'Apr 20 2018 4:56PM', 221, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cad03af4-9775-45f4-be34-91b66a5f1b6a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646312492122846, -122.13290741583833, -255, N'2018-03-14T00:05:15.3120810Z', 251, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'caea197c-ff7e-4b9a-b27e-aff9b2102710', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667247618290041, -122.12236788696410, 5, N'2018-03-14T00:12:54.2979590Z', 872, -255, 20, 10, -255, -3, 43, 3, 0, 1095, NULL, 27, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cb0b9ecc-6fb0-4df9-9bc0-45cfbfee789f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667141973915854, -122.11480501381983, 6, N'2018-03-14T00:13:56.3336590Z', 996, -255, -255, -255, 21, -255, -2, -255, 1158, 19, NULL, 35, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cb0edf64-cba1-43f4-a658-98664f732810', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693858200813139, -122.10232148804168, -255, N'2018-03-14T00:31:36.1716980Z', 2004, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cb4739d7-2dea-4406-b1a6-8f2b10011a05', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645953904079462, -122.13523194464199, -255, N'Apr 20 2018 5:00PM', 468, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cb479a5e-ec77-4183-aad8-2021d2d483f0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671924088787591, -122.10646004556162, -255, N'Apr 20 2018 4:55PM', 59, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cb6197f3-8201-41ea-a12e-060558262e82', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674911520891257, -122.10579545692791, -255, N'2018-03-14T00:23:28.3760940Z', 1365, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cb63c22e-82f7-4c6a-bb5f-4d20aa360cc5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667237023616863, -122.12169893489541, -255, N'2018-03-14T00:13:01.3337140Z', 886, -255, 5, 10, 4, -2, 13, -2, 0, 1103, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cb77a80e-5f0b-4bf7-8519-490e30ef5f9a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645411806916172, -122.13210991990330, -255, N'2018-03-14T00:02:06.2117870Z', 190, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cb870c3a-1f57-4ae4-9815-fc33fd1ad87b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642508086838298, -122.13134397534706, -255, N'Apr 20 2018 5:04PM', 614, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cb898b0d-43f2-4937-991e-985f3c046fd4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693876851407104, -122.10230868128507, -255, N'2018-03-14T00:30:35.2485790Z', 1991, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cbaddb43-248a-40ce-9b61-1cb628834c52', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649273653563199, -122.13679072084403, -255, N'Apr 20 2018 4:58PM', 395, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cbc02484-7087-4065-83df-a6600c784469', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644736755921471, -122.13239204068429, -255, N'Apr 20 2018 5:03PM', 548, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cbc4ddde-b042-4a69-b164-20fb8c3c7699', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667387223038098, -122.11160792417373, -255, N'Apr 20 2018 4:55PM', 118, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cbcb8bb8-a424-42f0-aa4d-dd9f2edddd81', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671024864424500, -122.10661621994373, -255, N'2018-03-14T00:19:34.3174700Z', 1238, -1, 4, 11, -255, -255, -255, -255, 1069, -2, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cbf2d429-4bec-47fe-b881-7cc3adc651b7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691095438211008, -122.09176034831916, -255, N'2018-03-14T00:28:00.2945970Z', 1738, -255, -255, -255, -255, -255, -255, -255, -255, 19, NULL, 8, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cbf696e5-a4ca-4c00-b427-e765d24ecb4d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648135399948934, -122.13539736786856, -255, N'2018-03-14T00:07:28.2060820Z', 341, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cc0b793b-eeed-46bb-a507-8d40f42ce37f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.649304075745874, -122.13601873002689, -255, N'2018-03-14T00:07:44.3347760Z', 359, 67, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cc0cf3c0-3006-4247-9576-a2cf239db4f7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667179304858493, -122.11218154820631, -255, N'2018-03-14T00:14:54.2209940Z', 1051, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cc19f7d9-3a5d-4768-b7d7-9566aab54c7e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.651594585694589, -122.13785877591891, -255, N'Apr 20 2018 4:58PM', 372, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cc31d077-a702-4d41-9c32-84e6d5ae64c4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647375216698549, -122.13493450801093, -255, N'2018-03-14T00:05:49.2444690Z', 307, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cc5bf211-5732-42a0-adb6-3c1c2f8e993d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670297689074957, -122.10689685096943, -2, N'2018-03-14T00:19:25.2927530Z', 1220, -7, 32, 25, -255, -255, -255, -255, 1264, -2, NULL, -5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cc5dd9f5-da6e-4c5e-9cd7-a5e7f0f221df', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662619069906057, -122.13400450228535, -255, N'2018-03-14T00:09:56.3195980Z', 583, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cce71330-4fce-40f1-a31f-1a610eb5492b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667245135339698, -122.12697548341599, -255, N'Apr 20 2018 4:56PM', 202, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ccfb48d2-812d-43cb-b56c-c2e8100863d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669655867000913, -122.10732227026298, -255, N'2018-03-14T00:18:11.1992260Z', 1195, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cd01ed60-92fd-401d-b5a8-2fb102e99186', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640007960605615, -122.12905452929249, -255, N'Apr 20 2018 5:08PM', 738, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cd2d9945-858f-4da1-80d2-4397971b76b6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660613069339071, -122.13503408035119, 15, N'2018-03-14T00:09:18.2175530Z', 520, 13, -1, 701, 879, 10, 0, 4, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cd31f70b-4221-45dd-bf13-178edf23723d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667188385012281, -122.12645051379725, 21, N'2018-03-14T00:12:06.3279540Z', 776, 29, -255, 1915, 1048, -255, 1048, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cd389c08-69fc-4d74-8a5a-6fa1985b6944', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693917306400039, -122.10282533944348, -255, N'2018-03-14T00:30:05.2283160Z', 1979, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cd50caf8-4795-45b2-b85c-644908168bec', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639621724865570, -122.13017931429738, -255, N'Apr 20 2018 5:05PM', 686, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cd56594e-c359-428a-a1aa-17ca7c305860', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686658294175636, -122.09430183266915, -255, N'2018-03-14T00:27:28.3399240Z', 1674, -255, -255, -255, -255, 48, -255, 28, 12, 23, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cd906fdd-3773-459f-be70-4833e817302b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667319694963815, -122.11881704628814, -255, N'Apr 20 2018 4:56PM', 157, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cdafdbc5-bcad-4973-9a04-c6fdebb8b09f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.653240795466331, -122.13753163457250, -255, N'2018-03-14T00:08:04.2863450Z', 398, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cdb06a71-4e48-49ef-9ec4-15f5d551a707', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646379851867891, -122.13558642509432, -255, N'Apr 20 2018 4:59PM', 450, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cdbf1ad8-f4d6-4717-adbb-98b02acddb9d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689590693532956, -122.09182727391045, -255, N'2018-03-14T00:27:51.3127320Z', 1720, 64, -255, 1404, -255, -255, -255, -255, 1, 54, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cde9bcc5-5abd-417a-9b82-f28c82c3873e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667324876077330, -122.12063829256115, -255, N'Apr 20 2018 4:56PM', 168, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ce07ab36-974f-41d4-bfeb-2e5892696780', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646043233648498, -122.13267599599864, -255, N'Apr 20 2018 5:02PM', 520, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ce1a180b-f5c6-490a-bb80-ef98303c8e81', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667264390111562, -122.12343866828827, -255, N'2018-03-14T00:12:40.2028560Z', 845, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ce1a6b88-3a1e-4738-82fe-ebeccee215d0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646553721487535, -122.13566676190018, -255, N'Apr 20 2018 4:58PM', 439, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ce4503b9-c3d2-4a6b-b6cd-676f77b21ab2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647325355138079, -122.13490059008704, -255, N'2018-03-14T00:05:46.2312540Z', 305, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ce474b2d-4fd4-4f22-8895-c6166a2e0fb9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666458418576859, -122.12962818143605, -255, N'2018-03-14T00:11:04.2005050Z', 702, -255, -255, -255, 3, 984, 10, 14, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ce5a3f19-7691-494a-bec0-8f9165a74a1b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668333095595408, -122.10872179736542, -255, N'2018-03-14T00:17:37.2920310Z', 1144, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ce702c64-241a-4a20-b00f-25fc4834fec6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658009529097292, -122.13650311865345, -255, N'2018-03-14T00:08:31.3027480Z', 452, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 833, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ce798fc8-61dc-4df2-b43a-869659fe4389', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.656883030497000, -122.13726280050022, -255, N'2018-03-14T00:08:23.3356960Z', 437, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ce971dfb-4f87-4196-b7b3-a98fb9ab86b4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641878363294907, -122.13058552322981, -255, N'Apr 20 2018 5:04PM', 632, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ced85bf5-09d1-4037-be55-fe0d86c57c04', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667301920649948, -122.12393990590910, -255, N'Apr 20 2018 4:56PM', 186, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cee48509-7c66-4395-908b-9e1373870573', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686745105044828, -122.09418386277832, -4, N'2018-03-14T00:27:29.3233250Z', 1676, 50, 34, 30, -255, -255, -255, -255, 50, 1853, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cef23244-fa6f-4396-8ae1-ea10c3615690', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670229233552320, -122.10693204176461, -255, N'2018-03-14T00:19:24.3369250Z', 1219, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cf290aa9-fe7b-4842-af79-6bcf3baf78e1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641381467608063, -122.13056154708929, -255, N'2018-03-14T00:00:23.3242000Z', 66, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cf837b00-a528-4ba9-a07a-0f9b8cadb0fe', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659255224598908, -122.13580200735467, -255, N'2018-03-14T00:08:40.2948910Z', 470, -255, -255, -255, -255, 4, -255, -255, 10, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cf8767db-c792-40df-ba2b-35f96fa876b0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667310474689771, -122.11665080415676, -255, N'Apr 20 2018 4:56PM', 146, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cfc1ed49-2d2b-418d-8326-518d29c5db14', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666049675022968, -122.13058665205247, -255, N'2018-03-14T00:10:47.2135220Z', 676, -255, -255, -255, -255, 16, -255, 5, 10, 5, NULL, -5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cfc51255-fd9d-448e-b0a8-727f83f79a46', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667234863272300, -122.12115811080764, -255, N'2018-03-14T00:13:06.3688820Z', 897, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cff2568b-ac61-4d23-abe5-6c96fd0e07e2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639727395182682, -122.13035807215772, -255, N'2018-03-14T00:00:04.2111170Z', 31, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cff8c0d6-b30d-41f1-882c-d51f5a826d95', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681993724592466, -122.10027696420309, -255, N'2018-03-14T00:25:39.1749080Z', 1548, 11, 7, -255, 7, -4, 19, -3, 0, 1860, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'cffecd8f-49e6-4baf-98fd-7571772780c2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667139154578329, -122.11440374320179, -255, N'2018-03-14T00:13:59.3228140Z', 1002, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 29, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd009a3fb-4706-4bf0-973e-eb2119be01d7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667251303593375, -122.12280467104446, 4, N'2018-03-14T00:12:48.2939710Z', 860, -255, 4, 10, 12, 0, -255, -255, 1090, 14, NULL, 20, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd019a63e-8a6e-4ff3-b358-3b0e6c8d0642', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667142863223923, -122.11523717416014, -255, N'2018-03-14T00:13:53.2971630Z', 990, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd0404553-b53b-4f35-adae-d438f9b0627f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686498899227644, -122.09452678043115, 50, N'2018-03-14T00:27:26.3357530Z', 1670, -255, 33, 1968, -3, -255, -255, -255, -255, -9, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd044079a-d760-4be6-b7ae-eb850f747f16', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659828420360206, -122.13541722110043, 4, N'2018-03-14T00:08:54.2169030Z', 492, 0, 14, 855, 10, 14, 702, 16, 16, 704, NULL, -7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd0446e3a-f49e-40b3-b75a-44f0088d4262', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691411467339000, -122.09191434064881, -255, N'2018-03-14T00:28:02.3030220Z', 1743, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd05de375-5cea-43a2-93c8-670683d4ce64', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677236673052505, -122.10577226898495, -255, N'2018-03-14T00:23:47.2889380Z', 1403, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd05fc97c-24db-4b88-aa57-019d28ce30c6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.649273653563199, -122.13679072084403, -255, N'Apr 20 2018 4:58PM', 396, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd091597d-de7d-454b-8b33-8b944a7faeff', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646271304283530, -122.13250124136222, -255, N'2018-03-14T00:05:11.3179350Z', 243, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd0f96416-1df9-4c1c-9cdd-27c59165ebfc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693870374380147, -122.10225057870637, -255, N'2018-03-14T00:31:25.1823650Z', 2002, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd1056cf8-0abd-44bf-b88a-949094a78fee', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.664890521057323, -122.13271242004143, -255, N'Apr 20 2018 4:57PM', 242, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd12affd0-c2d2-4fde-8e9a-ab2f9be2e001', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.658012101248957, -122.13694151387054, -255, N'Apr 20 2018 4:57PM', 308, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd13c160c-9ea4-4627-890a-5d6645467656', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666049675022968, -122.13058665205247, -255, N'2018-03-14T00:10:47.2354210Z', 677, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd13c64aa-ccd4-4da0-968b-b5a911cb8f2d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673043856887000, -122.10588473271909, 22, N'2018-03-14T00:21:42.1973000Z', 1308, 17, -2, 1245, 1623, 11, 0, 11, 3, 25, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd15532e6-03d3-4ca3-88d8-cca00154eb7d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671554681084757, -122.10661717963561, -255, N'Apr 20 2018 4:55PM', 63, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd15bb409-83b7-4817-8fd6-164490b18210', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684370461393058, -122.09716771810341, 1404, N'2018-03-14T00:26:42.3123950Z', 1612, 34, 1356, 49, 49, -255, -255, -255, -4, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd15dfd87-ddce-46de-a413-287281776e09', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644375200061500, -122.13204799314910, -255, N'2018-03-14T00:01:51.3257510Z', 164, -255, 5, 10, -255, -6, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd170c534-3faa-47f3-95ff-65ce727d49aa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659373322249380, -122.13571706515322, 4, N'2018-03-14T00:08:42.3012370Z', 474, -255, -255, -255, 10, 14, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd1826a94-e6a6-41f2-a1c1-0ad7ede349dc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666274147296761, -122.13006853730559, -255, N'2018-03-14T00:10:57.1748940Z', 690, -255, -255, -255, -255, 12, -255, 4, 10, 4, NULL, 2, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd184036b-6271-48dc-b9a5-9f00d0c49739', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667276235629053, -122.12504960938007, 7, N'2018-03-14T00:12:19.3212600Z', 802, -255, 0, -255, 12, -255, 0, 3, 1061, 18, NULL, 28, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd1a21cc7-87f9-42d5-b115-b137b9f14de9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666767000140979, -122.12865310216007, 12, N'2018-03-14T00:11:18.1981270Z', 728, 4, 10, -255, -255, 1, 4, 12, 14, 19, NULL, 769, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd1ca81dc-890e-491c-8e9b-0bc12e1aae34', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682331119683300, -122.09990045195632, 29, N'2018-03-14T00:26:17.3085730Z', 1562, -255, 22, 13, -255, -3, 40, -1, 0, 33, NULL, 24, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd1d47ab5-ba13-4ae0-9d0a-d669c44c95de', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660836697574958, -122.13490682138416, -255, N'2018-03-14T00:09:25.2218230Z', 528, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd1dd69f0-ae77-4395-ba70-7e761ccd3a63', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663490627946757, -122.13354838147116, -255, N'2018-03-14T00:10:08.3543960Z', 607, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd210d513-a918-4c12-9c21-5366fedcc699', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674101943601677, -122.10574751089426, -255, N'2018-03-14T00:23:18.3088660Z', 1344, -255, -255, -255, -255, 15, -255, 8, 16, 5, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2138174-dd6c-48dc-b275-7e9978b409f2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671682607641259, -122.10638324658845, 5, N'2018-03-14T00:19:44.3367140Z', 1258, 1506, -255, 14, 734, -255, 16, -255, 20, 888, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2169c3d-16fe-4fe7-98c1-25bdf7c073f9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.657147274792315, -122.13738115596210, -255, N'Apr 20 2018 4:57PM', 317, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd25061d3-2aec-4c81-998d-e3e8e6a345b4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667455399830580, -122.11127835845259, -255, N'Apr 20 2018 4:55PM', 115, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2637bc1-f87b-44eb-96f7-845da3cf79a5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.654240545944802, -122.13815563219485, -255, N'Apr 20 2018 4:57PM', 347, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd26f2552-bbef-43d9-b3c9-30f706d5ecd9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666381670530917, -122.13025517280552, -255, N'Apr 20 2018 4:56PM', 222, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2743bd9-960b-46ee-a8f7-895418f5a115', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644848946754088, -122.13205847510940, -255, N'2018-03-14T00:01:55.3088580Z', 172, -255, 4, -255, 4, -255, 13, 1, 0, 437, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd274d983-5b58-4b52-9a69-a3bdd224f19e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693856546661415, -122.09678505104972, -255, N'2018-03-14T00:28:51.3771950Z', 1841, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd28c3253-1ed2-4bb4-8a4c-c2d844f131f9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673087587750693, -122.10586535733675, -255, N'2018-03-14T00:21:43.2096200Z', 1311, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2986b36-f2fc-4511-809c-2a59d6037b71', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642863660044526, -122.13179194988031, -255, N'2018-03-14T00:01:04.2089270Z', 127, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2a09034-2263-4e91-a385-1886fc450d8a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667237409262192, -122.12147246521222, -255, N'2018-03-14T00:13:03.3583720Z', 891, -255, -255, -255, -255, -255, -255, -255, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2aa6d2a-e267-4874-bebf-b43e1a45f3e6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.660745832529372, -122.13550271696774, -255, N'Apr 20 2018 4:57PM', 282, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2b27807-8186-40f1-b561-493e0f7bce2b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648320692659674, -122.13648017331677, -255, N'Apr 20 2018 4:58PM', 407, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2c43418-4c55-4d6b-9d8d-c0336aa873a0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667250449311993, -122.12297706527295, -255, N'2018-03-14T00:12:46.2201090Z', 857, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2cee2be-2eb6-4695-84a3-acb798506ac0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692875123216737, -122.09990436524932, -255, N'2018-03-14T00:29:11.1527700Z', 1878, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2d8e670-ef78-4bd9-89d2-c5ef492171d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667248593533671, -122.12250857698656, 16, N'2018-03-14T00:12:52.1840260Z', 868, 10, 0, 20, 40, 1419, 3, -3, 1093, 28, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2e54162-a7fd-418b-b656-60684a94ff5a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680663922512196, -122.10196522007152, -255, N'2018-03-14T00:24:30.3353550Z', 1488, -255, 6, -255, 4, -255, 14, -7, 0, 1792, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd2e6fc5f-7632-4828-82f1-cc6dbd6d4810', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692627335305659, -122.09272201115309, -255, N'2018-03-14T00:28:15.2579570Z', 1769, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd335c524-06e9-4aa0-9cdd-d1de2e50c268', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667238970401968, -122.12180597315736, -255, N'2018-03-14T00:13:00.3241550Z', 885, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd368df68-0c48-49cf-aaef-682a24bb3cf9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642380126876681, -122.13062047561701, 2, N'2018-03-14T00:00:37.1495560Z', 92, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd37c81f4-f79f-4301-bd9a-d7eacb7c5bfb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646027894488135, -122.13232724762342, -255, N'2018-03-14T00:05:04.2719550Z', 233, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd3844f69-3e2f-4c8e-9e11-d5d1e2168174', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668372321769489, -122.10864866509509, 28, N'2018-03-14T00:17:38.2859670Z', 1146, 28, -3, 1307, -255, -255, -255, -255, -1, 41, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd3a56c2e-6558-416a-b8c5-290777c07971', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686366393431939, -122.09472239082793, -255, N'2018-03-14T00:27:24.2889830Z', 1666, -255, -255, -255, 0, -255, 19, 12, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd3a85864-e776-41c4-ab3f-192b18766ccc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645223732592470, -122.13240689715886, -255, N'Apr 20 2018 5:03PM', 540, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd3a99ba6-bcd8-492f-9180-bfcc5058da95', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684952783586944, -122.09640309234635, 1085, N'2018-03-14T00:26:48.3240830Z', 1624, 16, 1049, 50, 50, -255, -255, -255, -4, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd3aa2528-1ea0-4f07-9000-88df1f8a2c28', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673821776151719, -122.10575097372106, -3, N'2018-03-14T00:23:13.1807910Z', 1336, 34, -255, 18, -255, -255, -255, -255, 16, 1741, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd3b4fc13-411f-4314-b481-cda386b71194', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683227370756121, -122.09881546490126, -255, N'2018-03-14T00:26:29.3685830Z', 1587, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd3c6b28b-fba8-471d-80a5-23eaa1e99654', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639621724865570, -122.13017931429738, -255, N'Apr 20 2018 5:05PM', 685, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd3eb0f38-0455-4dd9-9315-a2cbc157e6ec', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693162609232878, -122.10160816273854, -255, N'2018-03-14T00:29:26.1585420Z', 1907, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd42fc63f-e6c4-42d7-b1fb-1fe1e7b4dbd9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682203121029069, -122.09999760361764, -255, N'2018-03-14T00:25:46.1783270Z', 1559, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd45f14b1-f2cb-4693-a64b-bfbcef2b82ba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.650013465425275, -122.13636924832451, 47, N'2018-03-14T00:07:48.2676350Z', 366, 72, -4, 1588, 790, -255, 0, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd48b7f00-a41d-4e88-8007-418e673b74b0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669020601741100, -122.10787136365012, -255, N'2018-03-14T00:17:50.3245310Z', 1171, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd4aa356b-7422-4246-8727-39a893659730', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662318739990020, -122.13419617889437, -255, N'2018-03-14T00:09:52.3464240Z', 575, -255, -255, -255, 33, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd4ae64a9-7715-4986-bb3a-60856205113f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642756102862748, -122.13064446850476, -255, N'2018-03-14T00:00:51.2088120Z', 104, 10, -255, 20, -255, 1595, -255, -4, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd4dd8996-d8c3-445b-b937-5abf6d061fd5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660836697574958, -122.13490682138416, -255, N'2018-03-14T00:09:25.2417390Z', 529, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd4f07f27-c7a8-4b9d-8f0f-19d1832cd44b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670708463167870, -122.10672297247673, -255, N'2018-03-14T00:19:30.3357710Z', 1230, -255, -255, -255, -255, 4, -255, -255, -255, 12, NULL, 3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd504487d-db62-4161-8d1a-901294a16e73', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667708654428516, -122.10988819256436, -255, N'2018-03-14T00:16:29.1710530Z', 1111, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd50e27b7-e172-452c-b172-9e8a8472a61d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646324397427179, -122.13349172308376, -255, N'2018-03-14T00:05:20.3127100Z', 261, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd527b104-1d17-4686-827e-1d94feea1e00', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645514470576352, -122.13202500298458, -255, N'2018-03-14T00:02:04.2646250Z', 189, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd52ef8a6-94f8-4537-b857-3829086da410', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692124242479792, -122.09238664743414, 15, N'2018-03-14T00:28:08.3057920Z', 1754, -255, -7, 1079, -255, -255, -255, -255, 17, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd5349666-7420-4c46-a4ae-2f147b0bb9a8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665528393147810, -122.13186928193254, -255, N'Apr 20 2018 4:56PM', 233, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd5375bff-0029-43cb-94fc-04f189ed9ade', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691705848980732, -122.09208050890079, -255, N'2018-03-14T00:28:04.2916220Z', 1746, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd56003c9-3da7-49e4-9027-261dee07b2c3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669793783947767, -122.10721621795015, 16, N'2018-03-14T00:18:45.1739990Z', 1200, 4, 0, 692, 1446, 12, 0, 5, 3, 15, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd564c39d-2e99-4304-9bc7-045d0c2d2c17', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667530890968500, -122.11038980511722, 1301, N'2018-03-14T00:16:20.1750820Z', 1098, 15, -255, -255, 0, 0, 4, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd571c8a5-c435-49e6-8329-a8b443a96644', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646506041150907, -122.13570466818395, -255, N'Apr 20 2018 4:58PM', 433, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd57236e3-ffe3-4329-b9f6-7d320e4e9900', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667277809463890, -122.12548218161056, -255, N'2018-03-14T00:12:15.3671100Z', 795, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 27, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd58a425d-4e37-4e5e-8888-23068adeab16', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682450929659268, -122.09981394853422, -255, N'2018-03-14T00:26:19.2989860Z', 1566, -255, -255, -255, 27, -255, -255, -255, -255, 1901, NULL, 34, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd59dcc2c-93e7-4ff5-a636-af5ff268e37a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.653384754012315, -122.13819159515269, -255, N'Apr 20 2018 4:57PM', 356, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd5d7faa4-6f78-4cb6-8a5e-6931938f04aa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669157310769720, -122.10772579277342, -255, N'2018-03-14T00:17:53.2874510Z', 1176, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd5e1625e-46e4-402c-bf75-2ab9a5f66cbf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662020767752487, -122.13431279695887, -255, N'2018-03-14T00:09:48.3375410Z', 566, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd627bd23-8af9-4ce6-a4e8-dee0d47c8a45', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639943529279350, -122.13060453491617, -255, N'Apr 20 2018 5:04PM', 668, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd62e156d-68f7-4e7b-a869-4176b4df4fc6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.663397367768098, -122.13395610794147, -255, N'Apr 20 2018 4:57PM', 257, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd634f7a4-5f3a-456a-ae3c-8748fc562ba2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694434525172400, -122.10346945348377, -255, N'2018-03-14T00:29:52.1813520Z', 1956, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd6394c67-bcf1-463e-a262-7d774d82c424', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667321566299137, -122.12210484802860, -255, N'Apr 20 2018 4:56PM', 175, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd6553bfa-6dc6-404a-b417-7bc161c59216', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672582570493446, -122.10603419900890, -255, N'2018-03-14T00:21:27.1416530Z', 1294, 14, 678, 6, 1609, 14, 0, 4, 0, 13, NULL, 4, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd66931f5-970b-4efb-b145-868ee4c724dc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640421345836081, -122.13051656876347, -255, N'2018-03-14T00:00:15.3613770Z', 51, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 29, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd676dc60-33b2-44bf-a2d2-79ce2d4176bf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.639747600541135, -122.13042613206015, -255, N'2018-03-14T00:00:06.2241590Z', 32, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd67934e7-02f5-450a-83bf-f4318dde39db', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667183046746600, -122.11662413978424, 14, N'2018-03-14T00:13:44.3134710Z', 972, -255, -255, -255, -255, -255, -255, -2, 27, -255, NULL, 34, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd6883f02-d066-4d82-8e85-667935c40fe2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647631448476126, -122.13508419303813, -255, N'2018-03-14T00:06:16.2037840Z', 319, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd6934100-8509-4df1-86c5-a6be9c1ed12a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692987503144145, -122.09313236500898, 2023, N'2018-03-14T00:28:21.3233730Z', 1780, 55, -255, 30, 0, -255, 55, 2023, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd6992382-f7a0-45e1-b533-fd8535ad7c61', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675436195333269, -122.10584486180338, 0, N'2018-03-14T00:23:33.3310510Z', 1374, 1734, -255, -255, 18, 1735, 15, 29, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd6a297b9-c49d-42a8-a7c9-598a9ac4aabb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667252408687773, -122.11190866492413, 0, N'2018-03-14T00:15:04.1775550Z', 1058, 0, 5, 16, 5, 5, 11, -255, 681, 0, NULL, 3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd6d2b29d-d772-4698-9ee5-1d69624022ef', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667133630159995, -122.11319633205167, -255, N'2018-03-14T00:14:09.2187720Z', 1022, -255, -255, -255, 4, -255, 12, -255, 0, 1171, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd6e9641d-1c08-4d1f-a052-e759b6189bb2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639723542004326, -122.13060504080205, -255, N'Apr 20 2018 5:04PM', 675, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd6fb9828-482f-4301-b7d4-16cbfbf53383', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644844548450315, -122.13239580822444, -255, N'Apr 20 2018 5:03PM', 545, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd6ffeb11-d267-4ed6-886c-6b93ad2b8401', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668222931952663, -122.10894765467857, -255, N'2018-03-14T00:17:33.2010710Z', 1139, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd70c3548-93cd-46ea-93ab-450727ab0af4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640305322168331, -122.13051845392026, -255, N'2018-03-14T00:00:14.3595380Z', 49, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd7125f61-33ef-46a3-bd49-4e405701e563', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671960440506481, -122.10625641545630, 1522, N'2018-03-14T00:20:01.1776710Z', 1268, 15, 679, 5, 0, -255, 5, 1523, 0, -1, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd72a8b38-6e69-4c4e-b9c2-b02a77fc4adb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667199426257682, -122.11817249969484, -255, N'2018-03-14T00:13:32.3619630Z', 949, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd72c9184-a357-48df-8fe8-5f1bf3d570ff', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686745105044828, -122.09418386277832, -255, N'2018-03-14T00:27:29.3491330Z', 1677, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd7938596-75d9-4766-934d-7ead59988939', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663986860943100, -122.13312291712080, -255, N'2018-03-14T00:10:14.3633120Z', 619, -255, -255, -255, -255, -255, -255, -255, -255, 40, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd7a4b293-6019-4047-93d9-a39be43142ac', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.661811984315612, -122.13481230594014, -255, N'Apr 20 2018 4:57PM', 271, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd7c9f2f9-c2f5-424d-a655-f305179da223', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665682148555100, -122.13119823214507, -255, N'2018-03-14T00:10:33.3447430Z', 657, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd7d688f0-4477-4f81-9d52-41a2621b9423', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.669698798534334, -122.10752522025426, -255, N'Apr 20 2018 4:55PM', 83, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd7ebe9ec-42bd-4375-960b-59fd4bf3ea10', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690263235265249, -122.09165568111251, 17, N'2018-03-14T00:27:55.3057170Z', 1728, 66, -255, 1227, 1997, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd812051e-e0d0-4a64-8284-ba4c297fef10', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674075905488934, -122.10590678872416, -255, N'Apr 20 2018 4:55PM', 34, -255, 1, -8, -255, -255, -255, -255, 44, 22, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd840d59a-9c4a-4d9d-813d-0cc042affca1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666827330764136, -122.12843110431079, -255, N'2018-03-14T00:11:21.3490670Z', 735, 1003, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd8411bd8-4cb4-4ed5-9567-6400b1c3a4df', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660397105260316, -122.13517620183443, -255, N'2018-03-14T00:09:09.2193830Z', 512, 15, -255, 5, 10, 17, -255, 5, 12, 702, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd8464ea0-99df-4c7f-953b-10421b02b642', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659474025195806, -122.13566997251439, -255, N'2018-03-14T00:08:44.3119420Z', 478, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd84c6eca-11fb-4eb6-af0f-9e08141c965d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.649144359571594, -122.13593250714604, -255, N'2018-03-14T00:07:43.2966300Z', 356, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd84fc791-1a8b-4159-a628-2144a440e070', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648320692659674, -122.13648017331677, -255, N'Apr 20 2018 4:58PM', 408, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd8bcc466-df43-475b-9415-eb726bf36e33', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666333258552569, -122.12994036173886, -255, N'2018-03-14T00:10:59.2301530Z', 695, -255, -255, -255, -255, 12, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd8c35769-f6a0-4313-b64e-82a3643d06e4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667251596602206, -122.12289159337993, -255, N'2018-03-14T00:12:47.2212340Z', 858, -255, -255, -255, 4, -255, 14, -7, 0, 1089, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd8d8ab0c-6c16-41f0-a05b-82d8c938a54c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692377586092526, -122.09257621219149, 783, N'2018-03-14T00:28:11.3322530Z', 1760, 14, -255, 19, -255, -255, -255, -255, -7, 17, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd8e0a5b1-7579-4e36-a4a7-cd9aeea46b6b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667210960387813, -122.11961419427838, -255, N'2018-03-14T00:13:21.3254130Z', 926, 11, -255, 18, 4, 1240, -255, -255, -255, 1123, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd8ff14be-04b2-4819-9dff-efb26662eb4d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667205912083830, -122.11857870094508, -255, N'2018-03-14T00:13:29.3284720Z', 942, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd99d83f9-1d3a-41fc-8885-5c4531e29eb8', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645337163346717, -122.13240770528500, -255, N'Apr 20 2018 5:03PM', 538, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd9a58a6d-f0c8-422e-961a-315818a87ca8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.655114029554262, -122.13772685536721, -255, N'2018-03-14T00:08:14.3343270Z', 419, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 1410, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd9c9d8d3-ba86-42d6-bc4a-869d24bd5c8a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645968342111871, -122.13436623478324, -255, N'Apr 20 2018 5:02PM', 487, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd9ca63a8-e754-45fe-b1e3-5e8a385a5317', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667137247156127, -122.11335972831887, -255, N'2018-03-14T00:14:07.3108960Z', 1018, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'd9d0ea8e-2567-4059-ade3-e815ae940ee5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664426497433958, -122.13271318349264, -255, N'2018-03-14T00:10:19.3512840Z', 629, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'da0dbb37-b0a9-4eba-ad0e-6f4ceeac86ee', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.655873442942642, -122.13749676900400, -255, N'2018-03-14T00:08:18.3240660Z', 427, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'da128cf4-c44e-4080-80ee-1f1eb528a2b4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667417438971349, -122.11077677470566, -255, N'2018-03-14T00:16:14.1980960Z', 1089, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'da4fd5cc-0c73-4783-b244-e6fb364299cd', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.676860087455566, -122.10590494419209, -255, N'2018-03-14T00:23:44.3320920Z', 1396, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'da5597d4-703a-4ca2-9143-f0ae12ea6074', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639897864288251, -122.13060497643970, -255, N'Apr 20 2018 5:04PM', 670, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'da6167d7-4617-4799-884b-4a1b80657c0d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667210067984705, -122.11871392446538, -255, N'2018-03-14T00:13:28.3471540Z', 941, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'da64f7de-1146-4e13-b856-ee2ba77d3bc5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657453990382450, -122.13695616463752, -255, N'2018-03-14T00:08:27.2748620Z', 444, -255, 10, -255, -255, 2, -255, -255, 12, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'da6940a6-1a30-42d5-8139-db5b8fe82567', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667139760068537, -122.11427097585469, -255, N'2018-03-14T00:14:00.3479280Z', 1005, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'da7059d5-0140-49e9-a1d2-05709f201d19', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660639906365574, -122.13501794157095, -255, N'2018-03-14T00:09:19.2129650Z', 522, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'da9229f6-5b2e-4b7d-8a1e-0d90c7632ef7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667270231430123, -122.12479024680418, -255, N'2018-03-14T00:12:22.3508120Z', 809, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'da9dbf72-20f9-4c12-b3f7-43359eb1f13e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666894005642504, -122.12817935783102, -255, N'2018-03-14T00:11:24.3543870Z', 741, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'daa85359-1ad3-45ef-bc40-6408c4a746ad', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671682607641259, -122.10638324658845, -255, N'2018-03-14T00:19:44.3616190Z', 1259, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dab472e3-b6e1-4401-a743-d8a3c5aa8172', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692570050317364, -122.09268335463234, -255, N'2018-03-14T00:28:14.3036320Z', 1766, -255, -255, 22, -255, -255, -255, -255, -4, 17, NULL, 40, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dabda3a2-5510-47de-b772-e6a17cba0b8c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667210067984705, -122.11871392446538, -255, N'2018-03-14T00:13:28.3077360Z', 940, -255, -255, 11, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dadf5191-fdf4-4de2-8d72-6d3e79611f4e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694251111787210, -122.10239235573630, -255, N'2018-03-14T00:29:38.1540130Z', 1931, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dae61ced-00e5-4aa0-9360-3865734fb845', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669741020745313, -122.10722447909086, 16, N'2018-03-14T00:18:42.1179370Z', 1198, 0, -255, -255, 1434, 12, -255, 5, 0, 16, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'daf52a55-a523-4666-8fe7-b8df4ac3bbb3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692627335305659, -122.09272201115309, 2016, N'2018-03-14T00:28:15.2509450Z', 1768, 36, -255, -255, 0, -255, 27, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'db035288-85ae-4813-8962-8c03fa141b90', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667218027531575, -122.12028715646009, -255, N'2018-03-14T00:13:15.3547420Z', 915, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'db248791-58ca-4aaa-8ae7-a482c41ce7dc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692869959827014, -122.10132041544871, -255, N'2018-03-14T00:29:19.1555400Z', 1895, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'db3829d3-0fd4-482d-82bc-d4c5d641ffea', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657869685062522, -122.13663279531593, -255, N'2018-03-14T00:08:30.3097760Z', 450, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'db46201c-922a-49b3-8c1d-65ca62de4849', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641490168545424, -122.13056892118045, 7, N'2018-03-14T00:00:24.3250720Z', 68, 10, 0, 4, 20, 1126, 17, -7, 346, 19, NULL, 41, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'db59396c-f5fd-4ec4-9ee4-55549d85001e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.689927362061361, -122.09171448539142, -255, N'2018-03-14T00:27:53.2346150Z', 1725, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'db661773-1679-4fd0-86ed-eb069db812c5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.674740858591861, -122.10595365255787, -255, N'Apr 20 2018 4:55PM', 26, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'db70db8d-9b0f-4484-a646-a83fb464bdb3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682067239943017, -122.10018430276506, -255, N'2018-03-14T00:25:41.1881780Z', 1552, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'db778f37-3156-417a-97ab-0e1970d399e3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684288724943144, -122.09729725016498, -255, N'2018-03-14T00:26:41.3713980Z', 1611, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'db89d0f4-4952-49f5-afab-3e21417c74d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661371584020380, -122.13458324331030, -255, N'2018-03-14T00:09:38.3235510Z', 547, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'db96b0b0-9790-4b5d-9bdf-2748e9d7faf8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681393771005567, -122.10106870844655, -255, N'2018-03-14T00:24:49.2079970Z', 1523, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dba04962-ef05-453e-8a65-30850b90b2a4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.653145674653082, -122.13818417115627, -255, N'Apr 20 2018 4:57PM', 357, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dbaca7ac-7f0e-470f-8130-6a676ec47b10', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639623667684802, -122.13004495054379, -255, N'Apr 20 2018 5:05PM', 688, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dbf09c29-8b96-4165-9bcd-d1a2dbe23a38', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.671554681084757, -122.10661717963561, 76, N'Apr 20 2018 4:55PM', 62, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dbf473ca-aa34-44b3-a2a5-f28b4e60d1e9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663565839932360, -122.13349405237258, -255, N'2018-03-14T00:10:09.3520080Z', 609, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dbf4ba4e-2ee6-4a4f-91a2-f5fa5141b288', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.650332233895398, -122.13738182236781, -255, N'Apr 20 2018 4:58PM', 384, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dc0d5f95-e886-44c6-b713-f3279a57dfc1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.650214171035152, -122.13645566127367, -255, N'2018-03-14T00:07:49.3261570Z', 369, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dc1fbe4d-1a8c-4389-ac4b-a370d9754a8e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667240971256966, -122.12200166796707, -255, N'2018-03-14T00:12:58.3286640Z', 881, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dc21620c-255f-4341-9df4-e36ae2297de2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657316928313591, -122.13705359131275, -255, N'2018-03-14T00:08:26.3389110Z', 443, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dc4cc0ea-6b1a-43e5-a9b0-78d669dcba34', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661243809194872, -122.13465582533372, -255, N'2018-03-14T00:09:36.3406060Z', 543, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dc759438-d7e8-4f3a-97de-c1d7a6777c64', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675669220684700, -122.10587156794578, -255, N'2018-03-14T00:23:35.3255750Z', 1379, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dca1d9fa-0b14-45d2-b145-6de5118751b6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654621710259500, -122.13760405068575, 10, N'2018-03-14T00:08:11.3040160Z', 412, 7, -255, 0, -255, 77, -7, 1407, -255, -255, NULL, 813, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dcb10856-85d7-448d-8075-97deb58cf4e6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647583835469469, -122.13504271591017, 692, N'2018-03-14T00:06:12.1913490Z', 316, 16, 697, 3, 0, -255, 6, 11, 5, -255, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dcd00421-acb9-4080-a9b2-0831bba676cc', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657173868369200, -122.13713313872618, -255, N'2018-03-14T00:08:25.3317950Z', 441, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dcd635d5-d1a8-4212-af35-90d6f57827cd', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645962057491722, -122.13386529705906, -255, N'Apr 20 2018 5:02PM', 497, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dcf851ce-6f23-4dcb-b9fa-20cb15dbccf7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682030885725410, -122.10023079492520, -255, N'2018-03-14T00:25:40.2033380Z', 1550, -255, -255, 11, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dd052052-f1fd-4c1b-8fe3-424d647f9133', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647868396499589, -122.13525038279515, -255, N'2018-03-14T00:06:49.2151930Z', 329, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dd250f74-9275-4d21-a052-95c85f39e056', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671173773073335, -122.10656145962955, -255, N'2018-03-14T00:19:36.3151810Z', 1242, -255, -255, -255, -255, 0, 3, 12, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dd3b6579-58e7-4a2c-9d12-7193bd3e7a64', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682805029793009, -122.09938048180315, 13, N'2018-03-14T00:26:24.3221920Z', 1576, -255, -255, -255, -255, -255, 8, 18, -255, 0, NULL, 1906, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dd4a9f91-bbe1-492c-8741-61e4b9d7b408', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681867874091523, -122.10044765613614, -255, N'2018-03-14T00:25:35.2059670Z', 1545, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dd56c4bb-0bff-435e-a9d7-42040cc9e258', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656231629041599, -122.13777565119081, -255, N'Apr 20 2018 4:57PM', 327, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dd8c46ee-d1f5-4d13-9968-62e21f149f08', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643863603261877, -122.13236137833155, -255, N'Apr 20 2018 5:03PM', 568, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dd8c9112-e5e4-4876-9bba-492d3db52dd0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667262770839834, -122.12450482521555, -255, N'2018-03-14T00:12:26.1986920Z', 817, -255, -255, -255, 9, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dd972918-88d1-4d7e-b721-aa8ac4f8bf3e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691705848980732, -122.09208050890079, -255, N'2018-03-14T00:28:04.3054460Z', 1747, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dda1374e-d289-47a8-a582-14d09f18558d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673716713142163, -122.10578397591595, -255, N'2018-03-14T00:22:00.2221750Z', 1333, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ddb952f8-da93-4414-a994-fc471b3fe0cc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.659874347541660, -122.13599891198115, -255, N'Apr 20 2018 4:57PM', 289, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ddbe3972-5eca-4e99-810c-4a7642e30558', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663306876399020, -122.13365909261609, -255, N'2018-03-14T00:10:05.3299470Z', 600, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ddc38546-d342-40fb-8813-3484a16ed3d0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.658012101248957, -122.13694151387054, -255, N'Apr 20 2018 4:57PM', 307, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ddcbb67d-eca5-4861-9995-ecde540fb900', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667322865690515, -122.12283138311351, -255, N'Apr 20 2018 4:56PM', 180, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dde4c9a0-8fc1-4b6d-940b-e9befe362343', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694375981461700, -122.10268432482900, -255, N'2018-03-14T00:29:40.1604790Z', 1935, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ddfe38f2-bcc5-482b-ad58-af1d08eb9b0d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646315405775866, -122.13381271511534, 645, N'2018-03-14T00:05:23.2939750Z', 266, 14, 730, 16, 14, -255, -255, -255, -6, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'de002c75-b310-47fb-9af5-67f698bc6089', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682728973022293, -122.09947568303978, -255, N'2018-03-14T00:26:23.3628160Z', 1575, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'de1c9dde-5fcc-42f0-a731-5cfedc867902', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667258720882430, -122.12329312885295, -255, N'2018-03-14T00:12:42.3250580Z', 849, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'de2cfada-cc20-46e2-b51d-67d40c9dfd4c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666615668734401, -122.12963197577415, -255, N'Apr 20 2018 4:56PM', 218, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'de408239-27c6-4c12-95ac-0876c2f86954', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645804928865530, -122.13232650093168, -255, N'2018-03-14T00:03:50.1617270Z', 225, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'de44fad4-0886-4a4e-98de-b4cff903172c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666503395049922, -122.12950360651709, -255, N'2018-03-14T00:11:06.2132430Z', 706, -255, -255, -255, -255, 4, -255, -255, -255, 10, NULL, 3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'de6606c1-d5be-48cc-9760-6fe5553acea9', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667711310532596, -122.11035441165164, -255, N'Apr 20 2018 4:55PM', 109, -255, -255, -255, -255, -255, -255, -255, -255, 27, NULL, 10, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'de6b66c5-b792-4162-898b-189308f46d2d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693891304349727, -122.09650486859819, -255, N'2018-03-14T00:28:49.3571190Z', 1836, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'de82fe47-e964-4fd3-9b8e-9c326b11b656', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642769268585852, -122.13236096755750, -255, N'Apr 20 2018 5:03PM', 589, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dea28be0-b7cd-46d1-a9a9-97e45060e5d1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642464597678000, -122.13062504548242, -255, N'2018-03-14T00:00:39.1979440Z', 95, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dede5169-1768-4925-b2fd-caf10906f3be', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.643230174847680, -122.13235837036858, -255, N'Apr 20 2018 5:03PM', 577, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dee77ba7-8145-4ff0-bfb6-f8c7fd5978b7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.653030900525373, -122.13749350983520, -255, N'2018-03-14T00:08:03.3216130Z', 397, -255, -255, -255, -255, -255, -255, -255, 3, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'deedf473-f9fa-43a2-a3cc-dbb6d06ff2e8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672968005914740, -122.10591028463649, -255, N'2018-03-14T00:21:40.2072480Z', 1307, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'df00060a-e38e-4b8c-ae3b-4a9a8c2a4ab0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667288083834414, -122.11550933228156, -255, N'Apr 20 2018 4:56PM', 140, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'df12b93f-0eb9-4f2c-9835-2d10a6b0f1ed', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646317883166510, -122.13371257175541, -255, N'2018-03-14T00:05:22.3204610Z', 264, -255, -255, -255, -255, -255, -255, -255, 4, -255, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'df21eb5f-c8f6-4ef5-9a29-5345392fa66c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683313524265934, -122.09867762157980, 15, N'2018-03-14T00:26:30.3326310Z', 1588, -255, -255, 13, -255, -2, -255, -255, -255, 28, NULL, 50, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'df222513-6a3c-4561-ab93-43a2f39b60ec', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667139647836500, -122.11413861955668, -255, N'2018-03-14T00:14:01.3542110Z', 1007, -255, -255, -255, -255, -255, -255, -255, 1163, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'df39dcd2-c80c-4c6a-a762-051dfc5384fe', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675550297999337, -122.10585991072723, -255, N'2018-03-14T00:23:34.3579160Z', 1377, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'df5e7799-5f61-4c32-9823-242e23667ea1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646286782630300, -122.13258773834242, -255, N'2018-03-14T00:05:12.3041940Z', 244, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'df647d45-a949-42dc-a22a-f1d1d4282861', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693873105956953, -122.10226155679995, -255, N'2018-03-14T00:30:48.7219290Z', 1993, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dfa78024-b5a7-4399-92fa-29ff011cd6bc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641753048790655, -122.13058706465921, -255, N'Apr 20 2018 5:04PM', 634, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dfd4d85b-e292-4880-917d-8f19860796af', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643077782656981, -122.13206846266571, 34, N'2018-03-14T00:01:38.2169180Z', 140, -255, 20, 10, 49, -4, 2, -3, 420, 35, NULL, 15, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'dff631f5-dd8a-4005-affd-763a93ac3120', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644633412962108, -122.13205419580549, -255, N'2018-03-14T00:01:53.3677390Z', 169, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e01c5b31-e6ac-4158-8c7d-1b3ca001808d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.660102181270950, -122.13588046014551, -255, N'Apr 20 2018 4:57PM', 288, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e0335a7c-8e6e-401c-8728-f22d36d3e0f5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667316958305726, -122.11810384850000, -255, N'Apr 20 2018 4:56PM', 154, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e053e666-0ba4-4616-b30f-172a90570fc5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.653633307141078, -122.13747816874438, 12, N'2018-03-14T00:08:06.2836960Z', 402, 6, 808, -255, 2, -255, -255, -255, 18, 78, NULL, 1422, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e05dcb09-934d-405e-8251-af3f24fa05f3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646457802245060, -122.13569235308691, -255, N'Apr 20 2018 4:58PM', 435, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e098eefe-c98c-45ea-ab26-0a18797e51f7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.651819314131572, -122.13793128016211, -255, N'Apr 20 2018 4:58PM', 370, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e0d3447f-0fc1-4122-87b6-1a092a94668a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687041352195664, -122.09381432857373, -255, N'2018-03-14T00:27:32.3251620Z', 1682, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e0f5e597-3619-498b-ad41-c85400d48b8b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685766108247456, -122.09539643237125, -255, N'2018-03-14T00:26:57.3441430Z', 1643, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e1020af0-2a33-422c-b618-e31919069ddf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694731459488423, -122.10347524000942, -255, N'2018-03-14T00:29:47.1711860Z', 1949, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e109dd24-914e-4c91-9638-d5e7af668fe1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.658791965957221, -122.13658808631152, -255, N'Apr 20 2018 4:57PM', 299, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e13b1e14-2306-4d18-9e69-aeb83a355a83', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668372321769489, -122.10864866509509, -255, N'2018-03-14T00:17:38.3178060Z', 1147, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e1406537-be60-4bd7-8314-21de616f77f4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659766178707535, -122.13544470489349, -255, N'2018-03-14T00:08:52.2349320Z', 491, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e1569b9e-db26-4f84-98a3-614fc65f1a62', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645966463860972, -122.13328266567713, -255, N'Apr 20 2018 5:02PM', 511, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e16b6a64-d77d-469c-9771-5811b9c1fb87', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667273494524387, -122.12412004004513, -255, N'2018-03-14T00:12:31.3261620Z', 827, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e17162b3-567a-4b7f-8dca-d699cd2c872f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.657660084431257, -122.13712260263823, -255, N'Apr 20 2018 4:57PM', 312, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e18c3a72-9c3b-42a5-b19c-20bd880d8423', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644955648037069, -122.13206353294846, -255, N'2018-03-14T00:01:56.3233880Z', 174, -255, -255, 10, -255, -6, -255, -255, -255, -255, NULL, 28, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e19eb5c3-8779-49f7-bab7-748780e6c600', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648195391390075, -122.13543836878519, -255, N'2018-03-14T00:07:36.3315650Z', 343, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e1a66d5f-af69-40ce-8dae-5e67ce0fc84e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673205880876580, -122.10602049225271, -255, N'Apr 20 2018 4:55PM', 45, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e1a6cabb-f59f-4dd0-9577-213a8d6fe84b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668059661262404, -122.10949752033800, -255, N'Apr 20 2018 4:55PM', 104, -255, -255, -255, -255, -255, -255, 13, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e1cb3be7-269f-4840-99df-168da387d8b7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680853720590427, -122.10175141277506, -255, N'2018-03-14T00:24:34.3316340Z', 1497, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e21081d8-8637-45cb-a608-c1d93be36d5a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645961230464508, -122.13371060411545, -255, N'Apr 20 2018 5:02PM', 502, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e21c0f22-7b65-476d-9cab-1d00858eff3c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640812062349205, -122.13059580904306, -255, N'Apr 20 2018 5:04PM', 649, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e21e8a9a-d02e-4a4f-9055-71ce72aafd20', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.655114029554262, -122.13772685536721, -255, N'2018-03-14T00:08:14.3089900Z', 418, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e2617666-8496-4f6e-86d0-d79e422f83c6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667249371618300, -122.12257606751770, -255, N'2018-03-14T00:12:51.2187260Z', 867, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e26951b0-7bed-49a9-a0d7-69a938278d1a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668472964735074, -122.10878857878684, -255, N'Apr 20 2018 4:55PM', 97, -255, -255, -255, -255, 14, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e269feee-8301-4d78-9df1-e20730eb3e9a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685914040944500, -122.09524978055036, -255, N'2018-03-14T00:27:00.3855130Z', 1649, -255, -255, -255, -255, -255, -255, -255, -255, -3, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e2777498-4045-4551-b341-5213a86386ea', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648795881140721, -122.13655955038719, -255, N'Apr 20 2018 4:58PM', 402, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e2aa2e63-e68d-433b-99f9-fa5ac75b6b6c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666085195219509, -122.13050368444300, -255, N'2018-03-14T00:10:49.2340070Z', 679, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e30b52cd-065c-4793-a84e-b3d5d2244474', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659655883067586, -122.13556834369199, -255, N'2018-03-14T00:08:48.3006690Z', 486, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e30f5e9b-1163-4615-bc20-1ab81cbeebc0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685914040944500, -122.09524978055036, -255, N'2018-03-14T00:27:00.3367950Z', 1648, -255, -255, -255, -255, -255, -255, -255, 5, -255, NULL, 14, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e310e26c-0ec7-4c4d-bf59-17dde0b57898', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693902855721994, -122.10230178443797, -255, N'2018-03-14T00:33:10.5549600Z', 2023, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e3179b22-887d-4086-a07f-6546b352c96f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668630454160564, -122.10857023292505, -255, N'Apr 20 2018 4:55PM', 96, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e31dff86-8666-442c-aef3-26ff362bf2d7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674724268466441, -122.10577978290617, -255, N'2018-03-14T00:23:26.3703050Z', 1361, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e3428e81-0401-471f-ba7b-6793b1a15311', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668176833597087, -122.10901861686084, -255, N'2018-03-14T00:17:31.2011370Z', 1137, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e34b90c3-041b-4759-aba1-7f94d42e75b2', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668188479718872, -122.10924494808700, -255, N'Apr 20 2018 4:55PM', 102, -255, -10, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e34cb546-7747-4145-9f37-f0575a7d14c7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646295526157594, -122.13420670405195, -255, N'2018-03-14T00:05:30.3153010Z', 275, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e36e06f1-31e5-48e6-9cee-4f7c1168fc16', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667324876077330, -122.12101453548300, -255, N'Apr 20 2018 4:56PM', 170, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e384e632-4db9-43fc-9ebb-db26e4e7c79c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667298335993550, -122.11588885219292, 5, N'Apr 20 2018 4:56PM', 142, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e399bc15-ada6-4d52-a7df-121e7b19b448', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.656970861306505, -122.13746531260468, -255, N'Apr 20 2018 4:57PM', 320, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e3a8d949-81c4-4851-ae4d-5612b1debe66', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667170571519947, -122.11618495357966, -255, N'2018-03-14T00:13:47.3556360Z', 979, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e3b548b3-e5d8-4de4-bf72-fc8e6575875e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670708463167870, -122.10672297247673, -255, N'2018-03-14T00:19:30.3640680Z', 1231, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e3dae0bf-7903-4755-9246-fbef783063b0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667551739258336, -122.11032763537733, -255, N'2018-03-14T00:16:21.1805990Z', 1100, -255, -255, -255, -255, -255, -255, -255, 10, 1, NULL, 28, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e405aa9f-0a11-4c34-9133-bea8e9f1ad4f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658323562522900, -122.13630613181643, -255, N'2018-03-14T00:08:33.3268460Z', 457, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e408eb94-baf9-4ea2-9d27-dbfb1b12c71b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667128396203047, -122.11250178481077, 18, N'2018-03-14T00:14:43.1961100Z', 1042, 6, 11, -255, -3, 4, 7, 20, 17, 11, NULL, 1177, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e41a5324-9346-4a77-a10f-2db51c7da7d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662539793793847, -122.13406900131528, -255, N'2018-03-14T00:09:55.2961610Z', 580, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e41e84ff-66dd-441b-91da-f27ee3b38553', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642863660044526, -122.13179194988031, -255, N'2018-03-14T00:01:04.1829900Z', 126, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e4255615-968b-4985-b143-d018a566507e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685444358144665, -122.09579214170697, -255, N'2018-03-14T00:26:53.3610580Z', 1635, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e44276cf-972a-46d2-b12d-474f1e9bf83e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666822744406545, -122.12898995043392, -255, N'Apr 20 2018 4:56PM', 213, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e449a6c9-5c7e-4e3e-a5c7-2dcbc798c252', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647911110207104, -122.13527825593103, -255, N'2018-03-14T00:06:55.1931690Z', 331, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e4619de6-dc68-4049-a273-7bb6a597249e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674176767945900, -122.10574514100495, -255, N'2018-03-14T00:23:19.3339530Z', 1347, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e4628b84-d72c-47cd-8d67-df4cee9bb01c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666678520939655, -122.12898028973773, -255, N'2018-03-14T00:11:13.3170110Z', 720, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e4656a3b-ddb3-4841-b0fb-f4e2dbfca4b5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665453167282330, -122.13149761417547, -255, N'2018-03-14T00:10:30.3467730Z', 651, -255, -255, -255, -255, 38, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e4988967-819e-44bd-826a-e202e2b77443', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644464580366268, -122.13238089055062, -255, N'Apr 20 2018 5:03PM', 555, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e4aa3dd2-4a38-410c-9008-e7657cdc9438', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640812062349205, -122.13059580904306, -255, N'Apr 20 2018 5:04PM', 650, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e4b81792-d10d-4aa6-9d77-419da878a134', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644968023327614, -122.13240012389046, -255, N'Apr 20 2018 5:03PM', 544, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e4f30e8c-541b-4af2-b6cb-da6fc8fbaaff', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692870390336400, -122.10118822860888, -255, N'2018-03-14T00:29:18.1354140Z', 1892, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e4f3ba29-c91a-4123-9896-a0ab4e4a041b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.650618144904826, -122.13663240441358, -255, N'2018-03-14T00:07:51.3400250Z', 373, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e537a4e3-f2f1-46f8-aacc-0044694fdf6f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673767805112384, -122.10575806050184, -255, N'2018-03-14T00:23:11.2114100Z', 1335, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e55fdf7e-e6b8-46e7-99b9-d9189fc14974', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669918886275500, -122.10711565840619, 1476, N'2018-03-14T00:19:15.1658960Z', 1206, 16, 721, 5, 0, 0, 6, 1477, 0, 0, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e5725432-811f-48b1-87c9-b80b4d391174', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661180646164645, -122.13469933537709, -255, N'2018-03-14T00:09:35.2485200Z', 541, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e5803703-6e62-4031-86f3-07cb9c27dde9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681508848265494, -122.10091088710189, 16, N'2018-03-14T00:25:04.2059890Z', 1528, 8, -3, 882, 1825, -255, 0, 5, -255, 0, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e58953bf-7986-4e90-984a-e90f023235e5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678952726202300, -122.10404127288668, -255, N'2018-03-14T00:24:06.3457810Z', 1440, -255, 0, 12, -255, -5, -255, -3, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e5c55d03-c8db-45f0-a32a-c4ea75f76bfc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667300011400698, -122.11228770381240, -255, N'Apr 20 2018 4:56PM', 121, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e5c62f19-f9d4-4d66-a16b-3432d82d6cce', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668271305607995, -122.10884732478479, -255, N'2018-03-14T00:17:35.2038390Z', 1141, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e5c74976-24d3-419e-92a0-9333bc66bb7e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693861959515353, -122.10231115160171, -255, N'2018-03-14T00:32:25.1719250Z', 2016, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e5d62952-9ed3-4fed-b9b0-f4515103df53', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.651380715556208, -122.13779159404970, -255, N'Apr 20 2018 4:58PM', 373, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e5e55a31-1524-4907-88ea-315d89f650c0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693899857809900, -122.09636686033220, -255, N'2018-03-14T00:28:48.3786460Z', 1835, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e6064f83-5161-4d87-be0a-62cf8e7c329b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663815463087779, -122.13329470635178, -255, N'2018-03-14T00:10:12.3052720Z', 614, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e65d04aa-b4df-4555-adf5-c792470a7202', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666246900127291, -122.13012900713700, 10, N'2018-03-14T00:10:56.1988500Z', 688, -255, -255, -255, -255, 18, -255, -255, -255, -255, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e66ca9d2-0c5f-47ee-96cc-220815f46b05', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667271722754428, -122.12373348672406, -255, N'2018-03-14T00:12:36.2882030Z', 836, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e6703326-4835-4f06-aae5-5436037b7877', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666258923392526, -122.13055811206799, -255, N'Apr 20 2018 4:56PM', 224, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e6725044-88d9-4eca-a9df-55869dbaeea2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667059108038700, -122.12734709553351, -255, N'2018-03-14T00:11:38.2032120Z', 758, -255, 704, 1, -255, -255, -255, -255, 3, -255, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e67c535e-96de-45bc-b986-4c3f2fc17ec5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.644508599846120, -122.13205113440867, 4, N'2018-03-14T00:01:52.3106940Z', 166, -255, 0, -255, 12, -255, 0, -255, 434, 14, NULL, 38, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e67e7b6f-5f2e-4052-8823-7e74010c4a8a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647821737437042, -122.13520480601638, -255, N'2018-03-14T00:06:46.2119750Z', 327, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e69afad2-f2c8-4bbb-89c1-17a1306c62e7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671799238415659, -122.10632003626475, -255, N'2018-03-14T00:19:49.1936600Z', 1263, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e6acd755-9545-4ed9-bbc9-2bf94547eb04', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693817933868836, -122.10226539537013, -255, N'2018-03-14T00:32:02.1942250Z', 2008, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e6b0fc96-fe52-4bbe-ad6c-b59d5da10b65', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646027894488135, -122.13232724762342, -255, N'2018-03-14T00:05:04.2590730Z', 232, -255, -255, -255, -255, 6, -255, -255, -255, 12, NULL, 7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e6c1a3ed-f346-49e2-b3d4-9dc756c03014', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.662723480597542, -122.13432435384725, -255, N'Apr 20 2018 4:57PM', 264, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e71cdfd1-4068-46f8-8b37-794710d87c95', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693873105956953, -122.10226155679995, -255, N'2018-03-14T00:30:48.7276420Z', 1994, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e772ae51-17b2-468a-b2b3-24f5795f1214', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667276463546372, -122.12621581787000, -255, N'Apr 20 2018 4:56PM', 197, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e782678d-0a5c-4ce8-95de-25ef819e5ccc', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640600008033431, -122.13059793317746, -255, N'Apr 20 2018 5:04PM', 653, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e78d00a1-213c-4c5c-bdb1-9977c4a4301e', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.666258923392526, -122.13055811206799, -255, N'Apr 20 2018 4:56PM', 223, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e7928175-b989-4243-82f7-294272c09497', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640049534261742, -122.12955284936628, -255, N'Apr 20 2018 5:07PM', 724, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e79925d5-bad5-43be-a56f-8a4b8e5fab89', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665811937935942, -122.13101466046133, -255, N'2018-03-14T00:10:36.3560000Z', 663, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e7ac022c-a363-4fc3-b9a2-07c410fcb26b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681361889469073, -122.10112287535368, -255, N'2018-03-14T00:24:47.2208300Z', 1521, -255, -255, -255, -3, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e7d3b793-ad91-4671-a69d-b820aef3e614', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675110671461937, -122.10581252406203, -255, N'2018-03-14T00:23:30.3355060Z', 1368, -255, -255, -255, -255, 34, -255, 18, 15, 20, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e7d78bba-d4c7-4df6-ac54-9e0c1407e239', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644570756158885, -122.13238623869806, -255, N'Apr 20 2018 5:03PM', 552, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e7e5b7c1-904b-4d28-8808-6a99168f0d54', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662921300386472, -122.13382284703272, -255, N'2018-03-14T00:10:00.2935790Z', 590, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e7f0374e-e167-4842-b6f8-b2d68a57a2c0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670542900290322, -122.10678692769423, 0, N'2018-03-14T00:19:28.3395140Z', 1227, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e801e908-e357-4e75-89e6-8b1b0c22cb3d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.669523424115440, -122.10766435172320, -255, N'Apr 20 2018 4:55PM', 85, -255, 1, -255, -255, -255, -255, -255, 1, 46, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e8261c1c-973c-4d5d-9d3b-14a49defbfe5', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646135718952195, -122.13552021373975, -255, N'Apr 20 2018 5:00PM', 458, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e82f7ae8-bdf9-40a4-960c-367b34a537e6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667320963758982, -122.12170406317156, -255, N'Apr 20 2018 4:56PM', 174, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e83c9432-079e-4844-98a5-ff3f90216e28', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646251856513501, -122.13555357848985, -255, N'Apr 20 2018 4:59PM', 453, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e86fd96b-7c71-4ae0-9293-5e93665dc20e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693906262138448, -122.09623113017109, -255, N'2018-03-14T00:28:47.3492190Z', 1832, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e87191eb-5404-45cc-8bb2-9c4fc433712e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693805371573170, -122.10219329390151, -255, N'2018-03-14T00:32:13.5425050Z', 2012, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e871ff4c-9cff-4745-893f-3ce6943cefaa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.663409073391939, -122.13358850856919, 1133, N'2018-03-14T00:10:07.3278010Z', 604, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e8a876ed-2777-49d7-b49e-282747321ec3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.656489037648683, -122.13737186056821, -255, N'2018-03-14T00:08:21.3056120Z', 432, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e8c46114-e1f7-4a65-afbe-155482c18289', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.672482291174170, -122.10630457678741, 72, N'Apr 20 2018 4:55PM', 52, 1335, 0, -6, 42, 32, 721, 0, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e8cb93bd-2986-4bcf-82c3-541e8e0259c5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692871321421073, -122.10090234137037, -255, N'2018-03-14T00:29:16.1400470Z', 1888, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e8e28fc1-a71f-4e25-a235-9e0465f7867c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667231830158926, -122.12106082860744, -255, N'2018-03-14T00:13:07.3349130Z', 898, -255, -255, 10, -255, -1, -255, -255, -255, -255, NULL, 26, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e9768f44-ad8a-4707-81fb-b22f8e2f9594', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693355304610940, -122.09819930305977, -255, N'2018-03-14T00:29:00.1700530Z', 1859, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e985772c-d59f-46ce-aaa6-3404ce3fe1ca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665857553796975, -122.13095427647329, -255, N'2018-03-14T00:10:37.3557890Z', 665, -255, -255, -255, -255, -255, 14, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e9be1020-84f2-499b-b83d-5eb57b7507f6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.659006874783827, -122.13650065169440, -255, N'Apr 20 2018 4:57PM', 298, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'e9bf5941-baf5-4db4-a2d1-73015b7f655d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665615567932228, -122.13128097863859, -255, N'2018-03-14T00:10:32.3422500Z', 655, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ea075733-e99b-4459-95e2-61591ca0d953', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.655499772970281, -122.13762739056726, -255, N'2018-03-14T00:08:16.3272070Z', 423, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ea2ecbc6-4644-47a8-b16e-1d81db987b71', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666740369626957, -122.12876991222409, -255, N'2018-03-14T00:11:16.3466970Z', 727, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ea323274-399c-41ab-836f-0e8f7a136725', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667274052795193, -122.12404149000356, -255, N'2018-03-14T00:12:32.3477580Z', 829, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ea94b684-92ae-4f6a-acef-cb292bca0cd3', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.663977162802176, -122.13357696804030, -255, N'Apr 20 2018 4:57PM', 252, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ea9644b8-f20e-4ef7-beb0-1ee0c1595a2e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687985459564835, -122.09273736944458, -255, N'2018-03-14T00:27:40.3629260Z', 1699, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ea9dbf24-125f-4372-ac0f-3774ee78bfe0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667362882054768, -122.11106402712888, 0, N'2018-03-14T00:16:10.3171490Z', 1080, 1292, 22, 17, 6, 1292, 11, 16, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eaa2c3d6-8247-4920-ba0d-3c8ff1639354', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646043873812594, -122.13278093394864, -255, N'Apr 20 2018 5:02PM', 518, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eaa57baf-888f-4575-9b48-2b1c8b48f562', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.657453990382450, -122.13695616463752, -255, N'2018-03-14T00:08:27.3016050Z', 445, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eab43d5a-406c-4965-98af-56c3227b0b80', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681697862759684, -122.10072331959537, -255, N'2018-03-14T00:25:17.1868390Z', 1536, -255, -255, -255, 0, 14, -255, 5, 11, 5, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eac31c88-e35f-4ce3-972c-3e56191d00a9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665028166783216, -122.13203311124610, -255, N'2018-03-14T00:10:25.3519350Z', 641, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eac9659e-f96c-428b-b370-548a2255edff', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667322971059725, -122.12246667347048, -255, N'Apr 20 2018 4:56PM', 178, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ead8103f-fd0d-4959-9c01-bdf325b50614', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686366393431939, -122.09472239082793, -255, N'2018-03-14T00:27:24.3195570Z', 1667, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 12, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eb11db9e-7ca1-4306-ad7b-434ce4c69328', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672531718746278, -122.10605402933811, -255, N'2018-03-14T00:21:24.2221820Z', 1293, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eb257db4-8779-40db-9f8a-e2aae2b5a31d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667268530968293, -122.12435476983887, -255, N'2018-03-14T00:12:28.3202320Z', 821, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eb2aca2d-ce3d-4925-9684-a51a74c4a2aa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645764575393358, -122.13229222751795, 0, N'2018-03-14T00:03:42.1815920Z', 222, 541, 0, 16, 6, 5, 11, -255, -255, 11, NULL, -2, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eb792c48-3601-47c3-93bd-76aed8b378db', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665739336437404, -122.13112002879224, -255, N'2018-03-14T00:10:34.3573300Z', 659, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eb902ad3-d39c-4edb-b322-0dc0e179788d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647439739355541, -122.13498210793109, -255, N'2018-03-14T00:05:54.2339330Z', 310, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ebb65cf4-7332-47f5-9f01-6e9cf6e394ba', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667273025571767, -122.12486460268522, -255, N'2018-03-14T00:12:21.3710650Z', 807, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ebf502e4-25ab-4f15-915f-480c5b5312c6', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667315611287641, -122.11775280343295, -255, N'Apr 20 2018 4:56PM', 151, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ec2e59d0-6df2-450e-b6b8-09ee129d5307', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.653446956683716, -122.13749807644676, -255, N'2018-03-14T00:08:05.2963980Z', 400, -255, -2, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ec311c54-4b3e-4a0b-ae84-44c28cac4376', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685538306100966, -122.09566973215821, -255, N'2018-03-14T00:26:54.3268000Z', 1636, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ec315c2f-0f07-442f-bdd8-6cf7f8c1698f', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640014373680813, -122.12928144295864, -255, N'Apr 20 2018 5:08PM', 731, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ec76eb6d-03e8-4a60-9119-079cbeb77702', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666169624842389, -122.13031171676133, -255, N'2018-03-14T00:10:53.1750040Z', 683, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ec7b6b03-fb37-4e16-9fe0-69c3054778bf', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645724192896104, -122.13240416662175, -255, N'Apr 20 2018 5:02PM', 529, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ec97794a-b31e-4eee-8ac1-7f0868e5f9f8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668333095595408, -122.10872179736542, -255, N'2018-03-14T00:17:37.3237150Z', 1145, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ec9cd995-9e43-40a3-95e5-fc29ecda0f99', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664327000288019, -122.13280718892808, -255, N'2018-03-14T00:10:18.3378740Z', 627, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eca52bdb-2f14-4288-bb6a-c94d862228cf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693791483705844, -122.10173010412596, -255, N'2018-03-14T00:29:32.1372050Z', 1918, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ecc359d7-8a98-4252-9c48-f704e84aa6fa', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.647044490979546, -122.13592909313770, -255, N'Apr 20 2018 4:58PM', 424, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ece07d39-63ad-4e4e-85b2-1c3d5933c565', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642502680823611, -122.13091990542496, -255, N'Apr 20 2018 5:04PM', 619, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ece27531-4212-4984-aa00-12ae476c38c0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694016955226267, -122.10194654288271, -255, N'2018-03-14T00:29:35.1617150Z', 1925, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ecf110b7-1ec4-47c4-aca3-7fd815b91e42', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665907923526554, -122.13089261028836, -255, N'2018-03-14T00:10:38.3520420Z', 667, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ecfc94bf-43f2-4737-b339-c7256660b43f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672695277992545, -122.10598035599992, -255, N'2018-03-14T00:21:32.2092680Z', 1299, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ed2eb6b7-4802-46fd-b4fb-925d212e7290', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666850519461079, -122.12835156919057, 0, N'2018-03-14T00:11:22.3216990Z', 736, -255, -255, -255, 5, 1004, 10, -255, -255, -255, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ed38932d-af52-4106-bd35-31e39ec5497d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666389442253177, -122.12980617601852, -255, N'2018-03-14T00:11:01.2367650Z', 699, -255, -255, 4, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ed42d2b6-91bd-4e36-8877-6e5835a7f8f0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646760550296463, -122.13455555842667, -255, N'2018-03-14T00:05:37.2824100Z', 289, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ed80bbef-a71b-4318-ada3-9340a8168352', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646677704119149, -122.13450796383731, -255, N'2018-03-14T00:05:36.3190410Z', 286, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ed949a78-b104-44f3-a476-46bdfa70395b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667231924712077, -122.12097187507558, -255, N'2018-03-14T00:13:08.3484910Z', 901, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eda2523f-817d-41dd-a8a4-f69e82cce850', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667350655612495, -122.11114616990729, -255, N'2018-03-14T00:16:09.3295130Z', 1079, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'edbf3504-88b3-4f23-adea-3e643f479dc4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667223668618171, -122.12059416254243, -255, N'2018-03-14T00:13:12.3497360Z', 909, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ede14504-cb86-4d53-a32d-1ade4d844083', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667138768348238, -122.11400186751325, -255, N'2018-03-14T00:14:02.3648450Z', 1009, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ede9026e-e4ee-4291-be6d-e28b2436d4ec', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.688853241513776, -122.09219307954243, -255, N'2018-03-14T00:27:46.3056120Z', 1711, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ee0edd5f-bb7c-4412-a2bd-6785f07f12c6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661122436254274, -122.13474881571463, -255, N'2018-03-14T00:09:34.2197770Z', 538, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ee168f77-334a-44af-a64a-981737c27dc1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673406576019758, -122.10580310620594, -255, N'2018-03-14T00:21:49.3330780Z', 1323, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ee23ec13-bcfe-4eb3-aee6-a118df751b69', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646286782630300, -122.13258773834242, -255, N'2018-03-14T00:05:12.3386110Z', 245, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ee3661c5-6332-4db4-9de5-9d255e52c6ba', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641878363294907, -122.13058552322981, -255, N'Apr 20 2018 5:04PM', 631, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ee54212f-5196-4bc1-bdf2-b3d2ec97086c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665833530083106, -122.13136857870266, -255, N'Apr 20 2018 4:56PM', 229, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ee5688d6-0a21-469f-b2c8-704b061d2541', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642838455023863, -122.13100269948183, -255, N'2018-03-14T00:00:56.3588890Z', 113, -255, -255, -255, -255, -255, -255, -255, -255, 378, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ee6b3868-1824-4ec6-a74a-6e8ad7222829', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.655311096796225, -122.13770104750036, -255, N'2018-03-14T00:08:15.3300670Z', 421, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ee8ac186-0004-443a-b86d-8b3415ffad15', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673558063677945, -122.10592018184683, -255, N'Apr 20 2018 4:55PM', 41, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ee9bd43c-e5f3-45bf-be7a-c8fbdcb4ad90', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668981069698035, -122.10818200683268, -255, N'Apr 20 2018 4:55PM', 91, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eeaa1871-40db-41e0-95cc-0132095f2d5b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665366390137300, -122.13160217013535, -255, N'2018-03-14T00:10:29.3515420Z', 649, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 1105, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eecf7c5a-5401-409b-bd6a-c882bf7c8902', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666702189046894, -122.12890225059253, -255, N'2018-03-14T00:11:14.3160990Z', 722, -255, 10, -255, -255, -7, -255, 4, 4, -255, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'eed242d7-feb7-4583-b05b-83e47bf3d90c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682972935212547, -122.09918352972035, -255, N'2018-03-14T00:26:26.3809080Z', 1581, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ef775a37-22e2-4d81-a93b-0176f6b3ed6b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675590780588053, -122.10607565180665, -255, N'Apr 20 2018 4:55PM', 13, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ef7dcbbc-11fc-4eaa-a984-7de4d0627bec', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.665682148555100, -122.13119823214507, -255, N'2018-03-14T00:10:33.3167380Z', 656, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ef909559-4731-4a83-86f6-a6a227382616', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669481581626513, -122.10743918506820, -255, N'2018-03-14T00:18:03.2037480Z', 1189, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'efbda03a-f1ca-4cb0-ab4f-2e67b6cab67a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686430561322169, -122.09462861706565, -255, N'2018-03-14T00:27:25.3077370Z', 1668, -255, -255, -255, -255, -255, -255, -255, 15, -255, NULL, 33, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'efc67640-cc05-4a0e-bb6a-adaa4e6f142c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694130100564450, -122.10330714032946, -255, N'2018-03-14T00:30:00.1884550Z', 1969, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'efd57aab-1122-4e52-b0c0-478597ede926', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667210960387813, -122.11961419427838, -255, N'2018-03-14T00:13:21.3510660Z', 927, -255, -255, -255, -255, -255, 10, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'efdc21ff-40f3-4059-bc3b-fd1a560a61fa', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669371683426931, -122.10752394125691, -255, N'2018-03-14T00:17:59.1928950Z', 1185, -255, -255, -255, -255, -255, 5, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'efe57e48-0cda-45fb-8927-4daa76d002b9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.682658348556792, -122.09957207497096, -255, N'2018-03-14T00:26:22.3157960Z', 1572, 19, 13, -255, -255, -4, -255, -255, 20, -255, NULL, 1448, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f0186c1d-2a50-48ed-ba48-29df59af2418', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693615429362936, -122.09780818320998, -255, N'2018-03-14T00:28:57.1778880Z', 1853, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f01c8a60-04e7-4f66-8257-ffa497c5bbae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691562145610163, -122.09199548183959, -255, N'2018-03-14T00:28:03.2897270Z', 1744, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f034b505-06f1-467c-88d8-273f358a3865', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642834763558149, -122.13089057902562, -255, N'2018-03-14T00:00:55.3618330Z', 111, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f0767158-787d-4114-9b4c-6cfaac8fb43b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641480178304661, -122.13058962503344, -255, N'Apr 20 2018 5:04PM', 637, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f082ed3e-e76d-432e-b496-463baf0c5f35', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642147038787414, -122.13061583352773, -255, N'2018-03-14T00:00:32.3264310Z', 84, 10, -255, 4, -255, 710, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f083c4b5-8785-434f-b1a1-6cb5ba576202', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.673205880876580, -122.10602049225271, -255, N'Apr 20 2018 4:55PM', 44, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f0af4045-6be4-4634-9229-6e1a02fbb203', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667508589001571, -122.11045537659815, -255, N'2018-03-14T00:16:19.1739090Z', 1096, -3, 834, 17, -255, -255, -255, -255, -3, -255, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f14a13a4-2c58-444d-aba5-96fae395ad79', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667274370140291, -122.12495077755172, -255, N'2018-03-14T00:12:20.3735610Z', 805, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f1732853-acd9-40a8-be63-bbb7120ce203', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667272233674986, -122.11263749640369, -255, N'Apr 20 2018 4:56PM', 123, -255, 23, -255, 21, -255, 52, 2, 0, 756, NULL, 33, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f1b4d752-a092-472a-851a-6f90d3e2ff2a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642868818925486, -122.13236000966209, -255, N'Apr 20 2018 5:03PM', 586, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f1db52e1-f8ba-444a-abb9-ef1d46440a2e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664812997781880, -122.13227875842205, -255, N'2018-03-14T00:10:23.3482100Z', 637, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f1ebd3da-1bae-4ff3-921b-31aa18a5d0d3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667684813832437, -122.10994947807860, -255, N'2018-03-14T00:16:28.1726680Z', 1108, -255, -255, -255, 0, -255, 6, 11, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f20fdafe-25bf-4a80-b280-b7a9f331d3be', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667135344460242, -122.11286827838306, 5, N'2018-03-14T00:14:15.1702590Z', 1028, -255, 1177, 0, -1, -3, -3, 3, 17, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f21689af-5d7b-444c-90b6-5733c4b16078', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667146781593260, -122.11539082988087, -255, N'2018-03-14T00:13:52.2951590Z', 988, 11, 0, 3, -255, 1095, -8, 0, 1153, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f2487304-88bb-45b5-91ec-9bbbf2f021c5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.648814302836669, -122.13577010735989, 35, N'2018-03-14T00:07:41.3357530Z', 352, 65, -255, -255, 782, 11, 0, 17, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f2532ee4-a525-46e1-9f55-cec6e272e6f8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.670947519144633, -122.10663944528098, -255, N'2018-03-14T00:19:33.3272170Z', 1236, -255, -255, -255, -255, 3, 12, -255, -255, 12, NULL, 3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f26a25b1-daeb-41f3-aec9-33eef5bc99a2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669115414065487, -122.10777353616317, 1394, N'2018-03-14T00:17:52.2942260Z', 1174, 14, -255, 20, -255, 0, 4, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f277254c-0247-442a-b95f-bfed86b80a50', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668762017165157, -122.10815150939261, -255, N'2018-03-14T00:17:45.3292840Z', 1160, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f28a6e65-3b6e-4e92-a27b-7d832e32ed05', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.652633207065136, -122.13734972151691, -255, N'2018-03-14T00:08:01.2942210Z', 392, 78, -3, 1422, -255, -255, -255, -255, 3, 11, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f29d3236-05f9-4996-85c4-7a8ffcbd058b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.643607004453600, -122.13204134639925, -255, N'2018-03-14T00:01:45.3289260Z', 152, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f2a6aa70-ae0e-48d7-9a13-bb5364a70f34', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666028148519985, -122.13064778836204, 6, N'2018-03-14T00:10:45.2130560Z', 674, 0, 16, 966, 10, 16, 699, 12, 12, 699, NULL, -7, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f2a80d13-666c-4b39-b69b-61771ce7d189', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693859438679986, -122.10177982124746, -255, N'2018-03-14T00:29:33.1564250Z', 1921, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f2ab93f8-821f-4aab-bca6-bfe961d5d612', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667264448047213, -122.12457943756039, 6, N'2018-03-14T00:12:25.1867270Z', 814, -255, 0, -255, 20, -255, 0, -255, 1067, 20, NULL, 19, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f2bcf978-7d62-4367-ab71-2e34b118f182', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674396820286034, -122.10575294166601, 1, N'2018-03-14T00:23:22.3443510Z', 1352, 29, 23, 10, -255, -255, -255, -255, 31, 1108, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f2c382e8-7bdf-439f-9873-77e713a8d7ae', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668099786196208, -122.10913240578230, -255, N'2018-03-14T00:17:24.2044430Z', 1133, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f32bae4f-f598-49ad-ad1a-53222c28f902', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680980087467432, -122.10159448055056, -255, N'2018-03-14T00:24:37.3369630Z', 1503, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f35b570a-c622-4cf9-bfd0-ceb32a34641f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693828700975693, -122.09494231784200, -255, N'2018-03-14T00:28:37.2975770Z', 1813, -255, -255, -255, -255, -255, -255, -255, 24, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f38e3f59-d1e2-435a-8998-b9a787c11996', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674552634654262, -122.10576402176534, -255, N'2018-03-14T00:23:24.3280400Z', 1356, -255, -255, -255, -255, 12, -255, -255, -255, 15, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f39a706d-aa4d-4396-990e-7faa37862c71', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686658294175636, -122.09430183266915, -255, N'2018-03-14T00:27:28.3688930Z', 1675, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f3ace78c-bbfb-4210-9ce1-2995323c96f9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667237023616863, -122.12169893489541, -255, N'2018-03-14T00:13:01.3633690Z', 887, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f3bea03b-b2f7-48d3-afad-729f20d918a6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667209646874100, -122.12006703867110, -255, N'2018-03-14T00:13:17.3448760Z', 919, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f3eaab00-6e77-4f02-8113-6353ae217425', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645954310029261, -122.13547003650733, -255, N'Apr 20 2018 5:00PM', 461, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f40a24e5-0a7f-4709-80e4-cd863e68f606', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.657660084431257, -122.13712260263823, -255, N'Apr 20 2018 4:57PM', 311, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f416f699-2e11-4a3a-8f5f-c78b0bba5292', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646320894803843, -122.13302147683754, -255, N'2018-03-14T00:05:16.2563340Z', 253, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f42bfd3d-3016-4341-b553-14e439cfdef1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645411806916172, -122.13210991990330, -255, N'2018-03-14T00:02:06.2377840Z', 191, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f45781ed-3ae5-403d-a57b-a4d863b7f3a8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666412078581779, -122.12974801620508, 2, N'2018-03-14T00:11:02.1938240Z', 700, 984, 17, 14, 718, -255, 17, -255, -255, 737, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f459c1f9-f341-4b14-81a1-60cd0276f36c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667212573475794, -122.11924020391305, -255, N'2018-03-14T00:13:24.2998570Z', 932, -255, -255, -255, 9, -255, -255, -255, -255, -255, NULL, 25, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f492dcd3-576c-4518-bf4c-c7ecbca62522', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.654788539749525, -122.13763069570420, -255, N'2018-03-14T00:08:12.3417340Z', 415, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f4a16a18-6509-4997-aa9a-626668a16a4f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668920947695291, -122.10797162220351, 1390, N'2018-03-14T00:17:48.3244410Z', 1166, 15, 965, 22, 0, -255, 4, 1390, -3, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f4ea5ea1-2fed-4a08-82d3-ad9eb06cda2c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.669885708342512, -122.10739674994072, -255, N'Apr 20 2018 4:55PM', 80, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f5001dc7-7ff1-47bd-86e9-b5afc32fecc3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667626042246837, -122.11012135328669, 1306, N'2018-03-14T00:16:25.1725550Z', 1104, 25, 923, 15, 0, 0, 15, 11, -3, 4, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f502603a-fbe2-413e-936a-c9cfcdf9f921', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690623692636983, -122.09165121658083, -255, N'2018-03-14T00:27:57.2457640Z', 1732, -255, -2, -255, -255, -255, -255, -255, -5, 18, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f56719a5-5281-4731-8af6-dfcef599055d', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646668592289316, -122.13578002018329, -255, N'Apr 20 2018 4:58PM', 430, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f57a7bb0-0f35-4764-8bb3-cdabf8bca7af', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664327000288019, -122.13280718892808, -255, N'2018-03-14T00:10:18.3112570Z', 626, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f57c7557-386e-4f17-bfa1-9acc21837820', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645361906529288, -122.13219653177158, -255, N'2018-03-14T00:02:15.2058260Z', 196, -255, 6, 10, 5, -2, 16, 3, 0, 453, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f585602e-60f1-4675-8b6e-4fbf7eea4361', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666894005642504, -122.12817935783102, -255, N'2018-03-14T00:11:24.3263030Z', 740, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f5898672-bf4a-4100-ba38-c5d1bceb8e17', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667537682471107, -122.11095632275821, -255, N'Apr 20 2018 4:55PM', 114, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f5de593f-48a8-4ce9-bf50-af241276db49', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644406225960701, -122.13237744567442, -255, N'Apr 20 2018 5:03PM', 557, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f60cfd20-5b72-4cac-8b53-618b8340f849', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683584106759469, -122.09828309123934, -255, N'2018-03-14T00:26:33.3762600Z', 1595, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f60d6a11-1c18-478e-b380-0fc18635a699', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640809825523114, -122.13052561150286, -255, N'2018-03-14T00:00:18.3273180Z', 56, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f633c899-04a9-4d97-8bd9-45859fca4519', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639617631357638, -122.13046241788292, -255, N'Apr 20 2018 5:04PM', 679, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f6479bb4-db31-433d-8f12-4b780f5a8748', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640007311790839, -122.12912473785947, -255, N'Apr 20 2018 5:08PM', 736, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f6589a23-0abf-4d62-9c3e-9d3a03f1babb', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.664227574788555, -122.13289565778824, -255, N'2018-03-14T00:10:17.3080970Z', 624, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f665d341-eb24-4788-b55d-340b21f04a88', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667229133599420, -122.12087776954434, 5, N'2018-03-14T00:13:09.3262850Z', 902, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f674ad73-08fc-4651-bbcd-8e1b9764a8b8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671311740677695, -122.10651765083088, -255, N'2018-03-14T00:19:38.3303430Z', 1246, -255, 4, 14, -255, -255, -255, -255, 973, -3, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f67ef0ea-0058-4469-a027-14bdabda00d3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693556035673524, -122.10163484961420, -255, N'2018-03-14T00:29:30.1468820Z', 1914, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f694f25a-0559-4b2a-9406-4ca37d1051d4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666575844952931, -122.12928942236604, 881, N'2018-03-14T00:11:09.3109740Z', 712, -255, -255, -255, 10, 14, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f6a5d0e9-9ff7-40c6-a180-c9d63da8257b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.668802307726217, -122.10838200728591, -255, N'Apr 20 2018 4:55PM', 94, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f6a8dcd6-9bad-496b-9ffb-ecb6d8e2f73c', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646415466350717, -122.13569059393359, -255, N'Apr 20 2018 4:59PM', 447, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f6bfe66e-4a41-47a6-aefc-372d379c6799', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.671510553162356, -122.10644538786146, -255, N'2018-03-14T00:19:41.3274440Z', 1252, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f6e9c436-f11a-41f0-8444-cc7af00dc446', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691831105034694, -122.09215891920020, 15, N'2018-03-14T00:28:05.2913840Z', 1748, -255, -7, -7, 15, -255, -255, -255, 0, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f6eaa1d4-8573-4db4-bd04-0a8463729ede', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.657838008360343, -122.13703125474350, -255, N'Apr 20 2018 4:57PM', 309, -255, 5, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f6fcb59f-6679-4873-b177-1af667864c96', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674636985961691, -122.10577055301351, -255, N'2018-03-14T00:23:25.3555210Z', 1359, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f6fccf83-825d-4206-8da8-2849e14b1ef1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667260378327889, -122.11150016851079, -255, N'2018-03-14T00:15:48.1805740Z', 1070, -255, 17, -255, -255, -255, -255, -255, -255, 18, NULL, 6, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f75ea9af-effb-451a-8729-61c14ceec80a', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672203874402470, -122.10616371970694, -255, N'2018-03-14T00:21:12.2117020Z', 1281, -255, -255, -255, -255, -255, -255, 8, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f775920f-bca8-4d25-9618-481131208175', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691411467339000, -122.09191434064881, 10, N'2018-03-14T00:28:02.2937280Z', 1742, -255, -255, -255, 2003, 11, 0, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f78a906b-9a86-4f26-a482-df9cebe20d93', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681022053603627, -122.10154639862070, -255, N'2018-03-14T00:24:38.3453360Z', 1505, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f7df9428-83bf-48d8-b400-dbae4bc22f52', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646295018037662, -122.13269248550351, -255, N'2018-03-14T00:05:13.3108690Z', 246, -255, -255, -255, -255, 20, -255, -255, -255, 12, NULL, 22, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f7f8e1e1-acad-4963-b564-4b93ea6f7a17', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.646906515921778, -122.13586960043506, -255, N'Apr 20 2018 4:58PM', 426, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f83f7f6b-9ab3-4a85-81bb-6ce82db990f1', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667006822421100, -122.12764812574437, -255, N'2018-03-14T00:11:32.2225160Z', 753, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f841196d-273d-46b6-84ef-0dbca7af3ede', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640023655069385, -122.12935096664165, -255, N'Apr 20 2018 5:08PM', 730, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f87f4346-1097-4dc4-b50e-bce007a7d67b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666966097836635, -122.12786729897192, -255, N'2018-03-14T00:11:28.2187220Z', 748, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f88b9ef0-9613-4cff-8226-4896589a79b8', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645370060206339, -122.13225005691505, -255, N'2018-03-14T00:03:27.3249730Z', 205, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f89ff38a-cec1-4a38-b658-07825c655755', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667238970401968, -122.12180597315736, 12, N'2018-03-14T00:13:00.2959570Z', 884, 10, 0, 12, 25, 1398, 4, -3, 1101, 24, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f8af59c8-495f-44f9-a52e-5fccdec0b24f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667274052795193, -122.12404149000356, -255, N'2018-03-14T00:12:32.3202140Z', 828, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f8c0844b-9394-4133-866a-5ad97f4ac1e0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667148026473811, -122.11271963003664, 11, N'2018-03-14T00:14:19.1831040Z', 1032, 7, 1179, 0, -1, 8, -3, 737, 17, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f8c27d33-831a-445e-847b-1c1d7521fa6b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693791483705844, -122.10173010412596, -255, N'2018-03-14T00:29:32.1462510Z', 1919, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f8dc4adf-f0b1-4f58-8fb7-1398a4d41bd4', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642838455023863, -122.13100269948183, -255, N'2018-03-14T00:00:56.3221640Z', 112, -255, -255, -255, 6, -255, -255, -255, -255, -255, NULL, 19, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f8dda8c4-c799-4f8d-9004-f565ce0a5290', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667289225734315, -122.11140369999421, 0, N'2018-03-14T00:16:05.1747420Z', 1072, 1283, 4, 30, 21, 5, 11, -255, 1306, 11, NULL, 9, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f8e03426-41a0-4e51-b4bf-18cd095a7656', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678389101622919, -122.10468088822802, -255, N'2018-03-14T00:23:59.3326290Z', 1426, -255, -255, -255, -255, 12, 0, 16, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f8e3ca14-2402-48ff-9295-de79cf458a11', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.639757814656718, -122.12972167936293, -255, N'Apr 20 2018 5:05PM', 693, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f8e40080-5bbc-4a6a-b540-a9920e430f9b', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642272707179558, -122.13058139792162, -255, N'Apr 20 2018 5:04PM', 624, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f8e53c32-09ce-4393-bf8e-e6d919d66405', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667323019488450, -122.12320498119270, -255, N'Apr 20 2018 4:56PM', 181, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f8fdaa94-a58d-4f34-aa35-8b8a5e618cd3', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667140042440380, -122.11386092741411, -255, N'2018-03-14T00:14:03.3196810Z', 1010, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f9120099-d657-4652-ab98-82340b886ec7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692997828773300, -122.09326498343535, -255, N'2018-03-14T00:28:22.3632820Z', 1783, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f92c886a-bc6f-48b5-8919-1a6f5582b10b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.661571465162467, -122.13451752890590, -255, N'2018-03-14T00:09:41.3689000Z', 553, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f9604b49-fb60-4e06-8a97-b85f6a281aff', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.662478332820505, -122.13445701654797, -255, N'Apr 20 2018 4:57PM', 265, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f9777a4c-062d-460a-ad60-7d041f2edc74', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693827516625007, -122.10231842831175, -255, N'2018-03-14T00:30:27.1405520Z', 1989, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f9852173-7460-4cbe-b8f9-e4042db5b667', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667317846226624, -122.11129969323272, -255, N'2018-03-14T00:16:07.1990550Z', 1075, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f9984bf7-f5c4-4e45-ae58-86ebaf6b8bee', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686027628398776, -122.09516229251933, 5, N'2018-03-14T00:27:12.1959970Z', 1652, 5, 0, 712, 1950, 11, 0, 6, -1, 16, NULL, 5, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f9b229d4-3e95-4b2d-a755-ebaefe97b367', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.675324684879683, -122.10583417851606, -3, N'2018-03-14T00:23:32.3317890Z', 1372, 0, 45, 29, -255, -255, -255, -255, 1241, -255, NULL, -3, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f9f32905-a3fb-4859-a235-9ec2202dabd2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642092202310309, -122.13060547606263, 4, N'2018-03-14T00:00:31.3343100Z', 82, -255, 0, -255, 13, -255, 1, -255, 353, 14, NULL, 18, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'f9fe9c65-f93a-4afe-b9e3-cdf4e5428706', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659980384004314, -122.13532903059118, -255, N'2018-03-14T00:08:58.3349810Z', 499, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fa055ce4-11fd-4bb1-9a5f-bc9e847584ef', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.645954310029261, -122.13547003650733, -255, N'Apr 20 2018 5:00PM', 462, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fa17c8b8-e712-42dc-afed-c257003a92d9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647995687426715, -122.13534007069066, -255, N'2018-03-14T00:07:12.2066220Z', 335, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fa3008c3-654b-4af0-8e57-ea235b005f05', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.675369359829155, -122.10604264436716, -255, N'Apr 20 2018 4:55PM', 16, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fa3860a4-3dce-4a53-a231-c31979cdfc64', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644216110402581, -122.13236703262005, -255, N'Apr 20 2018 5:03PM', 562, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fa3d65ea-1d4f-4a5a-bbbf-1120a1e195bf', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666481195728686, -122.12956316636847, -255, N'2018-03-14T00:11:05.1917680Z', 704, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fa4073ba-741c-4d56-bbd9-9431cbdfd49a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.650731704407612, -122.13754053215827, -255, N'Apr 20 2018 4:58PM', 380, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fa40f9dd-7224-4d86-9ac0-7b1daa5d2d65', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.644645642677908, -122.13238885611479, -255, N'Apr 20 2018 5:03PM', 549, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fa414172-98b2-4edf-bce2-1141bf2f9890', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693948776966000, -122.10289659396597, -255, N'2018-03-14T00:30:04.1595860Z', 1976, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fa4d732f-67cd-4df3-8022-9f7017619fd7', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667250828167468, -122.11402532218638, -255, N'Apr 20 2018 4:56PM', 132, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'faa4a10a-ac3e-4cef-b65c-892733b7625e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667245293872668, -122.12219246574053, -255, N'2018-03-14T00:12:56.2981490Z', 876, -255, 6, 10, 4, -2, 14, 2, 0, 1097, NULL, 13, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fab98e21-28b1-4653-8466-06ebc4e09052', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.659214912609805, -122.13639439156425, -255, N'Apr 20 2018 4:57PM', 296, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'faba0ad6-6572-4a0d-a397-edf653e35b3f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.640421345836081, -122.13051656876347, -255, N'2018-03-14T00:00:15.3274380Z', 50, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fabbbfb8-0a63-4df9-be2d-6e199794fe2d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674816355866568, -122.10578917295284, -255, N'2018-03-14T00:23:27.2869280Z', 1362, -255, -255, -255, -255, 38, -255, 17, 15, 19, NULL, 0, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fabe9e8e-2030-4362-8a4b-cce0ba57278b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647724281242773, -122.13513851875433, 707, N'2018-03-14T00:06:29.1845850Z', 322, 16, 699, 3, 0, -255, 6, 11, -1, 2, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fac7825b-c19e-4262-8e8e-4c81ccdb9346', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.648011083466550, -122.13637455542749, -255, N'Apr 20 2018 4:58PM', 411, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'faccbc9d-d02d-41e6-a0c3-6af02cd0f487', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.690089872553671, -122.09168560562543, -255, N'2018-03-14T00:27:54.3996810Z', 1726, -255, -3, -255, -255, -255, -255, -255, -3, -255, NULL, 12, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fad03bfb-4191-4027-97be-54e8af840c0e', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.683491218266688, -122.09841314449255, -255, N'2018-03-14T00:26:32.3652720Z', 1593, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'faf7f5db-9cb0-4f88-a076-8967e9a9d205', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.668970128711742, -122.10791765910372, -255, N'2018-03-14T00:17:49.3291890Z', 1168, -255, -255, -255, -255, -255, -255, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fb123455-4610-49ae-b07f-8f7f205e7cca', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.659828420360206, -122.13541722110043, -255, N'2018-03-14T00:08:54.2414100Z', 493, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fb1580aa-6200-43da-9b3b-f5bf855a513f', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.694446357691817, -122.10345951722991, -255, N'2018-03-14T00:29:51.1658050Z', 1954, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fb42873f-1071-487e-9302-575e55273926', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.692854732056638, -122.09282667343494, -255, N'2018-03-14T00:28:18.3531130Z', 1775, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fb5a5eec-3e3d-49dc-9ee7-2314cb81d832', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.685056095537675, -122.09628355620909, 1930, N'2018-03-14T00:26:49.3191140Z', 1626, -255, -255, -255, 0, 0, 5, 11, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fb7d39b3-7f7e-410d-8983-da3717f6a4da', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.641053728477537, -122.13053932492592, -255, N'2018-03-14T00:00:20.3224210Z', 60, -255, 16, -255, -255, -255, -255, -255, 5, 0, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fb84153d-638f-4e04-b47f-0dcb0e5cd9c5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.681226298636815, -122.10130965277700, -255, N'2018-03-14T00:24:43.3290080Z', 1515, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fb916c96-21c4-4d84-b075-e6bb6ed3af85', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.642510833302893, -122.13194814137880, -255, N'Apr 20 2018 5:04PM', 605, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fbbb9b01-80ea-40de-af67-dd270f870642', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.660639906365574, -122.13501794157095, -255, N'2018-03-14T00:09:19.2389440Z', 523, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fbbffbf3-aaf2-4c92-aeaf-508940bab4b7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.658978700605225, -122.13600380829018, -255, N'2018-03-14T00:08:37.3150510Z', 465, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fbe9a518-76c6-47c7-a906-9d040162946d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667733739818154, -122.10983021940737, 1312, N'2018-03-14T00:16:30.1826400Z', 1112, 21, 933, 14, 0, -255, 21, 1312, -3, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fbedf7ac-e969-420c-afba-cd2c4f959485', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.662020767752487, -122.13431279695887, -255, N'2018-03-14T00:09:48.3644850Z', 567, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fbfa319b-8af3-4cbe-9141-ef60586514e7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.674636985961691, -122.10577055301351, -255, N'2018-03-14T00:23:25.3252720Z', 1358, 2, 34, 31, -255, -255, -255, -255, 1267, -3, NULL, 2, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fbfad510-449d-4fd1-bd2c-f618fb10bb2c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647488997105029, -122.13501310494568, -255, N'2018-03-14T00:06:00.2024710Z', 313, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fc7707ee-0e72-4b8a-96a5-b024b283aae2', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.679327709010757, -122.10358496331402, 12, N'2018-03-14T00:24:11.3213430Z', 1450, 10, 1772, 0, -255, 39, -3, 1084, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fc912e64-6436-4e63-a9a1-62af009481f7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669236247563234, -122.10763998906042, 738, N'2018-03-14T00:17:55.1942840Z', 1180, 14, 736, 16, 16, -255, -255, -255, -2, -2, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fca03b97-6428-4f06-bea7-6c8a2356ec0d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.666527138715907, -122.12943429024529, -255, N'2018-03-14T00:11:07.3371350Z', 708, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fca0595d-dfdc-461f-9ea2-1bf39b4651c0', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641129505769783, -122.13059262923275, -255, N'Apr 20 2018 5:04PM', 643, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fca17ab2-e37e-451e-aaee-41eb4d3483de', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.678621463272151, -122.10441378985811, -255, N'2018-03-14T00:24:02.3366400Z', 1432, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fca43148-daae-4291-a393-3e2a79c3e18c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693164184473915, -122.09380049822842, -255, N'2018-03-14T00:28:26.3630210Z', 1791, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fcc7ef10-5d82-478c-b8c5-9740247a567d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687728113624651, -122.09299633895748, 32, N'2018-03-14T00:27:38.3297100Z', 1694, -255, -255, -255, 1979, 29, 0, 29, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fce9f17e-0165-4efc-80e3-1f877c78f503', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667218027531575, -122.12028715646009, -255, N'2018-03-14T00:13:15.3293490Z', 914, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fd9c4ca7-4919-420d-93a8-c1d3715ed4ec', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.663182306689187, -122.13407377464063, -255, N'Apr 20 2018 4:57PM', 260, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fdce02c4-5fc9-4f66-841a-1c8f525bf720', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.647868396499589, -122.13525038279515, -255, N'2018-03-14T00:06:49.1895180Z', 328, -255, 11, -255, -255, 0, 5, 16, 6, 0, NULL, 730, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fdf5e452-6f34-4381-b72d-d5493eb195b7', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680020989434205, -122.10278047191692, -255, N'2018-03-14T00:24:20.3485590Z', 1468, -255, -255, -255, 19, -255, -3, -255, 1782, 1084, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fe107d72-a077-4b5a-81f9-e9689c614fe1', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.640706565093218, -122.13059686580225, -255, N'Apr 20 2018 5:04PM', 652, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fe219878-9036-413d-8d66-ce439f9fa6c6', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.687852651351740, -122.09286232597997, -255, N'2018-03-14T00:27:39.3192300Z', 1696, -255, -255, -255, -255, 11, -255, -255, -255, -255, NULL, 11, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fe2752c6-07e5-4010-97ce-fdd473296568', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.667323797600105, -122.11988623031817, -255, N'Apr 20 2018 4:56PM', 164, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fe5e66c3-476f-46cc-81da-0243ec37dd16', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.673453503948785, -122.10579855559715, -255, N'2018-03-14T00:21:50.2075360Z', 1325, -255, -255, -255, 1632, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fe6b4118-1669-4551-b88c-01bc8a901823', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693876851407104, -122.10230868128507, -255, N'2018-03-14T00:30:35.2356610Z', 1990, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fe74575f-878d-4f50-bc44-c9e1866030e5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.646248921045590, -122.13242640993090, -255, N'2018-03-14T00:05:10.2926080Z', 241, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fe7c7a80-765d-42c1-a5bd-a9aae7d4d046', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.642885984839609, -122.13204848472076, -255, N'2018-03-14T00:01:30.2389460Z', 134, 10, 5, 10, 6, -6, 17, 3, 0, 411, NULL, 17, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fe8ce1b2-26a3-46d6-84dd-a866fb99111d', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667224485159956, -122.12049585276891, -255, N'2018-03-14T00:13:13.3490370Z', 911, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fed102df-0f9a-46a6-bf3f-5ec8bb4b8796', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.677582807389534, -122.10555207280292, -3, N'2018-03-14T00:23:50.3283180Z', 1408, 11, 18, 1752, -3, -255, -255, -255, 51, -255, NULL, 1202, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fef70956-d1df-46a4-a5b3-6dd45ebc1311', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.652933792986516, -122.13815845731965, -255, N'Apr 20 2018 4:57PM', 359, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fef90db9-f88c-475b-9f33-c2763deb96ca', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.664381331537733, -122.13324308332459, -255, N'Apr 20 2018 4:57PM', 247, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ff0c5c7f-0920-41c1-b6c9-bcdf13c9e711', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.649625192773364, -122.13618147187177, -255, N'2018-03-14T00:07:46.3293550Z', 363, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ff2bc780-0f01-45ad-99c3-2db4a39f9ac9', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.669609222534653, -122.10736035508761, 736, N'2018-03-14T00:18:09.1659610Z', 1192, 16, 736, 11, 11, -255, 7, 11, -1, 7, NULL, 16, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ff68dee8-b3b1-4601-b1a2-1c46b2fd06a5', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.686206494173369, -122.09495429655831, -255, N'2018-03-14T00:27:21.3050570Z', 1660, -255, -255, -255, -255, -255, 23, 12, -255, -255, NULL, 12, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ff6ff948-72ce-4e3b-aee1-762b4b3ed5d0', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.672826789597579, -122.10594046826712, -255, N'2018-03-14T00:21:36.1918330Z', 1303, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ff779fff-f6ac-4432-be24-baacff2e8536', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.693899857809900, -122.09636686033220, -255, N'2018-03-14T00:28:48.3490980Z', 1834, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, -255)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ffc48308-3455-4484-98b5-d21f119ca06a', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.665199881010231, -122.13232360079276, -255, N'Apr 20 2018 4:56PM', 237, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ffd31005-dee1-4e47-bc1d-8b810a8d64ce', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667213141170663, -122.12017710138956, -255, N'2018-03-14T00:13:16.3275780Z', 916, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ffd8a0e3-84ff-4ad8-8f28-bea1c2405c15', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.667146781593260, -122.11539082988087, -255, N'2018-03-14T00:13:52.3206200Z', 989, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ffdb21f8-6af9-4f8c-9a37-e47fecec768c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.691942251516075, -122.09223908166543, -255, N'2018-03-14T00:28:06.3069810Z', 1751, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ffe9b605-a32f-49e0-ab55-c1af5f4cfc2b', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.680895560636678, -122.10169885217719, 4, N'2018-03-14T00:24:35.3003490Z', 1498, -255, -255, -255, 13, -255, -255, -255, -255, 14, NULL, 20, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ffead403-83f0-4ed9-869e-40845fddfab4', N'f44d5844-8dbb-4071-8a6c-16449ea64d45', N'SomeUser', N'SampleTrip-2', 47.641242741833210, -122.13059149495440, -255, N'Apr 20 2018 5:04PM', 642, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'ffee283e-d5a7-4480-a71a-b1400198335c', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.645258095331542, -122.13226248787214, -255, N'2018-03-14T00:03:23.2248560Z', 201, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, -255, NULL)
INSERT INTO [dbo].[TripPointSource] ([trippointid], [tripid], [userid], [name], [lat], [lon], [speed], [recordedtimestamp], [sequence], [enginerpm], [shorttermfuelbank], [longtermfuelbank], [throttleposition], [relativethrottleposition], [runtime], [distancewithmil], [engineload], [mafflowrate], [outsidetemperature], [enginefuelrate], [FIELD21]) VALUES (N'fff44ad4-eda9-4776-95e2-172d6df28c80', N'51903dcd-e9b2-4efb-a357-b11d6d8fe927', N'SomeUser', N'SampleTrip-1', 47.684637104900823, -122.09678868291283, -255, N'2018-03-14T00:26:45.3341640Z', 1618, -255, -255, -255, -255, -255, -255, -255, -255, -255, NULL, 12, NULL)
/*Drop Contstraints to add Sample Trip to test APIs*/
ALTER TABLE [dbo].[TripPoints] DROP CONSTRAINT [FK_dbo.TripPoints_dbo.Trips_TripId]
INSERT INTO [dbo].[Trips] ([Id], [Name], [UserId], [RecordedTimeStamp], [EndTimeStamp], [Rating], [IsComplete], [HasSimulatedOBDData], [AverageSpeed], [FuelUsed], [HardStops], [HardAccelerations], [MainPhotoUrl], [Distance], [CreatedAt], [UpdatedAt], [Deleted]) VALUES (N'ea2f7ae0-3cef-49cb-b7d1-ce972113120c', N'Trip 0', N'SomeUser', '20180524 10:00:15.003', '20180524 10:14:15.003', 90, 0, 0, 0, 0, 75, 63, NULL, 5.95, '20180524 10:00:25.9350521 +00:00', '20180601 22:03:57.8447931 +00:00', 0)
INSERT INTO [dbo].[TripPoints] ([Id], [TripId], [Latitude], [Longitude], [Speed], [RecordedTimeStamp], [Sequence], [RPM], [ShortTermFuelBank], [LongTermFuelBank], [ThrottlePosition], [RelativeThrottlePosition], [Runtime], [DistanceWithMalfunctionLight], [EngineLoad], [MassFlowRate], [EngineFuelRate], [VIN], [HasOBDData], [HasSimulatedOBDData], [CreatedAt], [UpdatedAt], [Deleted]) VALUES (N'23dfc028-f84f-4230-b297-88a4bafb6c22', N'ea2f7ae0-3cef-49cb-b7d1-ce972113120c', 47.675978287840387, -122.10611846546108, 0, '20180524 10:00:15.003', 1, 720, -1, -4, 16, 6, 665, 0, 16, 5, -255, NULL, 0, 0, '20180524 10:00:29.9506830 +00:00', '20180524 10:00:29.9975409 +00:00', 0)
INSERT INTO [dbo].[TripPoints] ([Id], [TripId], [Latitude], [Longitude], [Speed], [RecordedTimeStamp], [Sequence], [RPM], [ShortTermFuelBank], [LongTermFuelBank], [ThrottlePosition], [RelativeThrottlePosition], [Runtime], [DistanceWithMalfunctionLight], [EngineLoad], [MassFlowRate], [EngineFuelRate], [VIN], [HasOBDData], [HasSimulatedOBDData], [CreatedAt], [UpdatedAt], [Deleted]) VALUES (N'81730ad3-00be-4a47-9122-ef06721cffe5', N'ea2f7ae0-3cef-49cb-b7d1-ce972113120c', 47.676030319787046, -122.10612586361656, 0, '20180524 10:00:15.003', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, '20180524 10:00:26.5444410 +00:00', '20180524 10:00:26.6069507 +00:00', 0)
INSERT INTO [dbo].[TripPoints] ([Id], [TripId], [Latitude], [Longitude], [Speed], [RecordedTimeStamp], [Sequence], [RPM], [ShortTermFuelBank], [LongTermFuelBank], [ThrottlePosition], [RelativeThrottlePosition], [Runtime], [DistanceWithMalfunctionLight], [EngineLoad], [MassFlowRate], [EngineFuelRate], [VIN], [HasOBDData], [HasSimulatedOBDData], [CreatedAt], [UpdatedAt], [Deleted]) VALUES (N'cf77e286-9ffe-4f91-b07e-f9855d91dab5', N'ea2f7ae0-3cef-49cb-b7d1-ce972113120c', 47.675978287840387, -122.10611846546108, -255, '20180524 10:00:15.003', 2, -255, -255, -255, -255, -255, -255, -255, -255, 5, -255, NULL, 0, 0, '20180524 10:00:29.9506830 +00:00', '20180524 10:00:29.9975409 +00:00', 0)
INSERT INTO [dbo].[POIs] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp], [CreatedAt], [UpdatedAt], [Deleted], [Timestamp]) VALUES (N'264ffaa3-1fe8-4fb0-a4fb-63bdbc9999ae', N'ea2f7ae0-3cef-49cb-b7d1-ce972113120c', 47.690263235265249, -122.09165568111251, 2, N'3:00:20 AM', '20180524 10:00:25.2475568 +00:00', NULL, 0, '19000101 00:00:00.000')
INSERT INTO [dbo].[POIs] ([Id], [TripId], [Latitude], [Longitude], [POIType], [RecordedTimeStamp], [CreatedAt], [UpdatedAt], [Deleted], [Timestamp]) VALUES (N'a7c2d2c6-e803-43a8-bf3d-340b7987e73a', N'ea2f7ae0-3cef-49cb-b7d1-ce972113120c', 47.667148026473811, -122.11271963003664, 1, N'3:00:20 AM', '20180524 10:00:25.2475568 +00:00', NULL, 0, '19000101 00:00:00.000')
/*Replace Contraint*/
ALTER TABLE [dbo].[TripPoints] ADD CONSTRAINT [FK_dbo.TripPoints_dbo.Trips_TripId] FOREIGN KEY ([TripId]) REFERENCES [dbo].[Trips] ([Id])
COMMIT TRANSACTION