hi,
i want to create a report. lets say the report is: exec sp_spaceused.
i work with dataset working on master.
if i want to create a list of my databases and choose dinamically each time my database - how do i connect the query: select * from sys.databases to my dataset.
what i mean to say is that i want to choose from a combo box my database and each time the report is running it will run on the "exec sp_spaceused".
thx,
Tomer
This should be helpful http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=16395&SiteID=1
No comments:
Post a Comment