Hi:
How can I in SQL Server 2000 (using Transact SQL) execute a dynamic sql string and at the same time retrieve output params ?
ThanksPlease give a specific example. What are the output parameters ? Are they based on the dynamic sql ? Where are you retrieving the output parameters from ?|||Originally posted by rnealejr
Please give a specific example. What are the output parameters ? Are they based on the dynamic sql ? Where are you retrieving the output parameters from ?
Here's an simple example:
SELECT @.num_records = COUNT(*)
FROM @.TableName
Showing posts with label hihow. Show all posts
Showing posts with label hihow. Show all posts
Sunday, February 19, 2012
Subscribe to:
Posts (Atom)