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
missing the users & groups in my computer management
SQL 5 Express Install Errors PLEASE HELP!
Outlook Search will not work when OFF cached mode
Error 'TCP/IP must be confirgured' when installing windows 2003 server as a first domain controller
MYSQL query syntax, subquery joins alias
Getting wav files to play over RDP
FltMgr will not load in windows 2000 server
Can't see hidden files
SBS 2008 / Exchange Server 2007/Outlook 2007 Sync Error 0X80072F06 - Offline Address Book
My onclick event is not working