Forum Replies Created

Viewing 15 posts - 14,596 through 14,610 (of 22,211 total)

  • RE: Indexes on Views

    Just understand, you're not adding indexes to a view. A view is nothing but a query. You're creating a new object, a materialized view, that is working within a set...

  • RE: Brad McGehee,Bryan Kelley, Phil Factor, Steve Jones to name a few...

    A couple of possible suggestions...

    I have a friend who works for a clothing company. They do most of the design work in the US, the marketing in US, Europe, India,...

  • RE: Sqlsever 2005,need Unique Row only

    sk-458789 (7/20/2010)


    You can get the requested resultset in many ways.. here is one simple way...

    Select Distinct TBL_1.EmpID, TBL_1.Name, TBL_2.UpdateTime from EmpMst TBL_1 With (Nolock)

    Left Outer Join EmpMst TBL_2 With (Nolock)...

  • RE: About statistices

    There's a new post coming up on my blog on Friday that's an introduction to statistics as part of SQL University's Index Week. Keep an eye out for it. It...

  • RE: Measuring "workload" in SQLServer

    It really kind of depends on your business and your systems. For example, I work for an insurance company. We don't do umpty-gazillion transactions per/second, so measuring just transactions per...

  • RE: Dirty data

    "Dirty data" doesn't have a precise definition. One definition of it is data inside the system in an uncommitted state. It's in the middle of a transaction and therefore, dirty....

  • RE: Dirty Data

    Well, no more replies anyway... :w00t:

  • RE: Dirty Data

    "Dirty data" doesn't have a precise definition. One definition of it is data inside the system in an uncommitted state. It's in the middle of a transaction and therefore, dirty....

  • RE: Monitoring Tools

    We use both SCOM and Idera's Diagnostic Manager. They monitor different stuff in different ways.

  • RE: Procedure Cache Hit Ratio -

    I'd say no. Your issue is that the procs are not in the cache, but it's not necessarily a memory problem. It's much more likely to be a coding issue....

  • RE: Activity Monitor History

    But even the management data warehouse has to be enabled and the data kept in order to go back in time to retrieve it.

    Basically, the answer is, unless you've...

  • RE: Are the posted questions getting worse?

    Jack Corbett (7/19/2010)


    The Dixie Flatline (7/19/2010)


    I'm getting to come again this year. How early do volunteers have to arrive?

    If you mean volunteer for the Summit, there is usually...

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (7/19/2010)


    Is Denny Cherry running too?

    He submitted, yeah. Saw that on Twitter.

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (7/19/2010)


    Grant Fritchey (7/19/2010)


    Jack Corbett (7/19/2010)


    Thanks all for your confidence, but don't commit your votes until I make it past the nominating committee AND you find out...

  • RE: Are the posted questions getting worse?

    Jack Corbett (7/19/2010)


    Grant Fritchey (7/19/2010)


    Jack Corbett (7/19/2010)


    Thanks all for your confidence, but don't commit your votes until I make it past the nominating committee AND you find out what I...

Viewing 15 posts - 14,596 through 14,610 (of 22,211 total)