Forum Replies Created

Viewing 15 posts - 346 through 360 (of 567 total)

  • RE: Report Filter: Long Drop Down List Performance

    darkhelmutis (5/2/2013)


    I figured out that it is possible to use cascading filters (i.e. dependant filters) in SSRS 2005:

    This is how I did it:

    - Updated the SP that retrieved the Transaction...

  • RE: Computed column with subquery

    a_ud (4/19/2013)


    Hi,

    My question is about calculating a computed column in SSIS. Unfortunately, the column is based on another column in the same query which, at its turn, is a subquery....

  • RE: Best Practice for loading DW tables from live source with timestamp/Rowversion column to identify changes

    sotn (5/2/2013)


    I want to build a DW and I need to identify records that have changed, and luckily each table in our ERP system has a timestamp/rowversion column, but I...

  • RE: Are the posted questions getting worse?

    L' Eomot Inversé (5/2/2013)


    Evil Kraig F (5/2/2013)


    SQLRNNR (5/2/2013)


    This is sooo true

    http://xkcd.com/1205/

    LOL, I know. I've actually printed it out and hung it on my cube wall.

    Take care not to forget...

  • RE: Query for non-existent entries

    ChrisM@Work (5/3/2013)


    a_ud (5/3/2013)


    Thanks, I'm still getting my head around it, I'm going to try it right now.

    I've never used a CROSS APPLY, but I guess this could be translated (done)...

  • RE: SUM CASE, COLUMN MINUS COLUMN

    ChrisM@Work (5/3/2013)


    wolfkillj (5/2/2013)


    Sean Lange (5/1/2013)


    ChrisM@Work (5/1/2013)


    Sean Lange (5/1/2013)


    So what exactly is the issue here?

    I would suggest you use the newer join constructs. With this query you don't even need a...

  • RE: Blocking

    Eric M Russell (5/2/2013)


    Ryan007 (4/30/2013)


    Hi,

    We are running one job which runs SELECT query from a view from another linked server. We are getting blocking in the linked server where SELECT...

  • RE: Query for non-existent entries

    a_ud (5/2/2013)


    <snipped>

    The weeks table stores values 1..5. The PAscores table stores the scores for different volunteers. I'd like to have the missing entries in tblPAscores; if volunteer John is missing...

  • RE: Tracking running queries

    richardmgreen1 (5/2/2013)


    It wasn't unfortunately.

    I managed to dig out my old code, etc to track running queries.

    This looks very useful as well so thanks for that.

    Sounds like you may be thinking...

  • RE: Need Help Stopping a Rouge Extended Procedure (XPSMTP)

    qgudex (5/1/2013)


    I figured out what had happened here. It turns out someone had cloned the SQL sever without my knowledege and that new server was the one sending the...

  • RE: SUM CASE, COLUMN MINUS COLUMN

    Sean Lange (5/1/2013)


    ChrisM@Work (5/1/2013)


    Sean Lange (5/1/2013)


    So what exactly is the issue here?

    I would suggest you use the newer join constructs. With this query you don't even need a where clause.

    Here...

  • RE: "SET STATISTICS TIME" and "SET STATISTICS IO" questions

    arnipetursson (5/1/2013)


    It looks like all of the data was read from cache, since you had 203 logical rads and 0 physical reads.

    If you do not run CHECKPOINT before running DBCC...

  • RE: "SET STATISTICS TIME" and "SET STATISTICS IO" questions

    MaxNevermind (4/29/2013)


    1) As I understood from here

    [/url]

    "elapsed time" is the total time of statement's execution, but how than it can be less then CPU time, it should includes it?

    DBCC execution...

  • RE: Help with a Deadlock Issue

    ft55 (4/29/2013)


    Recently we have started seeing some deadlocks reported on a database instance. I have enabled the trace -T1222 and am trying to interpret what has been returned in...

  • RE: New to XML....???

    jbalbo (4/30/2013)


    Hi,

    I',m new to XML and here is what I need to do...

    I want to create a SQL query to pull data and update a field on a table with...

Viewing 15 posts - 346 through 360 (of 567 total)