Anybody know how to show a database server name on crystal report. I am using crystal report X, store procedure as data source to crystal report.
If you use view then you can use SQL expression field to display server name using, select SERVERPROPERTY('servername') select @@SERVERNAME
But how can we do it using stored procedure (as SQL Expression filed is not avialable in this datasource in crystal report).
Thanks in advance.