Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 2,010 total)

  • RE: I may have to move to 2008 soon.

    Also, although I've not read the 2008 EULA, you can typically downgrade your license to run an older supported version... I.E. buy a 2008 license and install and use...

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

  • RE: Using a select statement in an INSERT statement

    If you need to use that way I'd suggest you do it one of two ways...

    INSERT INTO tblProject

    SELECT

    ...

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

  • RE: tempdb usage

    Not sure I'm a big fan of them using "real" tables in your database, as they make inadvertently drop a table that you don't want being dropped. However I...

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

  • RE: Previous week date range

    Thanks for the excellent reply and the links, I'll have to dig into them a bit later this week.

    Never really thought about using the dateadd/datediff functionality to get to dates...

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

  • RE: Previous week date range

    Michael any reason why you like 17530101 as opposed to 0? I'd never really thought to use the 17530101 like you are doing, but I picked up the use...

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

  • RE: Recovering of deleted data of a tables in sql server

    With only using the Native SQL server tools, you will need to restore a backup of the original database(db1) (+ any required differential or transaction log backups) from a time...

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

  • RE: blank Columns?

    The way I've done this in the past has either been with a cross join as Jack suggested or you could use a union with a mostly blank dataset as...

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

  • RE: 'Page cannot be displayed' error when accessing SSRS 2005 default site over VPN

    Since it's 2k5 on server 2k3 you're using IIS. Anything to note in either a) your security event log, b) application event log, c) SQL log, or most probably...

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

  • RE: SSRS 2005 - Reporting Serevices

    What type of object is in your report, table, matrix, list? I'm assuming it's a matrix and as such you won't be able to sort by your column groups....

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

  • RE: Parameters - Start/End Date AND Time

    Glad we could help. Hope all goes well with your conversion.

    -Luke.

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

  • RE: Parameters - Start/End Date AND Time

    Oh yeah and if you have a numbers table and don't want to keep typing 1-59 and 1-12 for your time elements you can just use your numbers table... ...

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

  • RE: Parameters - Start/End Date AND Time

    My suggestion would be this... I'm assuming your users will only be given the choice of H/M. Much of this depends on how specific you need your time entered......

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

  • RE: Interactive Sort in MAtrix

    Luckily for me it was a simple total that I Was doing in the matrix with the details in a table below it. I just wanted to use the...

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

  • RE: Hiding Group Headers

    Glad you were able to get it sorted.

    Cheers,

    -Luke.

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

  • RE: Hiding Group Headers

    It shouldn't need to repeat itself if the grouping is set up correctly. Perhaps, I may have miss stated the grouping you'd need...

    (-1 Would be Group On: =Fields!(whatever Full-Time/PartTime...

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

Viewing 15 posts - 1,036 through 1,050 (of 2,010 total)