Viewing 3 posts - 1 through 3 (of 3 total)
As far as the parameters go, I'm used to having to pass parameters to my SP's for other purposes. True when I run the SP I leave all at...
February 7, 2013 at 6:08 am
Thank you both.
I'm obviously more of a Joe than a Pro at this point. I combined the multiple lookups and I can now run the SP without issue.
Post mortem...
February 7, 2013 at 6:05 am
Thanks for the response.
When tracing using SQL Server Profiler and template TSQL_SPs the initial event I get is:
exec sp_executesql N'SELECT
SCHEMA_NAME(sp.schema_id) AS [Schema],
sp.name AS [Name]
FROM
sys.all_objects AS sp
WHERE
(sp.type = @_msparam_0 OR sp.type...
February 7, 2013 at 5:41 am
Viewing 3 posts - 1 through 3 (of 3 total)