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 derfloh 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: *

  • Users: cyberjay82
  • Content: Threads
  • Order by date
  1. cyberjay82

    Is this stored procedure code right?

    Please let me know if my stored procedure code is right. Here is my stored procedure in my sql database: CREATE PROCEDURE [dbo].[Search] (@param0 nvarchar, @param1 nvarchar,@param2 nvarchar,@param3 nvarchar,@param4 nvarchar,@param5 nvarchar,@param6 nvarchar,@param7 nvarchar) AS SET NOCOUNT ON...
  2. cyberjay82

    C# & SQL - Stored Procedures

    Here is my stored procedure in my sql database: CREATE PROCEDURE [dbo].[Search] (@param0 nvarchar, @param1 nvarchar,@param2 nvarchar,@param3 nvarchar,@param4 nvarchar,@param5 nvarchar,@param6 nvarchar,@param7 nvarchar) AS SET NOCOUNT ON; SELECT Number, PartNumber, Description, Cost, Quote...

Part and Inventory Search

Back
Top