Microsoft
Software
Hardware
Network
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
right click on field > format field > click on comman tab > choose text rotation > 90
Random Solutions
Object not found in the collection using IsObject
Recalc field on an open form when close a second form.
Scope_Identity in SELECT statement with a WHERE clause
Reference Data In XML Document
SQL Query
Receiving error when submitting data to SQL Server through asp.net vb
Changing or retaining an update Parameter value in a gridview
Live Communications Server 2005 RTC Database Upgrade
vb.net - panel title
Running runas from batch script to launch remote support does not work however from Start > Run there is no problem...any ideas how to make this work?