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
IE 8 Flash Player Problem
How do I match pixel size to physical size for printing?
Windows Update fails code 80070490
How do I combine these tables in SQL?
what are the prerequisites to install hyper v on a server
Asking a ComboBox about its contents
Need to strip string / email from message body, with Outlook XP VBA?
Visual Studio console application without visible console
How can I play a .ARV video file?
VBA Set Cell/Range Properties