|
by kimberly.nospam@nospam.sqlskills.com (kltripp) via Kimberly L. Tripp on 5/7/2009 9:55:00 AM
I've seen (and heard of a few other cases where people received) the following error:
Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
And, the problem (when I got this error) was the compatibility mode of the database I was in didn't support what was being attempted. In SQL Server 2005, the reports used to generate an "Incorrect syntax near '('." error. For what I was trying to do (execute/access some of
... [ read more ]
|