Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 14,953 total)

  • RE: URGENT PLEASE Got a SQL Scenario to solve

    GSquared (4/20/2012)


    mtassin (4/19/2012)


    GSquared (4/19/2012)


    Once the data is on the remote servers, I have various T-SQL jobs in SQL Agent that do all the more complex transformations and distribute the data...

  • RE: Social Media and Interviews

    jfogel (4/23/2012)


    GSquared (4/23/2012)


    rudy - Doctor "X" (4/23/2012)


    Yes, a disturbing trend in a number of ways ... enough said.

    However I am not affected since my only online 'presence' is SSC, almost...

  • RE: Social Media and Interviews

    rudy - Doctor "X" (4/23/2012)


    Yes, a disturbing trend in a number of ways ... enough said.

    However I am not affected since my only online 'presence' is SSC, almost daily, and...

  • RE: Social Media and Interviews

    terrance.steadman (4/23/2012)


    Greetings jfogel,

    Sometimes what is considered "negative" and what is "sanitized" is completly a matter of opinion. That is the point I was trying to make about the reason...

  • RE: SQL Procedure -bit funny

    It sounds like recompile issues.

    A common cause of that kind of thing is if a procedure is working on data with very different distributions depending on the input parameters. ...

  • RE: Need Some Help with an Odd Query

    Join the table to itself on ParentID = ChildID. At least, that's what it looks like to me.

    The table is poorly designed. An adjacency hierarchy should have ParentID or...

  • RE: Reporting Services Performance in SQL Server 2008 R2

    That sounds like a problem with untuned queries, more than a problem with Reporting Services itself.

    Have you looked into what the drop-downs are getting their data from? Is it...

  • RE: Bad Performance Of a Query Using View

    That's pretty common with views.

    Think of it as having the whole View definition as a sub-table in your From clause. If you won't use the whole thing, you'll still...

  • RE: Social Media and Interviews

    If a prospective employer asked you for a list of everyone you've ever known, and for details of every interaction you'd ever had with all of them, they'd recognize that...

  • RE: Is Cursor Really Not Good?

    If you:

    A) Describe what the cursor is doing

    B) Provide the table definitions (Create Table scripts)

    C) Provide sample data (a dozen or so Insert statements)

    then we can probably (almost certainly) help...

  • RE: please give me a solution for this request

    Solution is, tell whomever put the data in the table to do it again, but do it right this time. Don't split the data across multiple rows like that.

  • RE: URGENT PLEASE Got a SQL Scenario to solve

    Jeff Moden (4/22/2012)


    GSquared (4/20/2012)


    I tested two-step upserts vs Merge, and [font="Arial Black"]it[/font] was faster in most cases in my code. But [font="Arial Black"]it[/font] isn't always faster, and possibly not...

  • RE: Strange Date overflow - what am I missing

    Brandie Tarvin (4/23/2012)


    What you might consider is either a subquery, CTE, or TempTable for your initial Tally Table pull. Pull just the numbers from the Tally Table that you need...

  • RE: Strange Date overflow - what am I missing

    L' Eomot Inversé (4/21/2012)


    kangarolf (4/21/2012)


    This is interesting.

    So out of these which would result in a calculation for ALL numbers in the tally table and is there a way of telling?

    WHERE...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (4/20/2012)


    Different note, anyone care to try and explain this one: http://www.sqlservercentral.com/Forums/Topic1287023-8-1.aspx?

    Explained.

Viewing 15 posts - 1,651 through 1,665 (of 14,953 total)