Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing a Table Data Type variable
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Passing a Table Data Type variable
Miscellaneous
Thread ID:
00940460
Message ID:
00940460
Views:
57
Is it possible to pass a table data type variable to a SQL Server 2K stored procedure?

I got the following definition :
CREATE PROCEDURE SALVAR_SETUP  @TEMPTABLE AS TABLE (Empresa char(60) ,
	Direccion char(60) ,
	Sector char(60) ,
	Ciudad char (60) ,
	Telefonos char(60) ,
	Participacion numeric(6, 2),
	ValorMonedas money)

AS
But I'm getting a sintax error, can anybody help me on this one?



Enmanuel
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Next
Reply
Map
View

Click here to load this message in the networking platform