Is it possible to execute a stored procedure with a timeout value in SSMS?
Like:
EXEC dbo.StoredProcedureName timeoutValue(not parameter)
Is it possible to execute a stored procedure with a timeout value in SSMS?
Like:
EXEC dbo.StoredProcedureName timeoutValue(not parameter)
As far as I know you can't do this that way. Insted you can configure the generic timeout of the server:
REF: https://technet.microsoft.com/en-us/library/ms189040.aspx
You also can set this on SSMS: