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
[MS-Word] Borders for Cells
Creating a memo field in an Access make-table query.
No Response Required in preview pane
Multiple COUNT functions using one SELECT
Trying to do report or query based on value in field. Using Access 2003
WSUS Client Unable To Report To WSUS Server
Printing via Terminal Services
Microsoft CRM Report Export to Excel Pivot Tables
Error Calling Stored Proc
Using Stored Procedure