Forum Replies Created

Viewing 15 posts - 1,081 through 1,095 (of 2,010 total)

  • RE: The February 2009 Energy Update

    Didn't really take any of the process, but I basically just framed it out with 2x6 studs, found the smallest decent exterior prehung door (cause really that's where you're losing...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: The February 2009 Energy Update

    Wow, R24 to insulate a basement might be a bit extreme, but I suppose that far north it may be a necessity. I just completed a walk in fridge...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Converting from char to date in SSRS

    If you set it up as a datetime parameter, it should be passed through to the procedure in the appropriate format. For me it passes them in as 'yyyy-mm-dd...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Converting from char to date in SSRS

    Sorry, I didn't see the bit about continuousdate being a datetime.

    When you execute the Procedure in Management studio by right clicking on it, what do you type into...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Converting from char to date in SSRS

    what is the datatype for the column continuousdate? and again when you call the procedure how are you executing it?

    Please post what you are doing to call the procedure... Something...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Converting from char to date in SSRS

    Are you running this from SSRS or directly from QA? If it's from SSRS make sure you change your parameter to the correct datatype as well. If it's...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Customizing the CSV subscription in SSRS

    you can create a new rendering extension by copying the existing csv one and calling it something else. Then you can even hide it so that it can only...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Displaying Groups Horizontally and Limiting Number of Columns Per Page

    I would imagine you could use a matrix to do this type of thing, or if that's not flexible enough and you know how many groups you'll have you could...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Customizing the CSV subscription in SSRS

    You can actually do a lot to customize the rendering extensions in SSRS...

    here is a link to the MSDN documentation for 2008 (there is a 2005 page as well) for...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: SQL Reporting Services Font issue...

    Did you set the font on the individual text boxes or on the table itself? Just a guess here, but perhaps acrobat has some weird precedence that the MS...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Converting from char to date in SSRS

    in your code you have a lot of date columns in your where statement...

    AND (Base.DateBeg <= @Date

    AND (Base.DateEnd IS NULL

    ...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Syntax error in SSRS with multiple joins

    Without knowing the exact datasource this is just a guess. Have you attempted to define the parameters with @item and @date instead of the '?' character. Check the...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Converting from char to date in SSRS

    If I have my date var set as datetime in management studio I get the following error

    Msg 8114, Level 16, State 5, Procedure spGdbaSourceExport, Line 0

    Error converting data type nvarchar...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: SQL Reporting Services Font issue...

    Is the font installed on the machine which is opening the .pdf? I'm not sure if SSRS embeds fonts in .pdf files the way acrobat will. Perhaps when...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Converting from char to date in SSRS

    additionally, you then create a new @Date variable again as a char(10). Why not use these directly as datetimes? your code will be more efficient if it doesn't...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 1,081 through 1,095 (of 2,010 total)