Forum Replies Created

Viewing 15 posts - 3,271 through 3,285 (of 14,953 total)

  • RE: Need verification on this matter

    InfiniteError (9/26/2011)


    thanks guys for all the answers.

    Sorry if my example is not that clear. My example assume that all are the same (same number of records, indexes, where clause). Honeslty...

  • RE: How are views stored in SQL Server?

    jared-709193 (9/26/2011)


    Maybe a better way for me to phrase the question is this: "Is the ORDER BY clause ignored in the ORDER of the result set of a view and...

  • RE: How are views stored in SQL Server?

    You are exactly right about the details, but you're drawing a conclusing that they don't support.

    If you query the View without an Order By in the query calling the View,...

  • RE: Browse for Network SQL Servers Only Shows Machine Name Not Instance Name

    As per the documentation on SQL Browser, is it possible that your VPN configuration, or one or more routers, are blocking the UDP packets that SQL Browser uses? If...

  • RE: How are views stored in SQL Server?

    I guess I'm not clear on what you're asking.

    A view is just a pre-written Select statement. It doesn't store any data except the query. When you query a...

  • RE: Where are all the MVBs?

    While I agree with the cynical bits about never getting agreement from the exact people who are the biggest block in getting the job done, I also think Tony's request...

  • RE: MERGE Functions on SQL 2005 ( Compatibility )

    The usual way to do that in 2000/2005 is to join to the target table in your Select From and set up that query to exclude any rows that already...

  • RE: JDBC driver and setting unicode or non-unicode

    Won't happen if you use stored procedures in the database. It's because of inline SQL. Not much SQL Server can do about that.

  • RE: Memory Problems?

    AWE is meaningless on a 64-bit system. Won't turn on, even if you tell it to, because it's just a way to get 32-bit systems to access more RAM.

    If...

  • RE: Intertia

    IceDread (9/22/2011)


    GSquared (9/21/2011)


    IceDread (9/20/2011)


    Physics, it describes the universe and everything within it.

    So do religion, art, philosophy, and (apparently) the list of possible side-effects at the end of those commercials.

    I do...

  • RE: JDBC driver and setting unicode or non-unicode

    I didn't realize it would do that.

    I tested on a multi-million row table, and I get a scan of the right index, instead of a seek, but it is a...

  • RE: Data Quality on the Open Web

    Steve Jones - SSC Editor (9/21/2011)


    djackson 22568 (9/21/2011)


    ...

    And you want us to worry about things like whether a business is closed?

    ...

    We are fighting against significant odds of success. I...

  • RE: Data Quality on the Open Web

    djackson 22568 (9/21/2011)


    Steve Jones - SSC Editor (9/21/2011)


    djackson 22568 (9/21/2011)


    ...

    And you want us to worry about things like whether a business is closed?

    ...

    We are fighting against significant odds of success....

  • RE: Data Quality on the Open Web

    Steve Jones - SSC Editor (9/21/2011)


    GSquared (9/21/2011)


    On the point of Linux "not taking over the world", keep in mind that iOS and Android are both *nix-based systems, as is OS...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (9/23/2011)


    GSquared (9/23/2011)


    Steve Jones - SSC Editor (9/23/2011)


    Grant Fritchey (9/23/2011)


    GSquared (9/23/2011)


    Grant Fritchey (9/23/2011)


    Steve Jones - SSC Editor (9/23/2011)


    Now I feel like an idiot and a little naive for using...

Viewing 15 posts - 3,271 through 3,285 (of 14,953 total)