I have a problem on a client system that I do not have access to. The problem appears to be connected to IIS. We have our webclass dll's and site out there working fine, however, occasionally, it appears that either sessions or threads of IIS are crossing. If you open two browsers and log...
i spoke too soon. it looks to do the same thing as if i just executed the statement using execute ("select blah blah"). @amount3 prints out blank. the value is not assigned to it. am i doing something wrong? here is my code...
Declare
@BenefitAmount nvarchar(20),
@amount3...
Basically, I have a field in a table that has a calculation with a field name. "1.5*Census.Pay1/12" So thats 1.5 times the field Census.Pay1 divided by 12. Now, based on the number that is returns, which is the monthly amount of pay, I need to determine the cost. The cost is...
I am building a string from info found in a database. I then execute that string.
execute(select * from whatevertable);
in query analyzer it works find and returns the value i need. my question is, how can i use the values it gives me inside the stored procedure that it is in. I cannot...
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.