Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. ho to retrieve a list of dependants

ho to retrieve a list of dependants

Scheduled Pinned Locked Moved Database
questionsharepoint
3 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anoop Brijmohun
    wrote on last edited by
    #1

    Hi All i have a view in sql2005. this view links to several other views and those views may link to other views. how do i get a completed list of dependancies? i have tried to use this but only gives me the 1st level EXEC sp_MSdependencies N'viewname', null, 131527 thanks in advance Anoop

    N 1 Reply Last reply
    0
    • A Anoop Brijmohun

      Hi All i have a view in sql2005. this view links to several other views and those views may link to other views. how do i get a completed list of dependancies? i have tried to use this but only gives me the 1st level EXEC sp_MSdependencies N'viewname', null, 131527 thanks in advance Anoop

      N Offline
      N Offline
      Niladri_Biswas
      wrote on last edited by
      #2

      Try this EXEC sp_MSdependencies N'viewname', null, 266751 Hope this helps :)

      Niladri Biswas

      modified on Tuesday, June 30, 2009 6:08 AM

      A 1 Reply Last reply
      0
      • N Niladri_Biswas

        Try this EXEC sp_MSdependencies N'viewname', null, 266751 Hope this helps :)

        Niladri Biswas

        modified on Tuesday, June 30, 2009 6:08 AM

        A Offline
        A Offline
        Anoop Brijmohun
        wrote on last edited by
        #3

        Hi, nope this returns no data... i am using SQL2005 and have a view that is dependant on several other views. any other suggestions are welcomed... thank you Anoop

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups