SET IDENTITY_INSERT [aspdnsf_c4zone].[dbo].[Customer] ON
INSERT INTO [aspdnsf_c4zone].[dbo].[Customer] ([CustomerID], [CustomerGUID], [CustomerLevelID], [RegisterDate], [Email], [Password], [SaltKey], [DateOfBirth], [Gender], [FirstName], [LastName], [Notes], [SkinID], [Phone], [FAX], [AffiliateID], [Referrer], [CouponCode], [OkToEmail], [IsAdmin], [BillingEqualsShipping], [LastIPAddress], [OrderNotes], [SubscriptionExpiresOn], [RTShipRequest], [RTShipResponse], [OrderOptions], [LocaleSetting], [MicroPayBalance], [RecurringShippingMethodID], [RecurringShippingMethod], [BillingAddressID], [ShippingAddressID], [GiftRegistryGUID], [GiftRegistryIsAnonymous], [GiftRegistryAllowSearchByOthers], [GiftRegistryNickName], [GiftRegistryHideShippingAddresses], [CODCompanyCheckAllowed], [CODNet30Allowed], [ExtensionData], [FinalizationData], [Deleted], [CreatedOn], [Over13Checked], [CurrencySetting], [VATSetting], [VATRegistrationID], [StoreCCInDB], [IsRegistered], [LockedUntil], [AdminCanViewCC], [PwdChanged], [BadLoginCount], [LastBadLogin], [Active], [PwdChangeRequired], [RequestedPaymentMethod], [BuySafe])
VALUES ('1', newid(), '0', '2010-01-05 05:40:57.067', 'email', 'pass', '000', '2010-01-07', '', '', '', NULL, '8', '', '', '0', NULL, NULL, '0', '0', '0', '0', NULL, NULL, NULL, NULL, NULL, 'en-US', '0.00', '1', NULL, '1', '1', newid(), '1', '1', NULL, '1', '0', '0', NULL, NULL, '0', '2010-01-05 05:40:57.067', '1', 'USD', '1', '', '1', '1', NULL, '1', '2010-01-07 05:31:38.917', '0', NULL, '1', '0', NULL, NULL)
SET IDENTITY_INSERT [aspdnsf_c4zone].[dbo].[Customer] OFF