PDA

Click to See Complete Forum and Search --> : Count View's


Leo
Jun 22nd, 1999, 10:36 PM
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!!

kishore
Jun 25th, 1999, 11:51 AM
Select * from Sysobjects where type='V'