Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recompile SP with changed dependent table or view
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Recompile SP with changed dependent table or view
Environment versions
SQL Server:
SQL Server 2005
Application:
Web
Miscellaneous
Thread ID:
01391346
Message ID:
01391346
Views:
88
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
Next
Reply
Map
View

Click here to load this message in the networking platform