Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sqlparser/10362081 to your computer and use it in GitHub Desktop.
Save sqlparser/10362081 to your computer and use it in GitHub Desktop.
sql server execute parameter align value
EXEC Spr_store_note
@NoteId = 0,
@TableTypeId = @TABLE_CUSTOMER,
@RecordId = @CustomerId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment