|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, April 25, 2013 7:48 AM
Points: 7,
Visits: 73
|
|
Something like:
Change: INNER JOIN sys.tables st ON st.[object_id] = si.[object_id] To: INNER JOIN sys.objects st ON st.[object_id] = si.[object_id] AND st.type IN ('U','V')
Your script will be of use to me. Thanks.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, April 25, 2013 7:48 AM
Points: 7,
Visits: 73
|
|
Please ignore this topic.
I am a newbie and I created a topic when I was trying to post a reply to a topic.
|
|
|
|