If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > dependency in table

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-08-11, 02:08
psthariharan psthariharan is offline
Registered User
 
Join Date: Feb 2011
Posts: 6
dependency in table

Hi

I am using ASE 11 version

i have a table with 3 depends (stored procedures).

that is
usp_proc1
usp_proc2
having dependency on table Emp

How to drop and create dependencies on a table

pls advice

thanks & regards
Hari
Reply With Quote
  #2 (permalink)  
Old 07-08-11, 05:07
pradyut.dhara pradyut.dhara is offline
Registered User
 
Join Date: May 2011
Posts: 28
dependency in table

Hi,
Dropping those stored procedures will remove the dependencies from emp table.
Recreating those stored procedures will create dependency if those procs refer to emp table.
Reply With Quote
  #3 (permalink)  
Old 07-08-11, 06:35
psthariharan psthariharan is offline
Registered User
 
Join Date: Feb 2011
Posts: 6
thanks for the reply
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On