Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any way to auto update stored procedure from sql files ?
Message
 
À
19/05/2005 23:16:23
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
01015686
Message ID:
01016100
Vues:
13
Hello Sim,

>>I found that all stored procedures code are stored
at syscomments ctext and text columns, but ctext is
some binary data, so how can I go about updating it ?

As Ric said, usually one would drop the old SP, then create the new SP. AFAIK, Microsoft does not publish the information you're asking.

Side note: With Sql 2005, it looks like you could create your own SP in a managed language, and even late bind to it. Cool.

Mike
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform