Ver Mensaje Individual
  #7 (permalink)  
Antiguo 20/02/2013, 13:13
Avatar de Libras
Libras
Colaborador
 
Fecha de Ingreso: agosto-2006
Ubicación: En la hermosa perla de occidente
Mensajes: 7.412
Antigüedad: 18 años, 3 meses
Puntos: 774
Respuesta: Error Variables en Store Procedure

Código SQL:
Ver original
  1. CREATE PROCEDURE [dbo].[Produccion_1]
  2. AS
  3. DECLARE @tmpType VARCHAR(15), @Trans_type VARCHAR(30)
  4.  
  5.  
  6. BEGIN
  7.  
  8. IF(@Trans_type = 'subscr_signup')
  9.     BEGIN
  10.     SET @tmpType = 'premium'
  11.     END
  12. ELSE
  13. BEGIN
  14. IF (@Trans_type = 'subscr_cancel')
  15.     BEGIN
  16.     SET @tmpType = 'basic'
  17.     END
  18. END
  19.  
  20. INSERT INTO ENSABLAJE_BASICO
  21. SELECT * FROM PRODUCCION WHERE TIPO_MAQ = @tmpType
  22. END

P.D: El plz plz plz esta de mas ¬¬
__________________
What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me