Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sqlfresher2k7
Aged Yak Warrior
623 Posts |
Posted - 2012-05-02 : 13:30:11
|
how to create report in ssrs for meta data.. |
|
DonAtWork
Master Smack Fu Yak Hacker
2167 Posts |
Posted - 2012-05-02 : 14:08:06
|
push create report button.How to ask: http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspxFor ultra basic questions, follow these links.http://www.sql-tutorial.net/ http://www.firstsql.com/tutor.htm http://www.w3schools.com/sql/default.asp |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-05-02 : 19:29:44
|
quote: Originally posted by sqlfresher2k7 how to create report in ssrs for meta data..
use a query based on metadata views like INFORMATION_SCHEMA.TABLES,INFORMATION_SCHEMA.COLUMNS as the source------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|