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 Chriss Miller 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: blongtq
  • Content: Threads
  • Order by date
  1. blongtq

    Why does this error occur?

    Hello all, I have the stored procedure: CREATE PROCEDURE UniqueID @szTableName varchar(20), @szPrefix varchar(10), @szKeyword varchar(20), @szUID varchar(20) output AS declare @nCount smallint declare @nLen smallint declare @szTmp varchar(20) select @nCount = count(*) from...

Part and Inventory Search

Back
Top