Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing a Table Data Type variable
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Passing a Table Data Type variable
Divers
Thread ID:
00940460
Message ID:
00940460
Vues:
56
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform