![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
SQL 2000 I have a Transform Data Task that has a SQL query as the source. It uses a function: SELECT SegmentCode, SUM([Value]) AS Amount FROM dbo.FnGLSegJE('200401', 'A', 62) GROUP BY SegmentCode If I hit preview, this works just fine. But when I change the hardcoded '200401' to a ? and hit the Parameters button, I get this error message: An error occurred while parsing the SQL statement for parameters. Check syntax ... Any ideas? I've used parameters sucessfully, but never with a function. |
![]() |
| Thread Tools | |
| Display Modes | |
| |