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
Global import into SQL Server 2000 related question
How to highlight certain cells in a Excel work sheet column without sorting the column?
how can i put a username and password of ms access dtabase?
cannot see some workgroup computers
what is the difference between utf-8 or utf-7 both are unicode
Mailbox is missing after moving from Exchange 2003 to Exchange 2007
Alternating row colors for ListView in MS Access
How do I replace #N/A if it is returned in a formula? (not Vlookup)
Installation of BackupExec 10
UNC Share as an IIS Virtuial Directory