Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass an Array as a parameter to a SP?
Message
From
29/03/2002 13:09:35
 
 
To
29/03/2002 08:47:15
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00638389
Message ID:
00639007
Views:
25
SQL Server does allow a stored procedure to have a text or ntext parameter.
CREATE PROCEDURE foo
 @t1 ntext
AS
 SELECT @t1
This stored procedure will compile and execute.

>> none of the DataEnum Values support Text

What is the enum that you speak of? <s>

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform