Re: how to refresh objects if a column changes
From: Prasad Koukuntla (prasad.koukuntla_at_scapromo.com)
Date: 06/15/04
- Next message: David Portas: "Re: How to: Remove duplicate TITLES but keep a COUNTRY code"
- Previous message: Nick: "Re: Automatic updating of datetime field"
- In reply to: rajani: "how to refresh objects if a column changes"
- Next in thread: rajani: "Re: how to refresh objects if a column changes"
- Reply: rajani: "Re: how to refresh objects if a column changes"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Jun 2004 16:43:24 -0500
Look at the INFORMATION_SCHEMA.ROUTINES view and perform a wildcard search
in the ROUTINE_DEFINITION column for the column name whose data type
changed.
"rajani" <rajani@discussions.microsoft.com> wrote in message
news:2CC754D5-6E44-4DFA-9CA7-E8520D16BA61@microsoft.com...
> Hi friends
> I have a column (staffid varchar(5)) in a table staff.it stores our staff
info.
> our requirements grown we need to increase column length to varchar(10).
> there r many stored procs,function etc., that r currently using this
field.
> my question is what is best way to get list of objects that referencing
this column so that i could modify them to reflect new chnage?
> --
> cheers
- Next message: David Portas: "Re: How to: Remove duplicate TITLES but keep a COUNTRY code"
- Previous message: Nick: "Re: Automatic updating of datetime field"
- In reply to: rajani: "how to refresh objects if a column changes"
- Next in thread: rajani: "Re: how to refresh objects if a column changes"
- Reply: rajani: "Re: how to refresh objects if a column changes"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|