Spaghetti Tom
Saturday, July 11, 2015
Make inbound parameters optional at a stored procedure!
ALTER PROCEDURE [dbo].[Whatever]
(
@FooId int = NULL,
@BarId int = NULL
)
AS
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment