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
Creating SQL Database during .NET setup
Landscape to Portrait?
Outlook 2007/2010 Prompts for Autodiscover Password
IE8 Keeps Crashing - No logs in event viewer
VB.Net move Items from ListBox to Textboxes
Visual Studio 2005, Crystal Report Viewer 10, displaying dynamic image
Underlining spaces
Select table data from a different SQL instance?
Issue with License Activation - How do you add computers to KMS pool?
IMAP using PHP