Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Wednesday, October 11, 2017

Creating Stored Procedure

SQLServerCentral » Latest topics
Creating Stored Procedure
New to SQL Server. Looking for help with the following design problem:

Query:
Create a procedure named 'delete_asset_log' that takes 1 input listed below:
@assetlog_id INT
Based on this input,

No comments: