|
Browse by Tags
All Tags » stored procedure » CREATE PROCEDURE ( RSS)
-
How to write stored procedures in SQL Server? Please Send the Description with examples of stored procedures. How many types of stored procedures are there in SQL Server for INSERT,UPDATE,DELETE? How to call procedures?
-
what is the diffrence in DBMS and RDBMS?
-
Firman, Here are a few options: Option 1 - New consolidated stored procedure CREATE PROCEDURE dbo.spConsolidated AS EXEC dbo.Sp_collecting EXEC dbo.sp_numtoWord GO Option 2 - Copy the code from the second stored procedure to the first stored procedure Option 3 - Have the first stored procedure call the...
Page 1 of 1 (3 items)
|
|
|