é só você editar a procedure do master reset que já tem na db muonline...
é só você editar a procedure do master reset que já tem na db muonline...
The best teachers are those who show you where to look, but don't tell you what to see.
Your envy is my success.
Hugs;
[]'s
editar ? pode me explicar mais ??
no caso ta assim teria que por como ?? e tem como por cada vip é um tipo ?USE [MuOnline]
GO
/****** Object: StoredProcedure [dbo].[webPanelAction_MasterReset] Script Date: 09/10/2016 15:30:00 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[webPanelAction_MasterReset]
@AccountID varchar(10),
@Character varchar(10)
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from
-- interfering with SELECT statements.
SET NOCOUNT ON;
END
Last edited by faber; 10/09/2016 at 03:31 PM.