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
Background Image for datagridview
check box to edit box
Unable to Install Microsoft Hotfix KB970895
SQL 2008 Database
attach an imageButton to the items in a dropdownlist in ASP.Net?
How to make Report Builder 2.0 install/launch via Clickonce in Report Manager SSRS 2008
Visual Studio 2008 C# call external program
Drag & Drop
Excel vba: post 30 based on prev EE post - Using VBA to place a Y axis title
Run Excell 2007 via C++