Questoes a serem resolvidas
Bom para um melhor entendimento e facil procura dos procedimentos que estão faltando em algumas tables, segue abaixo todas que estão disponiveis no momento:
Para quem não tem altere onde tiver ALTER para CREATE e execute.
USP_CARD_LIST
Código:
------------------------------------------------- USE [Pangya_S4_TH]
-------------------------------------------------
GO
-------------------------------------------------
/****** StoredProcedure [dbo].[USP_CARD_LIST] ******/
-------------------------------------------------
SET ANSI_NULLS ON
-------------------------------------------------
GO
-------------------------------------------------
SET QUOTED_IDENTIFIER ON
-------------------------------------------------
GO
-------------------------------------------------
------------------------------------------------- ALTER PROC [dbo].[USP_CARD_LIST] (
-------------------------------------------------
@UID INT
-------------------------------------------------
)
-------------------------------------------------
AS
-------------------------------------------------
------------------------------------------------- BEGIN
-------------------------------------------------
------------------------------------------------- SET NOCOUNT ON
-------------------------------------------------
------------------------------------------------- SELECT UID
-------------------------------------------------
, CARD_TYPEID
-------------------------------------------------
, CARD_ITEMID
-------------------------------------------------
, CARD_TYPE