Posts
Sort by recent activity
lates SQl Prompt formating issue
Doing this
CREATE PROCEDURE [dbo].[Auto_rs]@begRym INT = 201101
AS ;
withShould do this
CREATE PROCEDURE [dbo].[Auto_rs]@begRym INT = 201101
AS
with