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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.