|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Enterprise Library DeriveParams with Multiple Owner Schemas SQL 2kI am having some issues with the above. Apologies if this is the wrong forum, perhaps someone will point me to the correct one. Basically the issue is this: (using SQL Server 2k sp4, EnterpriseLibrary). Create procedure dbo.TestProc @param1 int, @param2 int as select 'hi' go Create procedure bob.TestProc @param1 int as select 'hi' go When we get derive params for bob.TestProc it returns the wrong number of params, apparently the total number for all TestProc procedures. If anyone knows what I am talking about, I would love to have some feedback! |
|||||||||||||||||||||||