create proc sp_t;1 as select 'sp_t 1' go create proc sp_t;2 as select 'sp_t 2' go exec sp_t;1 go exec sp_t;2 go |
sql | SQL Server > sqlsrv | T-SQL >
ANIBAL Updated Apr 1, 2018, 6:30 PM test | Use template |
SQLNOSQLPage authors
MathematicsProgrammingVirtualizationPowershellRecent site activity
|
sql | SQL Server > sqlsrv | T-SQL >
tsql | SP Grouping
|