Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 3,366 total)

  • RE: A Good book for Business Intelligence Reporting

    It depends on your employer's needs because Advanced T-SQL skills are very useful because reporting services rejects most code with temp tables. You could start with the Microsoft samples...

  • RE: Reporting Services - Page Break Question

    When you add a report project in the property page is InteractiveSize open it and change height to zero from 11inches.

  • RE: Order by or sort in Parameter for Report Builder

    You could create a view with OrderBy and use it as your report datasource. There are known issues with Orderby in views but you could try.

  • RE: Reporting Services - Page Break Question

    It is under InteractiveSize between columns and Margins in properties, open it and you will see Width and Height set Height to zero.

  • RE: SSRS unable to open

    These two articles shows you how to move Reporting Services, ReportServerDB and TempReportServerDB and make sure the relational engine of the new Server and IIS knows you have moved SSRS...

  • RE: SSRS unable to open

    If you have users then you need to start with the aspnet_regiis utility because it can resolve permissions issues. To move reports to a new SQL Server you have...

  • RE: SSRS unable to open

    No just IIS because in SQL Server 2005 if you don't have IIS installed the installer actually disables SSRS. So you need to go to Windows 2003 Add remove...

  • RE: Zip Code Lookups

    I did not provide that link to show multi county but it shows no multi state zip code very clearly.

  • RE: SSRS unable to open

    That is what I needed because IIS 6 comes uninstalled and when installed comes locked down to render only static html. So you need to remove it and add...

  • RE: Zip Code Lookups

    Zip codes cannot cross state lines because as Terry have covered it is very complex to calculate distance, it just appears to cross state lines because there is 73 in...

  • RE: SSRS unable to open

    In SQL Server 2005 SSRS is IIS dependent so I need to know Windows versions 2003 or 2008 because that will determine how to configure IIS6 for Windows 2003 or...

  • RE: SQL or Oracle

    (SQL Server isn't relational either but more to the point Access and VFP are application development tools whereas SQL Server is a DBMS.)

    Hi David,

    The people who use Access and VPF...

  • RE: SSRS unable to open

    I need SQL Server version 2005 or 2008 and operating system and editions like XP home or pro Win2003 or Win2008 or Vista home, premium, Ultimate or Business. So...

  • RE: SQL or Oracle

    gints.plivna (1/17/2009)


    Informix is dead, err I mean bought by IBM on 2001 😉

    IBM did not buy Informix, all Walmart time series and prediction modeling runs on Informix so when Informix...

  • RE: Data Source Issue...

    I am also talking about deployment to report manager and RDL file editing is not needed but you need the solution files in the development folder. That is the...

Viewing 15 posts - 2,476 through 2,490 (of 3,366 total)