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 Chriss Miller 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: *

  • Users: MCCooper
  • Content: Threads
  • Order by date
  1. MCCooper

    Parameter in SQL Command Prompts User Twice for Value

    I am using Crystal Reports XI and MS SQL 2000. I have a parameter in a SQL command for my report called "Report Date" which both filters records returned to the report as well as assists with calculations of a loan balance at that date using a sub-query. If I run the report with just this...
  2. MCCooper

    Issues Importing Delimited CSV/Text Files

    We have an unusual problem in that we have had to use special delimiters for fields and rows to export data into text files. This is because some of the data in the fields contain commas, quotes and carriage returns. We have used the tilde (~) to separate fields and the vertical bar/pipe (|)...
  3. MCCooper

    2 Aggregate (Sum) Queries and Union

    I am using a Union statement to combine 2 aggregate (sum) select statements but I really want to sum the whole lot where the ParentID is the same number. My statement as it stands is: SELECT Ref_Code AS ParentID, SUM(LMR_CurrentLoanBal) AS CurrentLoanBalance FROM Loan_MasterReference WHERE...
  4. MCCooper

    SUM values in a SELF JOIN

    I have a table of loans where 1 loan can be a parent and can have multiple children. The table looks like this: LoanID ParentID LoanBalance 1001 0 200000 1002 1001 300000 1003 1001 250000 1004 0 500000 In this example loan ID 1001 is the parent...
  5. MCCooper

    NDR 5.2.3 on Messages Over 1.5mb

    I receive a NDR 5.2.3 stating "This message is larger than the current system limit or the recipient's mailbox is full. Create a shorter message body or remove attachments and try sending it again." on e-mail that is being sent external to our network. I have been testing this with...

Part and Inventory Search

Back
Top