Mit
        SELECT [name} FROM sysobjects WHERE xType = 'V'

kommst Du an alle Namen der Views.

Au�erdem geht
        ... xType = 'U' /* Tabellen */
        ... xType = 'P' /* Stored Procedures */
        ... xType = 'TR' /* Trigger */
        ... xType = 'D' /* Defaults */
        ... xType = 'PK' /* Primary Keys */
        ... xType = 'F' /* Foreign Keys */

Tsch�� und frohe Weihnachten,



Besten Dank

Auch sch�ne Weihnachten

_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an