Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
mind_invader
Starting Member
24 Posts |
Posted - 2008-03-11 : 09:22:02
|
if run using an embedded query it is working perfectly... but if converted to stored procedure im having this error...conversion failed when converting the varchar value '200712','200711','200710' to data type int i got it working with a single value parameter... but when i tried a SELECT ALL, it gives me that error...my parameter is BillingMonth with the ff details:properties: multivaluefrom query --> (value field: calendar_month_key) --> label field: (calendar_month)default values : nullstored proc:@billingmonth as varchar(20) |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
|
|
|