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 strongm 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. Desi555

    Passing Dynamic SQL to Stored Procedure

    Hi, I am using a temp table in a stored procedure, I need to pass the column list to it I am passing the sql statement using this parameter @ReportSQL varchar(1000) The problem is I can not use this parameter in the following statement INSERT INTO #TempVouchers(serial_num, Name, Address...

Part and Inventory Search

Back
Top