Ver Mensaje Individual
  #17 (permalink)  
Antiguo 22/05/2013, 13:34
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, 5 meses
Puntos: 774
Respuesta: [Transact-SQL] Consulta con parámetro en SELECT

me lleva....

Código SQL:
Ver original
  1. SET @querycafe1 = 'SELECT ' + @fieldname + ' INTO #temp1 FROM #del d'
  2. SET @querycafe2 = 'SELECT ' + @fieldname + ' INTO #temp2 FROM #ins i'
  3. EXEC(@querycafe1)
  4. EXEC(@querycafe2)
  5. SELECT @valorviejo=campo FROM #temp1
  6. SELECT  @valorNuevo=campo  FROM #temp2
__________________
What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me