SET @sql = 'CREATE TABLE ##SIAG_MatrizTe mporal ....'
EXEC(@sql)
You can use ##SIAG_MatrizTe mporal to Dispose.
我不懂英文!
这里你必须使用全局 临时表。
follow is my code. ex:
IF EXISTS
(SELECT * FROM tempdb..sysobje cts WHERE name LIKE '##fabtemp%')
DROP TABLE...
Leave a comment: