Created
April 10, 2014 09:39
-
-
Save sqlparser/10362081 to your computer and use it in GitHub Desktop.
sql server execute parameter align value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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