Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
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.
What I might be doing wrong:I tried:exec DBNAME.dbo.SP_01 23,138exec DBNAME.dbo.SP_01 (23,138)exec DBNAME.dbo.SP_01 @FirmID=23, @PeriodID=138I am not sure why it is failing.. Can someone spot an issue?Thanks
bandi
Master Smack Fu Yak Hacker
2242 Posts
Posted - 2013-04-15 : 00:04:58
there is no problem with the above code.. Post us what you are trying to do with this procedure?
the error might be inside body of procedure which you've not posted here. post the ful procedure codealso the () around parameters is not required for procedures------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs