I have a stored procedure that runs based on an open query. I am getting an error I can't resolve. Below is the code calling hte stored procedure. The stored procedure runs fine by it self. Any ideas.
select * from openquery(ccbdata01, 'SET FMTONLY OFF exec OREO.dbo.usp_GenerateTmpPivot')...
Hi I am creting a DTS package to update, append and delete records from one table to another. Everything is worknig except the append. I removed 10 records from the table I am updating. My append statement isn't inserting the 10 records. The table it copies into is a history table that has...
Hi Everyone -
I am trying to do a count of properties by account. I tried the following
field1,
field2,
field3,
(select count(prop_id)
from loanrev..collat
group by loanrev..collat.note_id)as numprops,
field4,
field5
It compiles with no errors, but when i try to select the view i get the...
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.