Can I generate database report from SQL 2005 using .Net 2005 ?
I want report contain the following:
1. How many schemas I have in database.
2. Display schemas list with its information.
I need the SQL Statement or query that return the above result.
Best regards,
Z. A. A.
Hi,this should be something like:
Select * FROM sys.schemas
HTH, Jens Suessmeyer.
http://www.sqlserver2005.de
No comments:
Post a Comment