Showing posts with label curious. Show all posts
Showing posts with label curious. Show all posts

Wednesday, March 28, 2012

Regarding 3rd party SQL tools (Free Secure?)

Hi guys, I just curious about 3rd party tools whether there are free secure to use and any recommend tools for SQL? Currently I am using some tools like 'SQL Server Online Backup' and 'ApexSQL'. When I am using those 3rd party tools,is there any trace file or information (username & password) will be keep and send to other locations or 3rd party? Thanx and hope can get any assistance or opinion here. Have a nice day.

Best Regards,

Hans

Refer to http://www.sql-server-performance.com website and refer to the software spotlight for such information.

Moving to Tools section as per the subject relevancy.

Regarding 3rd party SQL tools (Free Secure?)

Hi guys, I just curious about 3rd party tools whether there are free secure to use and any recommend tools for SQL? Currently I am using some tools like 'SQL Server Online Backup' and 'ApexSQL'. When I am using those 3rd party tools,is there any trace file or information (username & password) will be keep and send to other locations or 3rd party? Thanx and hope can get any assistance or opinion here. Have a nice day.

Best Regards,

Hans

Refer to http://www.sql-server-performance.com website and refer to the software spotlight for such information.

Moving to Tools section as per the subject relevancy.

Saturday, February 25, 2012

reduced functionality with Web Services

I'm curious exactly what functionality is lost when you use the RS Web
Service rather than accessing the direct URL. We're evaluating RS vs Crystal
and specifically need XLS export functionality. Is this lost if you use the
RS Web Service? Is there a way to export to PDF, XLS, etc. and still use the
RS Web Service?
Regards,
David GardnerIf you render using the web service, you loose the nice html toolbar you
get with URL access:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_prog_intro_0pr6.asp
You can pass a format string to the Render method of the web service. It
supports multiple formats (including Excel, PDF...)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_ref_soapapi_service_lz_6x0z.asp
Make sure you have Reporting Services SP1 installed, as there were a number
of fixes to the rendering extensions included in that service pack.
--
Adrian M.
MCP
"David Gardner" <David.Gardner-Logan@.REMOVECAPSrrd.com> wrote in message
news:6CD498D5-ED27-4626-89CF-49DC8E61DAB6@.microsoft.com...
> I'm curious exactly what functionality is lost when you use the RS Web
> Service rather than accessing the direct URL. We're evaluating RS vs
> Crystal
> and specifically need XLS export functionality. Is this lost if you use
> the
> RS Web Service? Is there a way to export to PDF, XLS, etc. and still use
> the
> RS Web Service?
> Regards,
> David Gardner