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 strongm 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: SDB15
  • Content: Threads
  • Order by date
  1. SDB15

    Add a NewID using several columns to define distinct records

    I have imported some data from excel spreadsheets where a person may pop up multiple times over the years of data I am working with. I want to assign an ID to them by using newid. How do I insert the new column and get SQL to assign the same ID to the same person even though there are different...
  2. SDB15

    Save Query Result as a New Table while using Union All

    I'm taking data from several tables (unlinked) and using union all to combine it all into one massive table. The query runs perfectly now but I cannot save it to a new table because syntax requires into to be placed after SELECT but before FROM. Is there any way to do this using a stored...
  3. SDB15

    Crystal Generates a Bad SQL Query when connecting to a stored proc.

    I wrote a stored proceedure that selects the top 5 most run reports in our system. The query runs fine in SQL studio and if a co-worker logs in and puts it into a report, everything goes fine. (We are logging on to the same computer. Same version of crystal, etc.) When I try to select the stored...
  4. SDB15

    Time to Generate Special Field

    Does anyone know how to insert a field to show how quickly the report is run? Kind of like what you see on google (this page generated in .003 seconds, etc.)
  5. SDB15

    Dynamic Parameters based on Stored Proceedures

    I'm using a stored proceedure to define a custom set of choices delivered to a dynamic parameter. Works like a charm in standard reports. The problem is when I run it against a report that uses another stored proceedure, it wants me to fill in the parameters for the other proceedure before it...

Part and Inventory Search

Back
Top