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
Update and Join gives syntax error (missing operator)
You don't have the license required to use this ActiveX control.
VBA Report Recordsource Issue/Question
Trying to write to MSMQ but no messages going in
Parent / Child Relationship - Viewing and editing - MS Access
VB Bindingsource checking if records have been edited
RPC to DC not working error 1722
Ftp Password
Laptop will not come out of standby
need to union a select statement