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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Successful SQL Query with No Returns

Author  Topic 

kdford10
Starting Member

7 Posts

Posted - 2010-09-16 : 17:39:58
When I execute my stored procedure, it executes successfully and displays the data rows. To test gather, I select an identifier from the query and execute the stored procedure with that value, but it does not return the row.

Please help?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-09-16 : 17:56:45
Please post the code and some sample data so that we can help.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-09-17 : 11:49:28
seems like what you're after is to return value of identifier from procedure. have a look at link below to understand different ways of doing that

http://www.sqlteam.com/article/stored-procedures-returning-data

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -