Forum Replies Created

Viewing 15 posts - 1,006 through 1,020 (of 2,010 total)

  • RE: How to handle optional parameter in SSRS with oracle

    Couple of ways to do this, none of which are ideal, but try them and see what works in your environment. what you are currently doing is sending WHERE...

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

  • RE: Space between rows in reports

    Are you talking about the space between the actual text boxes or between the text? There are a couple of settings you can play with, check the cell padding...

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

  • RE: Reporting services security.

    Are you talking about the individual reports or are you talking about the way SSRS is connecting to your database to retrieve information?

    If he's talking about the actual data connection,...

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

  • RE: Error starting sql agent job from stored proc

    So, I'm not sure what your problem may be, it may be related to the 2 hop rule, Search this site and you'll see a few posts/articles about this. ...

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

  • RE: Search Report queries

    This comes with a disclaimer... querying the reportserver database is not supported because MS reserves the right to change whatever they want whenever they want. There are other means...

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

  • RE: DTS to load huge data into table

    Mostly that would depend on how often this operation will run and just how tight you are on drive space. Basically, if you backup your tlog you shouldn't have...

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

  • RE: DTS to load huge data into table

    are you doing any transformations on the data or is it a straight load? If all you're doing is importing data and not doing any validation etc, I might...

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

  • RE: Are the posted questions getting worse?

    Grant Fritchey (3/20/2009)

    Arrogant Bastard Ale from Stone Brewery. That and their Ruination IPA (mmmmm...). Arrogant Bastard is a great name. Also the description of the beer on the bottle is...

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

  • RE: Are the posted questions getting worse?

    Also, if anyone wants, we can arrange a beer swap, I live in PA and have a decent availability to beer from a lot of breweries from the East coast...

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

  • RE: Are the posted questions getting worse?

    There are an incredible range of names for beers here in the US from funny and silly, to bordering on offensive... I know of a few due to the...

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

  • RE: Maximum No. of Indexes

    How very un-binary of them... I found 999 an odd number to have as a maximum.

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

  • RE: Are the posted questions getting worse?

    GSquared (3/19/2009)


    It only took six to turn him from a semi-spoiled, annoying brat into a dead good-guy, with much of the transformation being spent in the "teen angst raised to...

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

  • RE: Are the posted questions getting worse?

    'course it did take 3 movies to turn Vader from the Dark Side, so I suppose you can't expect it to happen overnight.

    -Luke.

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

  • RE: Large Load from vb.Net to SQL Server get slower and slower

    Sorry, I'd planned to look into this last night, and just lost track of time... You say your issue is with FK lookups and such, any chance you can...

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

  • RE: aggregation based on condition

    Sorry nothing in front of me right now to test this but I would imagine this could work....

    =sum(iif(Fields!billable.Value = "Yes", Fields!document_count.Value, 0))

    Basically, you're checking to see if a single value...

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

Viewing 15 posts - 1,006 through 1,020 (of 2,010 total)