We are using SQL Server 2005 Reporting Services (SSRS). We need to disable the hyperlinks for drill down reports while exporting the reports to excel from report viewer. Is there any way to achieve this in SSRS 2005?
Hello,
I see that Federated Identity stores Security token to a cookie, after its first request to the STS(Secure Token Service). In that case if I disable cookie in my browser, how does it work.
Does the authentication module again connects to the STS to retrieve the user information or
will it throw any error ?
Is there any way that I can…
We added one custom ascx in quick launch bar of the default master page in SharePoint. But after adding the ascx the whole layout of the site changed. The layout of the quick launch bar got expanded to full width. any solution ?
Currently we are running an application build in VB6,ASP,Commerce Server2000 and Sql Server 2000. This application is running in Windows 2000 server.
Now we are planning to migrate Windows server 2000 to Windows 2008.
Will this application run in Windows 2008 or do we need to upgrade this application to dotnet and Sql 2008?
I have PL/SQL function, which is programmed to sort a set of data. This function work fine without any error, when called directly as a PL/SQL Function.
However, when I call this Function Via a Unix Shell Script, even though the script returns a success code and throws an Out Process Memory Error and function is actually not executed.
I have…
have a table like this
empid questionid options
1 1 A
2 1 A
3 1 B
4 1 C
now i need result like this
questionid responseA responseB responseC
1 50% 10% …