|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: Thursday, February 14, 2013 12:01 PM
Points: 743,
Visits: 900
|
|
Very nice article, and very well done.
You can achieve similar functionality using sp_msdependencies if you like, but that requires using an undocumented stored procedure and the bit field can be slightly difficult to get right.
--- Timothy A Wiseman SQL Blog: http://timothyawiseman.wordpress.com/
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, April 09, 2013 8:56 PM
Points: 7,
Visits: 102
|
|
Greate! But, in my routine, I often have to find the storeprocedure correlated to a table or column. I have a script for purpose, but it just do it by key search. Anyone have some good idea for it?
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, April 22, 2013 3:26 AM
Points: 23,
Visits: 246
|
|
Does somebody perhaps have the code for an dependence tree for all tables in the database. ie Level 1 all tables with no dependencies, Level 2 all tables that depend on Level 1 and so on.. I can probably write it myself, but I have a time constraint, need to move data from one db to another and do some key conversions in between. So my order of processing the tables must be right.
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 1:35 AM
Points: 4,787,
Visits: 1,336
|
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Monday, March 07, 2011 3:15 AM
Points: 375,
Visits: 1,255
|
|
nice article and very helpful too.
Cheers!
Sandy.
--
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, January 29, 2013 4:49 AM
Points: 19,
Visits: 40
|
|
| Thnks buddies its grt stuff. it just saved my lot of time.
|
|
|
|