Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alter stored procedure
Message
 
 
À
29/05/2008 15:23:32
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01320391
Message ID:
01320396
Vues:
14
>>Hi everybody,
>>
>>When I try to change my SP and use Modify option from the Object Explorer, it gives me
>>
>>EXEC dbo.sp_executesql @statement = N'
>>ALTER PROCEDURE [dbo].[RegistrationInsert](
>>   @RegistrationID int = NULL OUTPUT,....
>>
>>
>>Is there a way to get to the actual code of the procedure to fix rather than have it as a string?
>>
>>Thanks a lot in advance.
>>
>>One more question - is there a way to make the changes in the SP immediatelly visible to all the processes?
>
>
>Tools->Options->Scripting:
>Include IF NOT EXIST Sclause = False

Yes, I was thinking it may be the cause. I wanted it before, but looks like you can not have it both ways :)

Thanks.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform