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
Open form in acDialog command not working
STL: Removing dublicates from the list of strings
Deleting empty columns in dataset
Drag and drop files in ms access form to be stored sepratly
T-SQL UDF to Obtain Table Row Count
Repeat Header columns on each and every page of the Report
how do I send as a distribution group in exchange 2007?
copy selected macros to a brand new workbook
How to view Session 0 Applications in Windows 2008?
Command button code