Welcome to SSQA.net Sign in | Join | Help

SQL Server Storage Engine & Tools (SSQA.net)

SQL Server Tools includes storage engine that includes a complete set of graphical tools and command prompt utilities that allow users, programmers, and administrators. SSMS, SSRS, SSIS & SSAS are most commonly used tools.
Configure Reporting Services on a DMZ environment?

Few things you need to consider before letting the users use Reporting Services within a DMZ environment where the Servers are exposed to the INternet and to safeguard the servers from hackers. 

In this case you must be aware that SQL Server uses TCP port 1433 and UDP port 1434, change it to a different port number and also considering the Browser service security too. Finally don't forget to secure the password if you are using Certificate (secured) based authentication then refer to http://blogs.msdn.com/tudortr/archive/2005/11/03/488731.aspx blog that helped me a lot.

Posted: Tuesday, October 02, 2007 9:29 AM by SQL Master

Comments

Other SQL Server Blogs around the Web said:

Few things you need to consider before letting the users use Reporting Services within a DMZ environment

# October 2, 2007 9:39 AM

SSQA.net - SqlServer-QA.net said:

Few things you need to consider before letting the users use Reporting Services within a DMZ environment

# October 2, 2007 10:48 AM

SQL Server Storage Engine & Tools (SSQA.net) said:

What I like within the SQL Server Reporting Services is using RDL for own formatted reports, as this

# December 28, 2007 5:04 AM
Anonymous comments are disabled