Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 Transact-SQL (2012)
 SQL Update Help

Author  Topic 

Sonu619
Posting Yak Master

202 Posts

Posted - 2013-03-28 : 00:46:53
Hi Guys,

Need favor.
Here is the e.g. I am using TABLEA.ID (as an e.g) in my SP.I am not sure how many SP I am using TABLEA.ID. What i want to update TABLEA.ID TO TABLEB.ID from ALL SPs in my database.

Please let me know if my question is not clear. Any help would be great help.

Thank You.

UnemployedInOz
Yak Posting Veteran

54 Posts

Posted - 2013-03-28 : 01:31:32
Right click on the table and choose View Dependencies. This will tell you whats using the table.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-03-28 : 04:51:29
see

http://visakhm.blogspot.in/2012/03/advantages-of-using-syssqlmodules-view.html

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -