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
using WebBrowser control in separate process
How do I get the Report Footer to show on the first page--there is enough room?
How to target search core results to an audience
How to add resource file in VB.NET like C#
Exchange Tabs missing in ADUC and Windows 7/ESM7
Query Field With Date/Time
Access Sales System Database
Create an OLAP data cube
Trying to open Access files from version 2.0 from Access 2007. Getting a series of error messages.
Submit Information from Excel Form to Webpage