INSERT INTO dbo.ttAddressResponse ( RecordID, TransmissionReference, Results, FormattedAddress, Organization, AddressLine1, AddressLine2, AddressLine3, AddressLine4, AddressLine5, AddressLine6, AddressLine7, AddressLine8, SubPremises, DoubleDependentLocality, DependentLocality, Locality, SubAdministrativeArea, AdministrativeArea, PostalCode, PostalCodeType, AddressType, AddressKey, SubNationalArea, CountryName, CountryISO3166_1_Alpha2, CountryISO3166_1_Alpha3, CountryISO3166_1_Numeric, CountrySubdivisionCode, Thoroughfare, ThoroughfarePreDirection, ThoroughfareLeadingType, ThoroughfareName, ThoroughfareTrailingType, ThoroughfarePostDirection, DependentThoroughfare, DependentThoroughfarePreDirection, DependentThoroughfareLeadingType, DependentThoroughfareName, DependentThoroughfareTrailingType, DependentThoroughfarePostDirection, Building, PremisesType, PremisesNumber, SubPremisesType, SubPremisesNumber, PostBox, Latitude, Longitude, DeliveryIndicator, MelissaAddressKey, MelissaAddressKeyBase, PostOfficeLocation, SubPremiseLevel, SubBuilding, UTC, DST, DeliveryPointSuffix, CensusKey) VALUES ( :RecordID, :TransmissionReference, :Results, :FormattedAddress, :Organization, :AddressLine1, :AddressLine2, :AddressLine3, :AddressLine4, :AddressLine5, :AddressLine6, :AddressLine7, :AddressLine8, :SubPremises, :DoubleDependentLocality, :DependentLocality, :Locality, :SubAdministrativeArea, :AdministrativeArea, :PostalCode, :PostalCodeType, :AddressType, :AddressKey, :SubNationalArea, :CountryName, :CountryISO3166_1_Alpha2, :CountryISO3166_1_Alpha3, :CountryISO3166_1_Numeric, :CountrySubdivisionCode, :Thoroughfare, :ThoroughfarePreDirection, :ThoroughfareLeadingType, :ThoroughfareName, :ThoroughfareTrailingType, :ThoroughfarePostDirection, :DependentThoroughfare, :DependentThoroughfarePreDirection, :DependentThoroughfareLeadingType, :DependentThoroughfareName, :DependentThoroughfareTrailingType, :DependentThoroughfarePostDirection, :Building, :PremisesType, :PremisesNumber, :SubPremisesType, :SubPremisesNumber, :PostBox, :Latitude, :Longitude, :DeliveryIndicator, :MelissaAddressKey, :MelissaAddressKeyBase, :PostOfficeLocation, :SubPremiseLevel, :SubBuilding, :UTC, :DST, :DeliveryPointSuffix, :CensusKey );