Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Problem with dependencies

    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...

  • RE: Problem with dependencies

    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...

  • RE: Help with nested procedure

    IF you have a complex process to Findcolors, make a Function, you can call it in a select statment.

  • RE: Problem with dependencies

    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...

  • RE: Problem with dependencies

    exec sp_refreshview 'va'

    lost dependencies of va2 !!!

    I need to execute sp_refreshview in order of dependencies !!!???

Viewing 5 posts - 1 through 5 (of 5 total)