Forum Replies Created

Viewing 15 posts - 856 through 870 (of 2,010 total)

  • RE: Handling Null's in an End_Date Column

    If I have to query data based on the above, I've found that the OR syntax gets me better index utilization than IsNULL. Beyond that, a computed column of...

    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?

    Alvin Ramard (6/1/2009)


    GilaMonster (6/1/2009)


    Can't even read the article with free membership. Oh well.

    I ran into the same problem. The whole paid membership thing is the main reason why I...

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

  • RE: Reporting Services hiding and moving text boxes

    please disregard that information as it is incorrect. IIF works as advertised.

    Otherwise things like creating greenbar reports wouldn't work and a whole host of other SSRS hacks wouldn't work.

    -Luke.

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

  • RE: Publish a report from T-sql

    Should be relatively straightforward to accomplish using .Net and the WebService.

    But you could also check into some of the projects like http://ssrsdeployer.codeplex.com/ from codeplex. Perhaps you could...

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

  • RE: Reporting Services hiding and moving text boxes

    ummm... no.

    I use that logic quite frequently and it works for me. You just have to realize what you are passing. it might be helpful for...

    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?

    Of course if that was the case you'd probably need to carry more fielders than pitchers for the first time in a long time. You know every so often...

    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?

    Bob Hovious (5/28/2009)


    At least in cricket, you take the bat with you when you run. Something I think would add a lot of much-needed excitement to baseball. ...

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

  • RE: Publish a report from T-sql

    I don't knwo about using a system stored procedure, however you could look into using the rs.exe utility. http://msdn.microsoft.com/en-us/library/ms162839.aspx

    It can be called from the command line so theoretically you...

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

  • RE: Restrict Access to a Database for Administrator

    I'm assuming that when you state

    We are a group of 3 people working and have the administartor password.

    you mean that you all share the same login (Sql log...

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

  • RE: Reporting Services hiding and moving text boxes

    you need to actually return a true or false since the hidden property expects a boolean value.

    Something like

    =IIF(fields!Addr2.Value is nothing,True,False)

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

  • RE: Reporting Services hiding and moving text boxes

    I take it each label is a repetition of some sort of list or some other type of container control...

    The easiest albeit somewhat harder to manage down the road would...

    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?

    only 30 more 'til the next Prime (5087)!!!

    Here's a list of the 1st 1000 primes for anyone who cares.

    -Luke.

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

  • RE: Notification Emails

    Perhaps you are now just sending mail that's perhaps coming from a route that is shorter(less hops) to Gmail? Perhaps it was a delay in transit that has since...

    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?

    I just realized that I haven't received the newsletter since Friday as well. I received the Database Weekly one from the 25th, but not the normal SSC one. ...

    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?

    john.arnott (5/26/2009)


    Steve Jones - Editor (5/26/2009)


    Everything should be up. We moved DNS this morning to a new service, though ZoneEdit started working last night. Try CTRL+F5 and see if that...

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

Viewing 15 posts - 856 through 870 (of 2,010 total)