Results 1 to 2 of 2

Thread: Count View's

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 1999
    Location
    Li,ny,us
    Posts
    4

    Post

    Hi all

    I have a script running in SQL 6.5 that creates 50 views or more
    And I’m looking for a way that when the script stopped
    To tell me how many views was just created
    Any help

    Thanks in advance!!

  2. #2
    Member
    Join Date
    Feb 1999
    Location
    Lexington,kentucky,USA
    Posts
    61

    Post

    Select * from Sysobjects where type='V'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width