Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recompile SP with changed dependent table or view
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Recompile SP with changed dependent table or view
Versions des environnements
SQL Server:
SQL Server 2005
Application:
Web
Divers
Thread ID:
01391346
Message ID:
01391346
Vues:
89
Hello all,

Let's say I have multiple stored procedures that have the following statement:

SELECT * FROM vAview WHERE ...

The statement is to return all columns in the view listed.

Now, today I change the view definition to have more columns. Since I have multiple stored procedures, do I need to manually script each of these and alter the stored procedure by executing these individually or can I do some kind of global recompile? Or is either one of these not necessary?

TIA

Bob
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform