diff options
Diffstat (limited to '.emacs.d/mysnippets/text-mode/sql-mode/create.1')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/sql-mode/create.1 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.emacs.d/mysnippets/text-mode/sql-mode/create.1 b/.emacs.d/mysnippets/text-mode/sql-mode/create.1 deleted file mode 100644 index 1323daf..0000000 --- a/.emacs.d/mysnippets/text-mode/sql-mode/create.1 +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | #contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx> | ||
| 2 | #name : create procedure ... | ||
| 3 | # -- | ||
| 4 | CREATE PROCEDURE [${1:dbo}].[${2:Name}] | ||
| 5 | ( | ||
| 6 | $3 $4 = ${5:NULL} ${6:OUTPUT} | ||
| 7 | ) | ||
| 8 | AS | ||
| 9 | BEGIN | ||
| 10 | $0 | ||
| 11 | END | ||
| 12 | GO | ||
