Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DaCodeman0013

    query issue need help with substring i believe..

    i want to increase the sizes of these 2 fields how do i do that? CON_FNAME,CON_LNAME
  2. DaCodeman0013

    query issue need help with substring i believe..

    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?
  3. DaCodeman0013

    query issue need help with substring i believe..

    it looks like ss# is the issue one is 11 one is 9
  4. DaCodeman0013

    query issue need help with substring i believe..

    7 2 30 30 22 2 10 35 12 17 11 thats corecraccustomername
  5. DaCodeman0013

    query issue need help with substring i believe..

    7 2 30 30 22 2 10 30 9 thats what i get from that one...
  6. DaCodeman0013

    query issue need help with substring i believe..

    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))...
  7. DaCodeman0013

    query issue need help with substring i believe..

    how does the max data length thing work?
  8. DaCodeman0013

    query issue need help with substring i believe..

    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...
  9. DaCodeman0013

    query issue need help with substring i believe..

    This query... ALTER PROCEDURE sp_CoreTrack1 AS SET NOCOUNT ON INSERT CoreTracCustomerName ( REC, CCODE, ATTN, STREET, CITY, STATE, ZIP, FULL_NAME, CON_FNAME...
  10. DaCodeman0013

    Issue with statement...

    This query... 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 ct.CUSTNUM, ct.TYPEGROUP, ct.ATTN, ct.STREET, ct.CITY...

Part and Inventory Search

Back
Top