Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Multiple Values to a Single Parameter?
Message
From
21/09/2004 20:56:15
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00943913
Message ID:
00944817
Views:
25
CREATE PROCEDURE My1stSProc
@List char(100)
as

SELECT ItemID, ItemDesc
FROM dbo.ItemMaster
Where ItemID in (@List)
GO
Shit happens!!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform