Forum Replies Created

Viewing 15 posts - 721 through 735 (of 5,685 total)

  • RE: A Check and Foreign Key Constraint Improves Query Performance

    Grant Fritchey (4/26/2013)


    TheGreenShepherd (4/26/2013)


    Don't mean to pile on here, but yeah. I fail to understand why someone would query this data in this fashion. Yeah, it improves performance for that...

  • RE: Error converting varchar to numeric only in where clause

    ChrisM@Work (4/26/2013)


    - how can it fail?

    That can't. My apologies. I rushed myself and didn't really think it through. Thanks for taking the time to show me in a...

  • RE: Converting MS Access Query to SQL

    Jimbofoxman (4/26/2013)


    Created a new view and pasted this in, everything seems fine, the table view and links show up, columns and aliases fill in. When I save I get these...

  • RE: using NOLOCK in views

    Short answer is yes, it will fix the immediate concerns. However, I'd recommend using Snapshot Isolation instead as your repair to this concern. It's a powerful tool and...

  • RE: How can we avoid before changes inserts into CDC Tables in SQL Server

    When you say update (old values), I assume you mean setting a field to the exact same value via UPDATE still ending up in CDC2?

    And just confirming, you're using the...

  • RE: Find Currently Running Scheduled Job

    Nice article, Stefan. Thanks for getting it organized. 🙂

  • RE: Separate ETL server

    Heya Ty,

    First, let me add another voice to lament the situation you find yourself in. I'm also a major proponent of a separate ETL server, although the size of...

  • RE: Converting MS Access Query to SQL

    I believe this gets you where you need to be. It's untested obviously as I don't have equivalent schema/test data in my system.

    the use of the DRv is just...

  • RE: Error converting varchar to numeric only in where clause

    Chris, as far as I know that's not bombproof. While under most circumstances the predicate will be filtered prior to the activation of the cross apply, but I don't...

  • RE: Converting MS Access Query to SQL

    Jimbofoxman (4/25/2013)


    I get an error when I try to import the Cross Tab Query using the SQL Server Migration Assistant. I get A2SS0042: Crosstabe query cannot be converted because it...

  • RE: Help with Triggers

    Dird (4/23/2013)


    sys.dm_exec_cursors shows nothing =((( how do I view the underlying DDL for the dm_functions?

    Dird

    dm exec cursors, if I remember right, only displays explicitly called cursors.

    What you're calling a cursor...

  • RE: Are the posted questions getting worse?

    Jan Van der Eecken (4/22/2013)


    ...Don't mind the goldfish...

    Now we eventually know what that avatar of yours represents 🙂

    LOL, actually it was the closest I could get to a dust bunny...

  • RE: Help with Triggers

    Dird (4/22/2013)


    ScottPletcher (4/22/2013)


    unless you use cursors, and nobody wants that

    And you think that solution isn't implicitly using cursors?

    Edit: But yeah, it's a better way of doing it 😛

    Dird

    There's no cursor...

  • RE: nested left and right query?

    Easiest way is to use the REVERSE function to trim the ends off each side, in case there are .'s in the middle. Otherwise you use a nested set...

  • RE: SSIS Data Flow Task Crashing

    I have no idea, honestly. At that point, I'd seriously look into calling Microsoft and having them examine the design. If anyone can find root cause, it's them.

    There's...

Viewing 15 posts - 721 through 735 (of 5,685 total)