Ver Mensaje Individual
  #7 (permalink)  
Antiguo 27/07/2010, 14:54
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 19 años, 4 meses
Puntos: 39
Respuesta: linked server y variables

Perdon, OPENQUERY no acepta variables como parametros.
Código SQL:
Ver original
  1. DECLARE @tabla AS CHAR(45)
  2. DECLARE @FchaInfrmcion AS CHAR(8)
  3. DECLARE @Registros BIGINT
  4.  
  5. SET @Tabla='ffncrdtos'
  6. SET @FchaInfrmcion ='31012009'
  7.  
  8. SELECT @Registros= total FROM OPENQUERY(localhost,'select count(*) as total from agsa_sarlaft.ffncrdtos')
  9.  
  10. SELECT @Registros
__________________
No repitamos temas, usemos el Motor de busquedas
Plantea bien tu problema: Ayúdanos a ayudarte.