Viewing 5 posts - 1 through 5 (of 5 total)
Hi,
I Finaly write a general procedure to refresh all views of current database in good order
This procedure work for any database in SQLSERVER 2000.
See Resources/Scrips SQL Server 7.0/2000 T-SQL aids...
February 13, 2003 at 10:44 am
Hi,
I Finaly write a general procedure to refresh all views of current database in good order
This procedure work for any database in SQLSERVER 2000.
See Resources/Scrips SQL Server 7.0/2000 T-SQL aids...
February 13, 2003 at 10:43 am
IF you have a complex process to Findcolors, make a Function, you can call it in a select statment.
February 12, 2003 at 8:35 am
My example is very simple. Imagine this with database having hundred of views !!
I dont understand why sqlserver not have automatic procedure. After you make the change dependencies is...
February 12, 2003 at 8:19 am
exec sp_refreshview 'va'
lost dependencies of va2 !!!
I need to execute sp_refreshview in order of dependencies !!!???
February 12, 2003 at 7:40 am
Viewing 5 posts - 1 through 5 (of 5 total)