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 John Tel 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: free47
  • Content: Threads
  • Order by date
  1. free47

    Create a stored procedure with a select inside

    I am saving a password in VarBinary in my database. Now I am trying to authentic if the username and password typed in was correct. I am trying to do it in the where clause and take the password the user enters and check it against the binary saved password. It won’t let me do a sub select...
  2. free47

    SP Counting Advanced

    I am trying to make a stored proc that will count the number of times each company comes up but keep the number of times the company comes up. Here is an example of my data set. Company | ID | Topic | Details 1 25 RD TBD 1 25 RD TBD 2...
  3. free47

    SP Counting

    I am trying to make a stored proc that will count the number of times each company comes up. Here is an example of my data set. Company | ID 1 25 1 25 2 26 3 27 3 27 3 27 I want the final result of the query to...
  4. free47

    Stored Proc Help

    I am trying to update this stored procedure that is using a pivot table, but for some reason I can’t get it to display like I need. It should add up when customer escalated = 1 but needs to count separate and not be in a case statement as it then doesn’t count the topic correctly. When I put it...

Part and Inventory Search

Back
Top