Viewing 15 posts - 16 through 30 (of 32 total)
yes i have tried to refresh the local cache and no different
February 27, 2014 at 9:06 am
Tom,
Thanks for the guidance. This works for the single PCN_Key but we have 7 other PCN keys that i would the sproc to pull together at...
September 19, 2013 at 6:28 am
I am not that familiar with SPROCs and am learning on the fly here. I tried to create another callout sproc that would identify the values for the parameters...
September 18, 2013 at 10:58 am
I receive the command completed successfully message. I can even execute the sproc with no issues but when i query the tblStdCost table, there is no data in there.
September 18, 2013 at 8:24 am
The sproc166848_58075_1335485 does not act upon the tblStdCost as i am just trying to get the results on this sproc to populate this table at the end of the processing....
September 18, 2013 at 6:42 am
that is correct. delete from table and then reinsert.
July 9, 2013 at 6:04 am
what we are utilmately trying to do is run this procedure on a daily or weekly basis to pull in the actual price of our material to load into a...
July 9, 2013 at 5:56 am
One last piece of advice i need. i am able to run this for the first time, but i need to delete the dbo.tblPlexActualPrice table everytime the SPROC runs...
July 8, 2013 at 11:18 am
Thanks for the information but i dont what the table to be a temporary table in the tempdb database. I need it to appear in the ConstarOLAP_PROPHIX_FactDB where the...
June 28, 2013 at 8:07 am
When executing the SPROC, i still receive this error message about line 7 at or after the <AS> token
OLE DB provider "MSDASQL" for linked server "PLEXREPORTSERVER" returned message "[Plex][ODBC ODBC...
June 26, 2013 at 2:05 pm
actually received this error at the end of the message when the SPROC was executed
Msg 214, Level 16, State 3, Procedure sp_executesql, Line 1
Procedure expects parameter '@parameters' of type 'ntext/nchar/nvarchar'.
June 26, 2013 at 1:50 pm
When i go into my tables, i do not see the tblActualPrice table. The SPROC when it was executing did return a value.
When i copied the sql code from...
June 26, 2013 at 1:42 pm
The SPROC was able to execute but i cannot see the table of dbo.tblActualPrice anywhere.
June 26, 2013 at 1:27 pm
adding the PRINT @finalquery statement throws an incorrect syntax near the keyword 'PRINT' error message.
We have it listed twice so i sp_executesql will run.
June 26, 2013 at 7:59 am
Viewing 15 posts - 16 through 30 (of 32 total)