Domyślną wartością parametru procedur składowanych musi być stała .Musisz wykonać następujące czynności...
ALTER Procedure [dbo].[my_sp]
@currentDate datetime = null
AS
IF @currentDate is null
SET @currentDate = getdate()
Domyślną wartością parametru procedur składowanych musi być stała .Musisz wykonać następujące czynności...
ALTER Procedure [dbo].[my_sp]
@currentDate datetime = null
AS
IF @currentDate is null
SET @currentDate = getdate()