Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Troopers

    dynamic stored procedure

    Hello!! I would like build a SQL request dynamically in a stored procedure So I do: create procedure sp_RecordsetArticle ( @Famille varchar (70), @SousFamille varchar (70), @Genre varchar(70), @N int OUTPUT ) AS declare @Fam varchar(70), @SSFam varchar(70) , @Gre varchar (70)...

Part and Inventory Search

Back
Top