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 |
sidbasha
Starting Member
1 Post |
Posted - 2009-07-07 : 08:35:58
|
Hi All,I have created a Shared Data Source(using .NET Data Provider for Teradata) and mentioned the Database name in the Optional Connection Properties. I want this database name to be displayed in the Report Footer. Kindly advice me how to proceed.Thanks in advanceSid. |
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2009-07-09 : 14:42:54
|
Not sure you can get it from that property. But you could do a SELECT DB_NAME() in one of your queries/datasets and put that value in the footer.--------------------------------------------Brand yourself at EmeraldCityDomains.com |
 |
|
|
|
|