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
how to insert null value in a table using SQLParameter class
Internet Explorer is broken!!!
Custom Order By
Best Registry Cleaning Program?
IMAP using PHP
Changing Domain Controller IP Address
Excel/VBA - Programmatically changing DialogSheet titles
Powerpoint 2007 Relative Hyperlinks
Hide / Unhide Combo Boxes using Visible property Conditionally
Query Question