Question : Table parameter in SQL 2008

Is it possible to pass a table parameter to a stored procedure without having to create a type for it?

I would have to define the table in the stored procedure instead of defining a type.

Is this possible?

Something like:

CREATE PROCEDURE [dbo].[XYZ]
@table table (id int, description varchar(100)), ...

Answer : Table parameter in SQL 2008

Hello,

I use this TSecureMemIniFile
you can get at:

http://www.torry.net/vcl/system/registry/SecureMemIniFile.zip

It work like a normal IniFile and has the same propertys since its inherited from TIniFile but is encrypted...

Demo included!

Regards

Random Solutions  
 
programming4us programming4us