Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't create a procedure
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Can't create a procedure
Divers
Thread ID:
00885418
Message ID:
00885418
Vues:
52
I am trying to create a procedure with a simple IF statement included. What I want to accomplish is this:

If x=y
begin
select * into #temp from tableA where x=y
...
end
else
begin
select * into #temp from tableA where x=z
...
end

When I try to recompile the procedure I recieve the following message:

"There is already an object named '#temp' in the database."

Why is it creating the temporary table when I try to compile the procedure? And/or what can I do to get around this? The subsequent coding of the procedure needs to reference the one temporary table.

Thanks in advance
Kelly
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform