ok so what i need to do is take that one with 11 and take it down to 9 by removing dashes is that possible? or would it be easier to just take the one thats 9 and make it 11? if thats the case how do i resize the vield to 11?
Same error here is my code did i do it wrong?
ALTER PROCEDURE sp_CoreTrack1
AS
SET NOCOUNT ON
INSERT CoreTracCustomerName
(
REC,
CCODE,
ATTN,
STREET,
CITY,
STATE,
ZIP,
FULL_NAME,
CON_FNAME,
CON_LNAME,
SS
)
SELECT DISTINCT Max(DataLength(ct.CUSTNUM))...
how do i find out which one it is.. they should all be the same length in both tables... also is the substring a way to fix this? it has been suggested but i have no idea what that means...
This query...
ALTER PROCEDURE sp_CoreTrack1
AS
SET NOCOUNT ON
INSERT CoreTracCustomerName
(
REC,
CCODE,
ATTN,
STREET,
CITY,
STATE,
ZIP,
FULL_NAME,
CON_FNAME...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.