Worng typing
Worng typing in the querry, problem fixed
User Profile
Collapse
-
Store procedure not execute
Hi every,
I did create the following store procedure , but when I execute I get a timeout error and nothing done even I ran it in local db
-----------------------------------------
CREATE PROCEDURE create_mat AS
declare @loop_cnt int,
@max_cnt int,
@cur_month char(6),
@from_month char(6),
@to_month char(6);
select...
No activity results to display
Show More
Leave a comment: