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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Dukester0122

  1. Dukester0122

    Cognos 6.5 with SQL Server

    Can Cognos 6.5 open an OLAP cube from SQL Server 2005?
  2. Dukester0122

    Get list of customers with more than 1 address

    I'm trying to add another field - CUSTNBR (tables PK) and i'm getting this error: Msg 8120, Level 16, State 1, Line 1 Column 'TABLE.CUSTNMBR' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
  3. Dukester0122

    Get list of customers with more than 1 address

    Thanks George, first script is enough.
  4. Dukester0122

    Get list of customers with more than 1 address

    I tried this and was failing: select CUSTNAME from CUSTTABLE where CUSTNAME in (select count(adrscode) from CUSTTABLE)
  5. Dukester0122

    Get list of customers with more than 1 address

    I have a database with customers and some with more than one address. I'm trying to capture the customers with more than one address and return the resultset. I tried to do count(ADRSCODE) and distinct but never really got the result I wanted. Appreciate any help from the group, the following...
  6. Dukester0122

    GP 9 workstation install issues

    Did you run grant.sql against all DBs?
  7. Dukester0122

    Cognos Installation

    What O/S will be running on your Blade server - Windows 2003? If your answer is Yes then there's no difference.
  8. Dukester0122

    SQL Server 2005 versions

    I'm moving all our SQL Servers and is now half-way. While we were doing I tried to check the versions and found that the old & new had different SP2 installed. The old server was in 9.0.3054 while the new servers were in 9.0.3042. I know these are different versions of SP2, can I just install...
  9. Dukester0122

    Fargo is Flooding

    Let's all pray for their safety.
  10. Dukester0122

    Are there table name changes between version 8 and 10?

    I haven't seen table name changes in the core modules(refer to David's post above) but saw some in Manufacturing so I don't know what msndba is referring to.
  11. Dukester0122

    Unable to install Smart List Builder

    You normally have this issue when installing remotely. I found that it helps to have the file saved locally.
  12. Dukester0122

    Missing Invoices

    A few questions as you're not very clear: 1) Were you in an inquiry window when this happened? If yes, then it nothing should have happened when you lost connection. 2) How can you lose an invoice when the document you're working on is a payment? Or was the invoice unposted?
  13. Dukester0122

    Sales invoice being posting without GL distribution

    I always advise to run a sales edit list before posting the batch.
  14. Dukester0122

    Beginng and Ending balance in GL Trail Balance

    That's true you definitely need to do some calculations or roll-up in Crystal. Here's what might help, look at GL10111. This table shows summary of each account so in Crystal you can put a parameter where the user enter a data range or a period/year.

Part and Inventory Search

Back
Top