> An die Views kommst Du sqltechnisch nur mit sp_help ran (dort auf
> object_type = view pr�fen) und dann ebenfalls mit Cursor durchlaufen
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,
Joachim Uersfeld
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse