Forum Replies Created

Viewing 15 posts - 91 through 105 (of 118 total)

  • RE: SSRS question

    You're welcome - glad I could help!

    Leonard
    Madison, WI

  • RE: SSRS question

    In the report parameters dialog box, you can set the label and the value to be different. The label is what people see, the value is what is used.

    For example,...

    Leonard
    Madison, WI

  • RE: Report is not reflecting how stored proc is acting

    It sounds unlikely but could the data region on the report have some kind of filter within it, causing it to filter out records that are being returned from the...

    Leonard
    Madison, WI

  • RE: SQL Server 2005 Enterprise on top of SQL Server 2005 Express

    Glad you got it figured out - thanks for posting back.

    Leonard
    Madison, WI

  • RE: SQL Server 2005 Enterprise on top of SQL Server 2005 Express

    A wild guess, but whenever I can't get SQL 2005 to install, it's because of the MSXML component and the 'Microsoft Fix It: Fix This Problem' button on this page...

    Leonard
    Madison, WI

  • RE: SELECT and WHERE without FROM

    I'm enjoying the T-SQL questions this week!

    Leonard
    Madison, WI

  • RE: Issue with Drill through report

    Assuming your 2nd report has a parameter for the client...

    In your first report, right click on the Field Country and select Properties. Select the Navigation tab. Where you have the...

    Leonard
    Madison, WI

  • RE: can Any SSRS Geek reslove this issue ?

    I don't know how to do that specifically, but could you have 2 parameters (1 that is populated via a drop-down, and one that is a plain text box) -...

    Leonard
    Madison, WI

  • RE: Need help Regarding report manager

    Click 'show details' and then click the 'edit' icon next to the folder.

    Leonard
    Madison, WI

  • RE: SQL Safety Nets

    I see no problem with more safety nets. Honestly, it's not that hard for wizards to provide more contextual information about how you might want to configure different options. (E.g....

    Leonard
    Madison, WI

  • RE: how to group this data please?

    You'll want to use a matrix (which allows for a variable number of columns). You should be able to find lots of resources/free tutorials by searching.

    What is SSRS 2003 out...

    Leonard
    Madison, WI

  • RE: The Backup Passwords

    Our primary system (not SQL server) has an encrypted password key table which keeps the archive of old passwords. When we do a backup, we select which key we want...

    Leonard
    Madison, WI

  • RE: SSIS Data Conversion problem

    Honestly my approach would be trial and error. Take the flat file, split it in half and try doing each half separately. If one half works and the other doesn't,...

    Leonard
    Madison, WI

  • RE: SSIS Data Conversion problem

    Could it be a problem with the flat file? E.g. a record without enough columns or where the columns are mis-aligned causing text to appear in the integer column...

    Leonard
    Madison, WI

  • RE: Which Bugs Do You Find?

    I've started using T-SQL Unit to create tests of assumptions about the data (since most of our data comes from 3rd party applications that I have no control over). I'm...

    Leonard
    Madison, WI

Viewing 15 posts - 91 through 105 (of 118 total)