Posts by Cleidson Dias do Nascimento • 11 points
1 post
-
0
votes1
answer3164
viewsA: Error "There is already an Object named '#TEMP' in the database"
Try the code below IF EXITS( SELECT TOP 1 * FROM tempdb..#TEMP) BEGIN DROP TABLE #TEMP END
sql-serveranswered Cleidson Dias do Nascimento 11