View previous topic :: View next topic |
Author |
Message |
manu Beginner
Joined: 26 Dec 2002 Posts: 47 Topics: 19
|
Posted: Mon Sep 11, 2006 8:26 pm Post subject: Impact on Stored Procs due to addition of two columns |
|
|
Hi,
Two new columns are added to a Table which is accessed by the stored procs.But the two columns are not used by the SP.Do i have to Recompile,Rebind etc the stored procs.Thanks.Manu |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Tue Sep 12, 2006 4:56 am Post subject: |
|
|
manu,
No you don't have to Recompile and rebind.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
manu Beginner
Joined: 26 Dec 2002 Posts: 47 Topics: 19
|
Posted: Tue Sep 12, 2006 6:54 pm Post subject: |
|
|
THanks Kolusu.Where can i find more information about this.What will happen if i recompiled and rebind the SP?.
Scenarios where i have to rebind for programs as well as Stored procs if there is a column added?. |
|
Back to top |
|
|
|
|