Tabla temporal y Consulta Dinámica; Temp Table and Dynamic Query

1
2
--LA TABLA TEMPORAL ES NECESARIO CREARLA ANTES; LOS SELECT INTO NO FUNCIONAN O NO SÉ AÚN COMO HACERLOS FUNCIONAR CON CONSULTAS DINÁMICAS
CREATE TABLE #TEMPTABLE(DATA VARCHAR(MAX)) --TABLA TEMPORAL
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.