Forum Replies Created

Viewing 15 posts - 46 through 60 (of 1,583 total)

  • RE: Crazy CASE statement causing major churn on WorkTable

    @jacob, thanks as well! I will take a look at this approach as well - much appreciate everyone's help!

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Crazy CASE statement causing major churn on WorkTable

    This was exactly the case! I can't believe I completely overlooked that...wow I feel like an idiot :hehe:

    The developers used UniqueID as the PK because in the table they...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Crazy CASE statement causing major churn on WorkTable

    I'm not saying that at all. Check out the original execution plan, looks like it's doing some cartesian product in the portion of code I originally posted.

    In the example...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Crazy CASE statement causing major churn on WorkTable

    Whoops, attachments added.

    Yes it runs super quick using "test" data, but the original procedure can takes 20 minutes depending on how much data gets loaded into that temp table. ...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Crazy CASE statement causing major churn on WorkTable

    You'll immediately see the problem query in the original execution plan doing the 1.14 billion rows between the Table Spool and the Nested Loop

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Crazy CASE statement causing major churn on WorkTable

    I was hoping there'd be a "Oh you just need to do it this way" by looking at the code...but knew I'd get dinged on the lack of preparation on...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: CHECKSUM_AGG

    I don't fully understand how this works to detect changes at the table level. BOL states that 'ALL' is the default value yet using 'ALL' doesn't work when you...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Installing multiple instances of reporting services on the same server

    Winner Winner Chicken Dinner 🙂

    Thanks a million man! Working like a champ!

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Installing multiple instances of reporting services on the same server

    Not sure I follow you (sorry) or I am not communicating my intent properly.

    This is a server that has the default MSSQL service and SSRS service already installed; and works...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Installing multiple instances of reporting services on the same server

    To clarify, I am trying to use multiple SSRS instances on a single database instance

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Installing multiple instances of reporting services on the same server

    I'm in need to accomplish the same thing on a SQL 2008 install. I installed the second reporting server instance...successful.

    But how to set it up?

    I don't see a 2nd...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: How to rewrite query to be set based

    Thanks a lot for this, had to create an index on the larger table been hit but it does work well!

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Transactional Replication failed after restoring full back up of database in NORECOVERY, then restoring DIFF backup in FULL RECOVERY - PLEASE HELP!

    I had to completely disable replication altogether and start over.

    In retrospect, I believe if I had run the distribution cleanup agents prior to attempting to re-add the publications, it might...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: How to create .rss file for deployment using rs.exe utility ?

    Not sure if this helps or not but basically an rss file consists of a few basic "chunks":

    1. Declarations

    2. Parameters Collection

    Full Rss File Example:

    'Report Config Parameters

    Dim format as string =...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: What's changed recently?

    Short and sweet!:-)

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

Viewing 15 posts - 46 through 60 (of 1,583 total)