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!!
Printable View
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!!
Select * from Sysobjects where type='V'