06/10/2009, 15:24
|
| | Fecha de Ingreso: noviembre-2006 Ubicación: México
Mensajes: 866
Antigüedad: 18 años, 2 meses Puntos: 8 | |
Respuesta: ayuda con error Msg 102, Level 15, State 1, Line 1 Incorrect syntax near ' Así:
Código:
SET @SQLString = Replace(@SQLString, '''', '''''')
Exec sp_executesql @SQLString
|