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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MatthewS

  1. MatthewS

    stored procedure parameter in the IN clause

    This is in SQL2000 ex. create procedure ... @Name varchar(254), @Date smalldatetime Select....... Where (db.Name IN (@Name)) AND (db.Date = @Date) @Name = ('George', 'Mike') SQL does not return any data to my query if I remove @name and hard code ('George',.... then it works just fine...

Part and Inventory Search

Back
Top