Viewing 4 posts - 1 through 4 (of 4 total)
Got it working! It had something to do with the date values, just as Jeff mentioned. I updated all date values, analyzed the table in question, and then the...
November 12, 2007 at 10:08 am
Jeff,
Thanks for the input. I checked all my date fields and none of them are outside the range you listed. There are some date fields that are null,...
November 10, 2007 at 12:07 pm
Matt, Thank you for your feedback. Below is the body of the stored procedure, which is very simple.
CREATE PROCEDURE [Abstracts].[Reviewer_GetAbstractsTst]
AS
BEGIN
Select
abrvr.ReviewerID, abrvr.ReviewStatus as Status, abrvr.AbstractID,
abrvr.Reviewer,abrvr.ResultsID,...
November 9, 2007 at 11:02 pm
I got it! Thank you for the input to both of you. I did not now that I have to explicitly list each column...
April 30, 2007 at 3:29 pm
Viewing 4 posts - 1 through 4 (of 4 total)