How to Create Stored Procedure




CREATE PROCEDURE sp_myStoredProcedure
   @myInput  int
AS


Select column1 From TableName
Where column1= @myInput




exec sp_myStoredProcedure 17876

Comments

Popular posts from this blog

IRM and the Object Model

This content database has a schema version which is not supported in this farm

Activate and Deactivate Feature through PowerShell