I'm using v6.5.
I've never created a stored procedure before.
When I bring up the Manage Stored Procedures dialog box, it says CREATE PROCEDURE <PROCEDURE NAME> AS.
Can you tell me what do I do from here?
Do I replace <PROCEDURE NAME> with my own new name (e.g.: MyFirstSP)??
Then what do I type after AS? Do I begin my T-SQL statement there (e.g. Select * from mytable).
Then, after this is complete, how do I run the procedure??
Thanking you in advance!! Mike K
I've never created a stored procedure before.
When I bring up the Manage Stored Procedures dialog box, it says CREATE PROCEDURE <PROCEDURE NAME> AS.
Can you tell me what do I do from here?
Do I replace <PROCEDURE NAME> with my own new name (e.g.: MyFirstSP)??
Then what do I type after AS? Do I begin my T-SQL statement there (e.g. Select * from mytable).
Then, after this is complete, how do I run the procedure??
Thanking you in advance!! Mike K