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
extract numbers from a cell
Macro notification question
Disable WSUS Client Update Over 3G and VPN
A Beautiful Disaster, multiple issues on Windows 7 / Vista Ultimate 64bit
Windows 7 IIS
Windows messages : How to find the sender of of WM_USER message
MS Access turn values into percentages
Creating a directory path string based on choices in a form
tempdb in RAM on SQL Server 2005
System.NullReferenceExcept<wbr />ion Was Unhandled By User Code When Looping Through DataSet