June 3, 2010 at 4:10 am
dave-dj (6/3/2010)
the problem is I get - variable .... not defined as a scalar value.
post your script
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
June 3, 2010 at 5:36 am
Job_ID is not an int. You have to use uniqueidentifier or char / varchar data types for your variable.
EDIT: And yes, what you want to do is possible. Just adjust your expectations of how to deal with the data type and your code should work.
June 3, 2010 at 8:05 am
guys,
thanks for posting - I think i've now found the cause of the problem which seemed related to how I set the variable.
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
June 3, 2010 at 8:19 am
Glad we could help. Let us know if you need anything else.
Viewing 4 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply